You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2008/04/21 12:50:34 UTC

svn commit: r650093 - in /geronimo/genesis/branches/genesis-1.x: config/project-config/pom.xml pom.xml

Author: jdillon
Date: Mon Apr 21 03:50:19 2008
New Revision: 650093

URL: http://svn.apache.org/viewvc?rev=650093&view=rev
Log:
Update some plugin versions

Modified:
    geronimo/genesis/branches/genesis-1.x/config/project-config/pom.xml
    geronimo/genesis/branches/genesis-1.x/pom.xml

Modified: geronimo/genesis/branches/genesis-1.x/config/project-config/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/genesis/branches/genesis-1.x/config/project-config/pom.xml?rev=650093&r1=650092&r2=650093&view=diff
==============================================================================
--- geronimo/genesis/branches/genesis-1.x/config/project-config/pom.xml (original)
+++ geronimo/genesis/branches/genesis-1.x/config/project-config/pom.xml Mon Apr 21 03:50:19 2008
@@ -170,7 +170,6 @@
             
         <pluginManagement>
             <plugins>
-                <!-- maven-remote-resources-plugin and tools-maven-plugin are in parent pom -->
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-antrun-plugin</artifactId>
@@ -180,7 +179,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-assembly-plugin</artifactId>
-                    <version>2.1</version>
+                    <version>2.2-beta-2</version>
                     <configuration>
                         <tarLongFileMode>gnu</tarLongFileMode>
                     </configuration>
@@ -233,7 +232,13 @@
                     <artifactId>maven-rar-plugin</artifactId>
                     <version>2.2</version>
                 </plugin>
-
+                
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-javadoc-plugin</artifactId>
+                    <version>2.4</version>
+                </plugin>
+                
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
@@ -276,11 +281,17 @@
                     <artifactId>build-helper-maven-plugin</artifactId>
                     <version>1.0</version>
                 </plugin>
-
+                
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>
-                    <artifactId>groovy-maven-plugin</artifactId>
-                    <version>1.0-alpha-2</version>
+                    <artifactId>shitty-maven-plugin</artifactId>
+                    <version>1.0-alpha-1</version>
+                </plugin>
+                
+                <plugin>
+                    <groupId>org.codehaus.groovy.maven</groupId>
+                    <artifactId>gmaven-plugin</artifactId>
+                    <version>1.0-beta-4-SNAPSHOT</version>
                 </plugin>
 
                 <plugin>
@@ -289,6 +300,12 @@
                     <version>1.4.5</version>
                 </plugin>
                 
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-plugin-plugin</artifactId>
+                    <version>2.4.1</version>
+                </plugin>
+                
                 <!--
                 NOTE: Using constant versions here instead of ${pom.version}
                       so that the release plugin can update the version for us.
@@ -431,6 +448,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
+                <version>2.4</version>
                 <configuration>
                     <minmemory>128m</minmemory>
                     <maxmemory>512</maxmemory>

Modified: geronimo/genesis/branches/genesis-1.x/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/genesis/branches/genesis-1.x/pom.xml?rev=650093&r1=650092&r2=650093&view=diff
==============================================================================
--- geronimo/genesis/branches/genesis-1.x/pom.xml (original)
+++ geronimo/genesis/branches/genesis-1.x/pom.xml Mon Apr 21 03:50:19 2008
@@ -82,24 +82,24 @@
                 </plugin>
 
                 <plugin>
-                    <inherited>true</inherited>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-gpg-plugin</artifactId>
                     <version>1.0-alpha-4</version>
+                    <inherited>true</inherited>
                 </plugin>
 
                 <plugin>
-                    <inherited>true</inherited>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-deploy-plugin</artifactId>
                     <version>2.3</version>
+                    <inherited>true</inherited>
                 </plugin>
 
                 <plugin>
-                    <inherited>true</inherited>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-javadoc-plugin</artifactId>
                     <version>2.4</version>
+                    <inherited>true</inherited>
                 </plugin>
 
                 <plugin>