You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by tw...@apache.org on 2007/09/18 15:11:04 UTC

svn commit: r576885 - /incubator/uima/uimaj/trunk/uimaj/pom.xml

Author: twgoetz
Date: Tue Sep 18 06:11:03 2007
New Revision: 576885

URL: http://svn.apache.org/viewvc?rev=576885&view=rev
Log:
Jira UIMA-576: update version number in POMs etc.

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

Modified:
    incubator/uima/uimaj/trunk/uimaj/pom.xml

Modified: incubator/uima/uimaj/trunk/uimaj/pom.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj/pom.xml?rev=576885&r1=576884&r2=576885&view=diff
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj/pom.xml (original)
+++ incubator/uima/uimaj/trunk/uimaj/pom.xml Tue Sep 18 06:11:03 2007
@@ -24,7 +24,7 @@
   <groupId>org.apache.uima</groupId>
   <artifactId>uimaj</artifactId>
   <packaging>pom</packaging>
-  <version>2.2.0-incubating</version>
+  <version>2.3.0-SNAPSHOT</version>
   <name>Apache UIMA Java SDK</name>
   <url>http://incubator.apache.org/uima</url>
   <description>A framework and SDK supporting components for analyzing unstructured content such as text, audio
@@ -54,7 +54,7 @@
   <distributionManagement>
     <repository>
       <id>staging-repository</id>
-      <url>scpexe://people.apache.org/home/alally/public_html/uima-2.2.0-incubating/maven/</url>
+      <url>scpexe://people.apache.org/home/alally/public_html/uima-2.3.0-SNAPSHOT/maven/</url>
     </repository>
   </distributionManagement>
   <build>