You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2013/01/07 22:43:58 UTC

svn commit: r1430034 - /uima/sandbox/uima-ducc/trunk/pom.xml

Author: cwiklik
Date: Mon Jan  7 21:43:58 2013
New Revision: 1430034

URL: http://svn.apache.org/viewvc?rev=1430034&view=rev
Log:
UIMA-2491 updated ducc version to 0.7.0 from 0.0.7

Modified:
    uima/sandbox/uima-ducc/trunk/pom.xml

Modified: uima/sandbox/uima-ducc/trunk/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/pom.xml?rev=1430034&r1=1430033&r2=1430034&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/pom.xml Mon Jan  7 21:43:58 2013
@@ -20,13 +20,13 @@
 	<parent>
 		<groupId>org.apache.uima</groupId>
 		<artifactId>uima-ducc-parent</artifactId>
-		<version>0.0.7-SNAPSHOT</version>
+		<version>0.7.0-SNAPSHOT</version>
 		<relativePath>../uima-ducc-parent/pom.xml</relativePath>
 	</parent>
 
 	<artifactId>uima-ducc</artifactId>
 	<packaging>pom</packaging>
-	<version>0.0.7-SNAPSHOT</version>
+	<version>0.7.0-SNAPSHOT</version>
 	<name>Apache UIMA-DUCC: ${project.artifactId}</name>
 	<description>The top project for UIMA-DUCC</description>
 	<url>${uimaWebsiteUrl}</url>