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 18:49:43 UTC

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

Author: chenpei
Date: Fri Nov  7 17:49:42 2014
New Revision: 1637421

URL: http://svn.apache.org/r1637421
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=1637421&r1=1637420&r2=1637421&view=diff
==============================================================================
--- ctakes/branches/ctakes-3.2.1/pom.xml (original)
+++ ctakes/branches/ctakes-3.2.1/pom.xml Fri Nov  7 17:49:42 2014
@@ -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/trunk/branches/ctakes-3.2.1</url>
 	</scm>
 	<issueManagement>
 		<system>jira</system>