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 2013/07/08 23:31:37 UTC

svn commit: r1500971 - /ctakes/trunk/pom.xml

Author: chenpei
Date: Mon Jul  8 21:31:36 2013
New Revision: 1500971

URL: http://svn.apache.org/r1500971
Log:
CTAKES-212 - Updated to use the latest apache parent pom and javadoc plugin that contains the java doc security fix.

Modified:
    ctakes/trunk/pom.xml

Modified: ctakes/trunk/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/pom.xml?rev=1500971&r1=1500970&r2=1500971&view=diff
==============================================================================
--- ctakes/trunk/pom.xml (original)
+++ ctakes/trunk/pom.xml Mon Jul  8 21:31:36 2013
@@ -85,7 +85,7 @@
 	<parent>
 		<groupId>org.apache</groupId>
 		<artifactId>apache</artifactId>
-		<version>11</version>
+		<version>13</version>
 	</parent>
 
 	<modules>
@@ -667,7 +667,7 @@
 				</plugin>
 				<plugin>
 					<artifactId>maven-javadoc-plugin</artifactId>
-					<version>2.8.1</version>
+					<version>2.9</version>
 				</plugin>
 				<plugin>
 					<artifactId>maven-release-plugin</artifactId>