Author: fgiust
Date: Wed Dec 13 12:42:50 2006
New Revision: 486832

URL: http://svn.apache.org/viewvc?view=rev&rev=486832
Log:
update dependencies on released plugins

Modified:
    maven/plugins/trunk/pom.xml

Modified: maven/plugins/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/pom.xml?view=diff&rev=486832&r1=486831&r2=486832
==============================================================================
--- maven/plugins/trunk/pom.xml (original)
+++ maven/plugins/trunk/pom.xml Wed Dec 13 12:42:50 2006
@@ -183,7 +183,7 @@
           <plugin>
             <inherited>true</inherited>
             <artifactId>maven-source-plugin</artifactId>
-            <version>2.0.2-SNAPSHOT</version>
+            <version>2.0.2</version>
             <executions>
               <execution>
                 <id>attach-sources</id>
@@ -197,7 +197,7 @@
           <plugin>
             <inherited>true</inherited>
             <artifactId>maven-javadoc-plugin</artifactId>
-            <version>2.2-SNAPSHOT</version>
+            <version>2.2</version>
             <executions>
               <execution>
                 <id>attach-javadocs</id>
@@ -235,7 +235,7 @@
           <!-- We want to sign the artifact, the POM, and all attached 
artifacts -->
           <plugin>
             <artifactId>maven-gpg-plugin</artifactId>
-            <version>1.0-SNAPSHOT</version>
+            <version>1.0-alpha-1</version>
             <configuration>
               <passphrase>${gpg.passphrase}</passphrase>
             </configuration>


Reply via email to