You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2009/10/13 15:27:57 UTC

svn commit: r824749 - in /incubator/uima/uimaj/trunk: uimaj-distr/src/main/build/changeVersion.xml uimaj/distr-superPom/pom.xml

Author: schor
Date: Tue Oct 13 13:27:57 2009
New Revision: 824749

URL: http://svn.apache.org/viewvc?rev=824749&view=rev
Log:
UIMA-1614 add missing pom to changeVersion for uimaj - missing was new parent pom for distributions, in distr-superPom

Modified:
    incubator/uima/uimaj/trunk/uimaj-distr/src/main/build/changeVersion.xml
    incubator/uima/uimaj/trunk/uimaj/distr-superPom/pom.xml

Modified: incubator/uima/uimaj/trunk/uimaj-distr/src/main/build/changeVersion.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-distr/src/main/build/changeVersion.xml?rev=824749&r1=824748&r2=824749&view=diff
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-distr/src/main/build/changeVersion.xml (original)
+++ incubator/uima/uimaj/trunk/uimaj-distr/src/main/build/changeVersion.xml Tue Oct 13 13:27:57 2009
@@ -90,7 +90,8 @@
        uimaj-internal-tools/pom.xml,
        uimaj-test-util/pom.xml,
        uimaj-tools/pom.xml,
-       PearPackagingMavenPlugin
+       PearPackagingMavenPlugin,
+       uimaj/distr-superPom/pom.xml
 -       " summary="yes"
       token="<version>${uima.prev.version}</version> <!-- this comment is a flag for changeVersion -->"
       value="<version>${uima.version}</version> <!-- this comment is a flag for changeVersion -->"/>     

Modified: incubator/uima/uimaj/trunk/uimaj/distr-superPom/pom.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj/distr-superPom/pom.xml?rev=824749&r1=824748&r2=824749&view=diff
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj/distr-superPom/pom.xml (original)
+++ incubator/uima/uimaj/trunk/uimaj/distr-superPom/pom.xml Tue Oct 13 13:27:57 2009
@@ -38,7 +38,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj</artifactId>
-    <version>2.3.0-incubating-SNAPSHOT</version> <!-- this comment is a flag for changeVersion -->
+    <version>2.3.0-incubating</version> <!-- this comment is a flag for changeVersion -->
     <relativePath>..</relativePath>
   </parent>