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/11/25 20:54:30 UTC

svn commit: r1545381 - /ctakes/branches/ctakes-3.1.1/pom.xml

Author: james-masanz
Date: Mon Nov 25 19:54:29 2013
New Revision: 1545381

URL: http://svn.apache.org/r1545381
Log:
remove reference to rc from main pom.xml to make it generic

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

Modified: ctakes/branches/ctakes-3.1.1/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-3.1.1/pom.xml?rev=1545381&r1=1545380&r2=1545381&view=diff
==============================================================================
--- ctakes/branches/ctakes-3.1.1/pom.xml (original)
+++ ctakes/branches/ctakes-3.1.1/pom.xml Mon Nov 25 19:54:29 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.1-rc2</connection>
-		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/ctakes/tags/ctakes-3.1.1-rc2</developerConnection>
-		<url>https://svn.apache.org/repos/asf/ctakes/tags/ctakes-3.1.1-rc2</url>
+		<connection>scm:svn:https://svn.apache.org/repos/asf/ctakes/tags/ctakes-3.1.1</connection>
+		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/ctakes/tags/ctakes-3.1.1</developerConnection>
+		<url>https://svn.apache.org/repos/asf/ctakes/tags/ctakes-3.1.1</url>
 	</scm>
 	<issueManagement>
 		<system>jira</system>