You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by rl...@apache.org on 2013/06/13 19:00:12 UTC

svn commit: r1492762 - in /oodt/trunk: CHANGES.txt core/pom.xml mvn/archetypes/radix/src/main/resources/archetype-resources/pom.xml

Author: rlaidlaw
Date: Thu Jun 13 17:00:11 2013
New Revision: 1492762

URL: http://svn.apache.org/r1492762
Log:
OODT-624: Updated the maven-javadoc-plugin version to 2.9.

Modified:
    oodt/trunk/CHANGES.txt
    oodt/trunk/core/pom.xml
    oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/pom.xml

Modified: oodt/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/oodt/trunk/CHANGES.txt?rev=1492762&r1=1492761&r2=1492762&view=diff
==============================================================================
--- oodt/trunk/CHANGES.txt (original)
+++ oodt/trunk/CHANGES.txt Thu Jun 13 17:00:11 2013
@@ -4,6 +4,8 @@ Apache OODT Change Log
 Release 0.6 - Current Development
 --------------------------------------------
 
+* OODT-624 Updated maven-javadoc-plugin to v2.9 (rlaidlaw)
+
 * OODT-623 Addition of relativePath to the opendapps/pom.xml to help it locate
   the oodt-core POM (rlaidlaw)
 

Modified: oodt/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/core/pom.xml?rev=1492762&r1=1492761&r2=1492762&view=diff
==============================================================================
--- oodt/trunk/core/pom.xml (original)
+++ oodt/trunk/core/pom.xml Thu Jun 13 17:00:11 2013
@@ -294,7 +294,7 @@ the License.
             </plugin>
             <plugin>
                 <artifactId>maven-javadoc-plugin</artifactId>
-                <version>2.7</version>
+                <version>2.9</version>
                 <configuration>
                     <outputEncoding>UTF-8</outputEncoding>
                     <charset>UTF-8</charset>
@@ -361,7 +361,7 @@ the License.
             <!-- Produce JavaDoc -->
             <plugin>
                 <artifactId>maven-javadoc-plugin</artifactId>
-                <version>2.7</version>
+                <version>2.9</version>
                 <configuration>
                     <outputEncoding>UTF-8</outputEncoding>
                     <charset>UTF-8</charset>

Modified: oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/pom.xml?rev=1492762&r1=1492761&r2=1492762&view=diff
==============================================================================
--- oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/pom.xml (original)
+++ oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/pom.xml Thu Jun 13 17:00:11 2013
@@ -80,7 +80,7 @@
       </plugin>
       <plugin>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.7</version>
+        <version>2.9</version>
         <configuration>
           <outputEncoding>UTF-8</outputEncoding>
           <charset>UTF-8</charset>