diff --git a/dictionary-reader/pom.xml b/dictionary-reader/pom.xml index bd054f2..2e34bc5 100644 --- a/dictionary-reader/pom.xml +++ b/dictionary-reader/pom.xml @@ -1,31 +1,31 @@ - - - - morphology - org.apache.lucene.morphology - 1.1-SNAPSHOT - - 4.0.0 - org.apache.lucene.morphology - dictionary-reader - dictionary-reader - 1.1-SNAPSHOT - http://maven.apache.org - - - - org.apache.lucene.morphology - russian - 1.1-SNAPSHOT - - - - - org.apache.lucene.morphology - english - 1.1-SNAPSHOT - - - - - + + + + morphology + org.apache.lucene.morphology + 1.1 + + 4.0.0 + org.apache.lucene.morphology + dictionary-reader + dictionary-reader + 1.1 + http://maven.apache.org + + + + org.apache.lucene.morphology + russian + 1.1 + + + + + org.apache.lucene.morphology + english + 1.1 + + + + + diff --git a/english/pom.xml b/english/pom.xml index 2348a02..29d84f3 100644 --- a/english/pom.xml +++ b/english/pom.xml @@ -1,29 +1,29 @@ - - - - morphology - org.apache.lucene.morphology - 1.1-SNAPSHOT - - 4.0.0 - org.apache.lucene.morphology - english - english - 1.1-SNAPSHOT - http://maven.apache.org - - - - org.apache.lucene.morphology - morph - 1.1-SNAPSHOT - - - - junit - junit - 4.8.2 - test - - + + + + morphology + org.apache.lucene.morphology + 1.1 + + 4.0.0 + org.apache.lucene.morphology + english + english + 1.1 + http://maven.apache.org + + + + org.apache.lucene.morphology + morph + 1.1 + + + + junit + junit + 4.8.2 + test + + \ No newline at end of file diff --git a/morph/pom.xml b/morph/pom.xml index 03e1367..154edb8 100644 --- a/morph/pom.xml +++ b/morph/pom.xml @@ -1,15 +1,15 @@ - - - - morphology - org.apache.lucene.morphology - 1.1-SNAPSHOT - - 4.0.0 - org.apache.lucene.morphology - morph - morph - 1.1-SNAPSHOT - http://maven.apache.org - - + + + + morphology + org.apache.lucene.morphology + 1.1 + + 4.0.0 + org.apache.lucene.morphology + morph + morph + 1.1 + http://maven.apache.org + + diff --git a/pom.xml b/pom.xml index 1ae5934..e47e87d 100644 --- a/pom.xml +++ b/pom.xml @@ -1,165 +1,164 @@ - - - 4.0.0 - org.apache.lucene.morphology - morphology - pom - 1.1-SNAPSHOT - morphology - http://maven.apache.org - - - scm:git:https://github.com/AKuznetsov/russianmorphology.git - scm:git:git@github.com:AKuznetsov/russianmorphology.git - https://github.com/AKuznetsov/russianmorphology - HEAD - - - - - bintray - https://api.bintray.com/maven/akuznetsov/russianmorphology/morphology - - - - - - junit - junit - 4.8.2 - test - - - org.hamcrest - hamcrest-all - 1.1 - test - - - org.apache.lucene - lucene-core - 5.1.0 - - - org.apache.lucene - lucene-analyzers-common - 5.1.0 - - - - - - maven2-repository.dev.java.net - Java.net Repository for Maven - http://download.java.net/maven/2/ - - - bintray - http://dl.bintray.com/akuznetsov/russianmorphology - - true - - - false - - - - - - - mc-release - maven-license-plugin repository of releases - http://mc-repo.googlecode.com/svn/maven2/releases - - false - - - true - - - - - - - maven-release-plugin - 2.5.2 - - false - release - true - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - maven-license-plugin - com.mathieucarbou.mojo - - ${project.parent.basedir} -
etc/header.txt
- - **/*.txt - **/*.info - **/pom.xml - - - **/src/** - -
- - - test - - check - - - -
-
-
- - - release - - - - maven-source-plugin - - - attach-sources - - jar - - - - - - maven-javadoc-plugin - - - attach-javadocs - - jar - - - - - - - - - - morph - dictionary-reader - russian - english - + + + 4.0.0 + org.apache.lucene.morphology + morphology + pom + 1.1 + morphology + http://maven.apache.org + + + scm:git:https://github.com/AKuznetsov/russianmorphology.git + scm:git:git@github.com:AKuznetsov/russianmorphology.git + https://github.com/AKuznetsov/russianmorphology + morphology-1.1 + + + + + bintray + https://api.bintray.com/maven/akuznetsov/russianmorphology/morphology + + + + + + junit + junit + 4.8.2 + test + + + org.hamcrest + hamcrest-all + 1.1 + test + + + org.apache.lucene + lucene-core + 5.1.0 + + + org.apache.lucene + lucene-analyzers-common + 5.1.0 + + + + + + maven2-repository.dev.java.net + Java.net Repository for Maven + http://download.java.net/maven/2/ + + + bintray + http://dl.bintray.com/akuznetsov/russianmorphology + + true + + + false + + + + + + + mc-release + maven-license-plugin repository of releases + http://mc-repo.googlecode.com/svn/maven2/releases + + false + + + true + + + + + + + maven-release-plugin + 2.5.2 + + false + release + true + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + maven-license-plugin + com.mathieucarbou.mojo + + ${project.parent.basedir} +
etc/header.txt
+ + **/*.txt + **/*.info + **/pom.xml + + + **/src/** + +
+ + + test + + check + + + +
+
+
+ + + release + + + + maven-source-plugin + + + attach-sources + + jar + + + + + + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + + + + + + + morph + dictionary-reader + russian + english +
\ No newline at end of file diff --git a/russian/pom.xml b/russian/pom.xml index 0b6e435..3b726fb 100644 --- a/russian/pom.xml +++ b/russian/pom.xml @@ -1,31 +1,31 @@ - - - - morphology - org.apache.lucene.morphology - 1.1-SNAPSHOT - - 4.0.0 - org.apache.lucene.morphology - russian - russian - 1.1-SNAPSHOT - http://maven.apache.org - - - - - org.apache.lucene.morphology - morph - 1.1-SNAPSHOT - - - - junit - junit - 4.8.2 - test - - - + + + + morphology + org.apache.lucene.morphology + 1.1 + + 4.0.0 + org.apache.lucene.morphology + russian + russian + 1.1 + http://maven.apache.org + + + + + org.apache.lucene.morphology + morph + 1.1 + + + + junit + junit + 4.8.2 + test + + + \ No newline at end of file