You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2014/06/11 23:15:15 UTC

svn commit: r1602015 - /uima/build/trunk/parent-pom/pom.xml

Author: rec
Date: Wed Jun 11 21:15:15 2014
New Revision: 1602015

URL: http://svn.apache.org/r1602015
Log:
[UIMA-3876] Remove javadoc security issue fix
- Was already commented out, now removed.

Modified:
    uima/build/trunk/parent-pom/pom.xml

Modified: uima/build/trunk/parent-pom/pom.xml
URL: http://svn.apache.org/viewvc/uima/build/trunk/parent-pom/pom.xml?rev=1602015&r1=1602014&r2=1602015&view=diff
==============================================================================
--- uima/build/trunk/parent-pom/pom.xml (original)
+++ uima/build/trunk/parent-pom/pom.xml Wed Jun 11 21:15:15 2014
@@ -374,8 +374,6 @@ Copyright (c) 2003, 2006 IBM Corporation
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
-          <!-- remove version after moving to apache parent pom 14 or later -->
-         <!--  <version>2.9.1</version> pick up fix for javadoc security issue, June 2013 from superpom -->
           <configuration>
             <source>5</source> <!-- needed to do Enums -->
             <notimestamp>true</notimestamp>