You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by ch...@apache.org on 2014/11/07 23:03:01 UTC

svn commit: r1637471 - /ctakes/branches/ctakes-3.2.1/pom.xml

Author: chenpei
Date: Fri Nov  7 22:03:00 2014
New Revision: 1637471

URL: http://svn.apache.org/r1637471
Log:
CTAKES-323 Updating path to use branch for the release

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

Modified: ctakes/branches/ctakes-3.2.1/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-3.2.1/pom.xml?rev=1637471&r1=1637470&r2=1637471&view=diff
==============================================================================
--- ctakes/branches/ctakes-3.2.1/pom.xml (original)
+++ ctakes/branches/ctakes-3.2.1/pom.xml Fri Nov  7 22:03:00 2014
@@ -24,7 +24,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.apache.ctakes</groupId>
 	<artifactId>ctakes</artifactId>
-	<version>3.2.1-SNAPSHOT</version>
+	<version>3.2.1</version>
 	<packaging>pom</packaging>
 	<name>Apache cTAKES</name>
 	<url>http://ctakes.apache.org</url>
@@ -32,9 +32,9 @@
 	<scm>
 		<!-- In child modules, Maven will append ${artifactId} to the following 
 			URLs -->
-		<connection>scm:svn:https://svn.apache.org/repos/asf/ctakes/trunk</connection>
-		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/ctakes/trunk</developerConnection>
-		<url>https://svn.apache.org/repos/asf/ctakes/trunk</url>
+		<connection>scm:svn:https://svn.apache.org/repos/asf/ctakes/branches/ctakes-3.2.1</connection>
+		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/ctakes/branches/ctakes-3.2.1</developerConnection>
+		<url>https://svn.apache.org/repos/asf/ctakes/branches/ctakes-3.2.1</url>
 	</scm>
 	<issueManagement>
 		<system>jira</system>
@@ -76,7 +76,7 @@
 		</mailingList>
 	</mailingLists>
 	<properties>
-		<ctakes.version>3.2.1-SNAPSHOT</ctakes.version>
+		<ctakes.version>3.2.1</ctakes.version>
 		<maven.compiler.source>1.7</maven.compiler.source>
 		<maven.compiler.target>1.7</maven.compiler.target>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>