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:42:14 UTC

svn commit: r671065 - /incubator/uima/sandbox/trunk/RegularExpressionAnnotator/pom.xml

Author: mbaessler
Date: Tue Jun 24 01:42:14 2008
New Revision: 671065

URL: http://svn.apache.org/viewvc?rev=671065&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/RegularExpressionAnnotator/pom.xml

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