You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by mb...@apache.org on 2008/06/24 11:14:20 UTC

svn commit: r671094 - in /incubator/uima/uimaj/trunk/uimaj: eclipse-plugin-superPom/pom.xml pom.xml

Author: mbaessler
Date: Tue Jun 24 02:14:20 2008
New Revision: 671094

URL: http://svn.apache.org/viewvc?rev=671094&view=rev
Log:
UIMA-1024

update version number to 2.3.0-incubating-SNAPSHOT

https://issues.apache.org/jira/browse/UIMA-1024

Modified:
    incubator/uima/uimaj/trunk/uimaj/eclipse-plugin-superPom/pom.xml
    incubator/uima/uimaj/trunk/uimaj/pom.xml

Modified: incubator/uima/uimaj/trunk/uimaj/eclipse-plugin-superPom/pom.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj/eclipse-plugin-superPom/pom.xml?rev=671094&r1=671093&r2=671094&view=diff
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj/eclipse-plugin-superPom/pom.xml (original)
+++ incubator/uima/uimaj/trunk/uimaj/eclipse-plugin-superPom/pom.xml Tue Jun 24 02:14:20 2008
@@ -44,7 +44,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj</artifactId>
-    <version>2.2.2-incubating</version> <!-- this comment is a flag for changeVersion -->
+    <version>2.3.0-incubating-SNAPSHOT</version> <!-- this comment is a flag for changeVersion -->
   </parent>
   
   <!-- note this version is different from the rest of the versions
@@ -52,7 +52,7 @@
        word.  In Maven, the "-" is the convention, but in Eclipse,
        a "." is required -->
   <!-- thru testing, discovered that $ { } vars are not substituted, when "scanning for projects" -->
-  <version>2.2.2.incubating</version> <!-- this comment is a flag for changeVersion - eclipse -->
+  <version>2.3.0.incubating-SNAPSHOT</version> <!-- this comment is a flag for changeVersion - eclipse -->
    
   <build>
     <!-- resources are "merged" -->

Modified: incubator/uima/uimaj/trunk/uimaj/pom.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj/pom.xml?rev=671094&r1=671093&r2=671094&view=diff
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj/pom.xml (original)
+++ incubator/uima/uimaj/trunk/uimaj/pom.xml Tue Jun 24 02:14:20 2008
@@ -24,10 +24,10 @@
   <groupId>org.apache.uima</groupId>
   <artifactId>uimaj</artifactId>
   <packaging>pom</packaging>
-  <version>2.2.2-incubating</version> <!-- this comment is a flag for changeVersion -->
+  <version>2.3.0-incubating-SNAPSHOT</version> <!-- this comment is a flag for changeVersion -->
   <properties>
-      <uimaj-release-version>2.2.2-incubating</uimaj-release-version>
-      <uimaj-release-eclipse-version>2.2.2.incubating</uimaj-release-eclipse-version>
+      <uimaj-release-version>2.3.0-incubating-SNAPSHOT</uimaj-release-version>
+      <uimaj-release-eclipse-version>2.3.0.incubating-SNAPSHOT</uimaj-release-eclipse-version>
   </properties>
   <name>Apache UIMA Java SDK</name>
   <url>http://incubator.apache.org/uima</url>