You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ol...@apache.org on 2008/04/10 23:08:33 UTC

svn commit: r646962 - /continuum/parent/trunk/pom.xml

Author: olamy
Date: Thu Apr 10 14:08:19 2008
New Revision: 646962

URL: http://svn.apache.org/viewvc?rev=646962&view=rev
Log:
upgrade javadoc and remote-resources plugins versions

Modified:
    continuum/parent/trunk/pom.xml

Modified: continuum/parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/continuum/parent/trunk/pom.xml?rev=646962&r1=646961&r2=646962&view=diff
==============================================================================
--- continuum/parent/trunk/pom.xml (original)
+++ continuum/parent/trunk/pom.xml Thu Apr 10 14:08:19 2008
@@ -137,7 +137,7 @@
             </goals>
             <configuration>
               <resourceBundles>
-                <resourceBundle>org.apache:apache-jar-resource-bundle:1.3</resourceBundle>
+                <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
               </resourceBundles>
             </configuration>
           </execution>
@@ -187,7 +187,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
-          <version>2.3</version>
+          <version>2.4</version>
         </plugin>
         <!-- START SNIPPET: release-plugin-configuration -->
         <plugin>
@@ -206,7 +206,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-remote-resources-plugin</artifactId>
-          <version>1.0-beta-2</version>
+          <version>1.0</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>