You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2009/10/18 20:22:15 UTC

svn commit: r826480 - /cocoon/cocoon3/trunk/parent/pom.xml

Author: reinhard
Date: Sun Oct 18 18:22:15 2009
New Revision: 826480

URL: http://svn.apache.org/viewvc?rev=826480&view=rev
Log:
upgrade plugin versions, fix missing plugin versions, upgrade some dependencies to latest version (commons-lang, woodstorx, xmlunit) --> thanks to the Mojo Versions Maven plugin

Modified:
    cocoon/cocoon3/trunk/parent/pom.xml

Modified: cocoon/cocoon3/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/parent/pom.xml?rev=826480&r1=826479&r2=826480&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/parent/pom.xml (original)
+++ cocoon/cocoon3/trunk/parent/pom.xml Sun Oct 18 18:22:15 2009
@@ -292,7 +292,7 @@
       <dependency>
         <groupId>commons-lang</groupId>
         <artifactId>commons-lang</artifactId>
-        <version>2.3</version>
+        <version>2.4</version>
       </dependency>
       <dependency>
         <groupId>commons-logging</groupId>
@@ -354,7 +354,7 @@
       <dependency>
         <groupId>org.codehaus.woodstox</groupId>
         <artifactId>wstx-asl</artifactId>
-        <version>3.2.7</version>
+        <version>3.2.9</version>
       </dependency>      
       <dependency>
         <groupId>org.apache.xmlgraphics</groupId>
@@ -461,7 +461,7 @@
         <groupId>xmlunit</groupId>
         <artifactId>xmlunit</artifactId>
         <scope>test</scope>
-        <version>1.2</version>
+        <version>1.3</version>
       </dependency>      
     </dependencies>
   </dependencyManagement>
@@ -526,6 +526,10 @@
             </manifestEntries>
           </archive>
         </configuration>
+      </plugin>     
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>versions-maven-plugin</artifactId>
       </plugin>      
     </plugins>
     <pluginManagement>
@@ -558,6 +562,18 @@
           <version>2.1</version>
         </plugin>
         <plugin>
+          <artifactId>maven-clean-plugin</artifactId>
+          <version>2.3</version>
+        </plugin>  
+        <plugin>
+          <artifactId>maven-deploy-plugin</artifactId>
+          <version>2.4</version>
+        </plugin>      
+        <plugin>
+          <artifactId>maven-install-plugin</artifactId>
+          <version>2.3</version>
+        </plugin>        
+        <plugin>
           <artifactId>maven-assembly-plugin</artifactId>
           <version>2.2-beta-2</version>        
         </plugin>
@@ -605,6 +621,11 @@
           <version>1.0-alpha-3</version>
         </plugin>  
         <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>versions-maven-plugin</artifactId>
+          <version>1.0</version>
+        </plugin>         
+        <plugin>
           <groupId>org.codehaus.groovy.maven</groupId>
           <artifactId>gmaven-plugin</artifactId>
           <version>1.0-rc-3</version>