fix distributionManagement in pom.xml
Some checks failed
Gitea Action Maven Build / build (push) Failing after 3m2s
Some checks failed
Gitea Action Maven Build / build (push) Failing after 3m2s
This commit is contained in:
parent
4837f9fdb4
commit
a7e5f66902
21
pom.xml
21
pom.xml
@ -19,15 +19,11 @@
|
|||||||
<lucene.version>9.3.0</lucene.version>
|
<lucene.version>9.3.0</lucene.version>
|
||||||
<morphology.version>1.5</morphology.version>
|
<morphology.version>1.5</morphology.version>
|
||||||
<junit.version>4.13</junit.version>
|
<junit.version>4.13</junit.version>
|
||||||
|
<maven.compiler.source>21</maven.compiler.source>
|
||||||
|
<maven.compiler.target>21</maven.compiler.target>
|
||||||
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<distributionManagement>
|
|
||||||
<repository>
|
|
||||||
<id>bintray</id>
|
|
||||||
<url>https://api.bintray.com/maven/akuznetsov/russianmorphology/morphology</url>
|
|
||||||
</repository>
|
|
||||||
</distributionManagement>
|
|
||||||
|
|
||||||
<licenses>
|
<licenses>
|
||||||
<license>
|
<license>
|
||||||
<name>Apache License, Version 2.0</name>
|
<name>Apache License, Version 2.0</name>
|
||||||
@ -180,4 +176,15 @@
|
|||||||
<module>english</module>
|
<module>english</module>
|
||||||
<module>solr-morphology-analysis</module>
|
<module>solr-morphology-analysis</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
|
<distributionManagement>
|
||||||
|
<repository>
|
||||||
|
<id>gitea</id>
|
||||||
|
<url>https://git.kuksa.dev/api/packages/edkuksa/maven</url>
|
||||||
|
</repository>
|
||||||
|
<snapshotRepository>
|
||||||
|
<id>gitea</id>
|
||||||
|
<url>https://git.kuksa.dev/api/packages/edkuksa/maven</url>
|
||||||
|
</snapshotRepository>
|
||||||
|
</distributionManagement>
|
||||||
</project>
|
</project>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user