From 20e7b29a13b1adc61de605c073920d843d129421 Mon Sep 17 00:00:00 2001 From: "Alexander.A.Kuznetsov" Date: Mon, 11 Oct 2010 09:29:46 +0000 Subject: [PATCH] [maven-release-plugin] prepare release morphology-1.0 git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@106 d817d54c-26ab-11de-abc9-2f7d1455ff7a --- dictionary-reader/pom.xml | 63 +++++---- english/pom.xml | 59 ++++----- morph/pom.xml | 36 ++--- pom.xml | 272 +++++++++++++++++++------------------- russian/pom.xml | 61 +++++---- 5 files changed, 244 insertions(+), 247 deletions(-) diff --git a/dictionary-reader/pom.xml b/dictionary-reader/pom.xml index c594a78..38287a3 100644 --- a/dictionary-reader/pom.xml +++ b/dictionary-reader/pom.xml @@ -1,32 +1,31 @@ - - - - morphology - org.apache.lucene.morphology - 1.0-SNAPSHOT - - 4.0.0 - org.apache.lucene.morphology - dictionary-reader - dictionary-reader - 1.0-SNAPSHOT - http://maven.apache.org - - - - org.apache.lucene.morphology - russian - 1.0-SNAPSHOT - - - - - org.apache.lucene.morphology - english - 1.0-SNAPSHOT - - - - - + + + + morphology + org.apache.lucene.morphology + 1.0 + + 4.0.0 + org.apache.lucene.morphology + dictionary-reader + dictionary-reader + 1.0 + http://maven.apache.org + + + + org.apache.lucene.morphology + russian + 1.0 + + + + + org.apache.lucene.morphology + english + 1.0 + + + + + diff --git a/english/pom.xml b/english/pom.xml index d445f3c..3565cc2 100644 --- a/english/pom.xml +++ b/english/pom.xml @@ -1,31 +1,30 @@ - - - - morphology - org.apache.lucene.morphology - 1.0-SNAPSHOT - - 4.0.0 - org.apache.lucene.morphology - english - english - 1.0-SNAPSHOT - http://maven.apache.org - - - - org.apache.lucene.morphology - morph - 1.0-SNAPSHOT - - - - - junit - junit - 4.4 - test - - + + + + morphology + org.apache.lucene.morphology + 1.0 + + 4.0.0 + org.apache.lucene.morphology + english + english + 1.0 + http://maven.apache.org + + + + org.apache.lucene.morphology + morph + 1.0 + + + + + junit + junit + 4.4 + test + + \ No newline at end of file diff --git a/morph/pom.xml b/morph/pom.xml index c5204f0..e5c7ba8 100644 --- a/morph/pom.xml +++ b/morph/pom.xml @@ -1,18 +1,18 @@ - - - - morphology - org.apache.lucene.morphology - 1.0-SNAPSHOT - - 4.0.0 - org.apache.lucene.morphology - morph - morph - 1.0-SNAPSHOT - http://maven.apache.org - - - - - + + + + morphology + org.apache.lucene.morphology + 1.0 + + 4.0.0 + org.apache.lucene.morphology + morph + morph + 1.0 + http://maven.apache.org + + + + + diff --git a/pom.xml b/pom.xml index 5cc8b6e..f3b4ea7 100644 --- a/pom.xml +++ b/pom.xml @@ -1,137 +1,137 @@ - - - 4.0.0 - org.apache.lucene.morphology - morphology - pom - 1.0-SNAPSHOT - morphology - http://maven.apache.org - - - scm:svn:http://russianmorphology.googlecode.com/svn/trunk/ - scm:svn:https://russianmorphology.googlecode.com/svn/trunk/ - - - - - - russian-morphology - - ../repo/releases - - - - russian-morphology-snapshots - - ../repo/snapshots - - true - - - - - - - junit - junit - 4.4 - test - - - - org.hamcrest - hamcrest-all - 1.1 - test - - - - org.apache.lucene - lucene-core - 3.0.0 - - - - - - maven2-repository.dev.java.net - Java.net Repository for Maven - http://download.java.net/maven/2/ - - - - - - mc-release - maven-license-plugin repository of releases - http://mc-repo.googlecode.com/svn/maven2/releases - - - false - - - - true - - - - - - - - org.jvnet.wagon-svn - wagon-svn - 1.8 - - - - - - - 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 - - - -
-
-
- - - morph - dictionary-reader - russian - english - + + + 4.0.0 + org.apache.lucene.morphology + morphology + pom + 1.0 + morphology + http://maven.apache.org + + + scm:svn:http://russianmorphology.googlecode.com/svn/tags/morphology-1.0 + scm:svn:https://russianmorphology.googlecode.com/svn/tags/morphology-1.0 + + + + + + russian-morphology + + ../repo/releases + + + + russian-morphology-snapshots + + ../repo/snapshots + + true + + + + + + + junit + junit + 4.4 + test + + + + org.hamcrest + hamcrest-all + 1.1 + test + + + + org.apache.lucene + lucene-core + 3.0.0 + + + + + + maven2-repository.dev.java.net + Java.net Repository for Maven + http://download.java.net/maven/2/ + + + + + + mc-release + maven-license-plugin repository of releases + http://mc-repo.googlecode.com/svn/maven2/releases + + + false + + + + true + + + + + + + + org.jvnet.wagon-svn + wagon-svn + 1.8 + + + + + + + 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 + + + +
+
+
+ + + morph + dictionary-reader + russian + english +
\ No newline at end of file diff --git a/russian/pom.xml b/russian/pom.xml index 2ed6887..8fb93e7 100644 --- a/russian/pom.xml +++ b/russian/pom.xml @@ -1,32 +1,31 @@ - - - - morphology - org.apache.lucene.morphology - 1.0-SNAPSHOT - - 4.0.0 - org.apache.lucene.morphology - russian - russian - 1.0-SNAPSHOT - http://maven.apache.org - - - - - org.apache.lucene.morphology - morph - 1.0-SNAPSHOT - - - - junit - junit - 4.4 - test - - - + + + + morphology + org.apache.lucene.morphology + 1.0 + + 4.0.0 + org.apache.lucene.morphology + russian + russian + 1.0 + http://maven.apache.org + + + + + org.apache.lucene.morphology + morph + 1.0 + + + + junit + junit + 4.4 + test + + + \ No newline at end of file