Author: schor
Date: Wed Jul 3 12:19:40 2013
New Revision: 1499356
URL: http://svn.apache.org/r1499356
Log:
no Jira - set maven-javadoc-plugin version to 2.9.1 to pickup fix for javadoc
security issue
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=1499356&r1=1499355&r2=1499356&view=diff
==============================================================================
--- uima/build/trunk/parent-pom/pom.xml (original)
+++ uima/build/trunk/parent-pom/pom.xml Wed Jul 3 12:19:40 2013
@@ -430,6 +430,8 @@ 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 -->
<configuration>
<source>5</source> <!-- needed to do Enums -->
<notimestamp>true</notimestamp>