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 10:45:58 UTC

svn commit: r671069 - /incubator/uima/sandbox/trunk/Tagger/pom.xml

Author: mbaessler
Date: Tue Jun 24 01:45:57 2008
New Revision: 671069

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

udpate version number to 2.3.0-incubating-SNAPSHOT

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

Modified:
    incubator/uima/sandbox/trunk/Tagger/pom.xml

Modified: incubator/uima/sandbox/trunk/Tagger/pom.xml
URL: http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/Tagger/pom.xml?rev=671069&r1=671068&r2=671069&view=diff
==============================================================================
--- incubator/uima/sandbox/trunk/Tagger/pom.xml (original)
+++ incubator/uima/sandbox/trunk/Tagger/pom.xml Tue Jun 24 01:45:57 2008
@@ -24,7 +24,7 @@
 	<groupId>org.apache.uima</groupId>
 	<artifactId>Tagger</artifactId>
 	<packaging>jar</packaging>
-	<version>2.2.2-incubating</version>
+	<version>2.3.0-incubating-SNAPSHOT</version>
 	<name>Apache UIMA Sandbox -- HMM Tagger</name>
 	<url>http://incubator.apache.org/uima</url>
 	<dependencies>