You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by ja...@apache.org on 2013/08/26 21:25:38 UTC

svn commit: r1517650 - /ctakes/branches/ctakes-3.1.0/pom.xml

Author: james-masanz
Date: Mon Aug 26 19:25:38 2013
New Revision: 1517650

URL: http://svn.apache.org/r1517650
Log:
CTAKES-215 - change ctakes.version to 3.1.0-SNAPSHOT to match <version>

Modified:
    ctakes/branches/ctakes-3.1.0/pom.xml

Modified: ctakes/branches/ctakes-3.1.0/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-3.1.0/pom.xml?rev=1517650&r1=1517649&r2=1517650&view=diff
==============================================================================
--- ctakes/branches/ctakes-3.1.0/pom.xml (original)
+++ ctakes/branches/ctakes-3.1.0/pom.xml Mon Aug 26 19:25:38 2013
@@ -76,7 +76,7 @@
 		</mailingList>
 	</mailingLists>
 	<properties>
-		<ctakes.version>3.1.0</ctakes.version>
+		<ctakes.version>3.1.0-SNAPSHOT</ctakes.version>
 		<maven.compiler.source>1.6</maven.compiler.source>
 		<maven.compiler.target>1.6</maven.compiler.target>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>