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/07 18:30:50 UTC

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

Author: james-masanz
Date: Wed Aug  7 16:30:50 2013
New Revision: 1511380

URL: http://svn.apache.org/r1511380
Log:
Update maven release plugin in hopes to get skipTests to work

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=1511380&r1=1511379&r2=1511380&view=diff
==============================================================================
--- ctakes/branches/ctakes-3.1.0/pom.xml (original)
+++ ctakes/branches/ctakes-3.1.0/pom.xml Wed Aug  7 16:30:50 2013
@@ -671,7 +671,7 @@
 				</plugin>
 				<plugin>
 					<artifactId>maven-release-plugin</artifactId>
-					<version>2.3</version>
+					<version>2.4.1</version>
 	                   <configuration>
 	                      <useReleaseProfile>false</useReleaseProfile>
 	                      <goals>deploy</goals>