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/27 23:37:28 UTC

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

Author: james-masanz
Date: Tue Aug 27 21:37:28 2013
New Revision: 1518004

URL: http://svn.apache.org/r1518004
Log:
set connection etc info to point to 3.1.0 branch

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=1518004&r1=1518003&r2=1518004&view=diff
==============================================================================
--- ctakes/branches/ctakes-3.1.0/pom.xml (original)
+++ ctakes/branches/ctakes-3.1.0/pom.xml Tue Aug 27 21:37:28 2013
@@ -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/tags/ctakes-3.1.0</connection>
-		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/ctakes/tags/ctakes-3.1.0</developerConnection>
-		<url>https://svn.apache.org/repos/asf/ctakes/tags/ctakes-3.1.0</url>
+		<connection>scm:svn:https://svn.apache.org/repos/asf/ctakes/branches/ctakes-3.1.0</connection>
+		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/ctakes/branches/ctakes-3.1.0</developerConnection>
+		<url>https://svn.apache.org/repos/asf/ctakes/branches/ctakes-3.1.0</url>
 	</scm>
 	<issueManagement>
 		<system>jira</system>