Author: dashorst
Date: Wed Oct 15 13:29:53 2008
New Revision: 705024

URL: http://svn.apache.org/viewvc?rev=705024&view=rev
Log:
Upgrade of all maven plugins to latest version

Modified:
    wicket/branches/wicket-1.3.x/pom.xml

Modified: wicket/branches/wicket-1.3.x/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/branches/wicket-1.3.x/pom.xml?rev=705024&r1=705023&r2=705024&view=diff
==============================================================================
--- wicket/branches/wicket-1.3.x/pom.xml (original)
+++ wicket/branches/wicket-1.3.x/pom.xml Wed Oct 15 13:29:53 2008
@@ -633,7 +633,7 @@
                                <plugin>
                                        
<groupId>org.apache.maven.plugins</groupId>
                                        
<artifactId>maven-assembly-plugin</artifactId>
-                                       <version>2.2-beta-1</version>
+                                       <version>2.2-beta-2</version>
                                        <configuration>
                                                
<appendAssemblyId>false</appendAssemblyId>
                                                
<tarLongFileMode>gnu</tarLongFileMode>
@@ -647,7 +647,7 @@
                                <plugin>
                                        
<groupId>org.apache.maven.plugins</groupId>
                                        
<artifactId>maven-eclipse-plugin</artifactId>
-                                       <version>2.3</version>
+                                       <version>2.5.1</version>
                                        <configuration>
                                                
<downloadSources>true</downloadSources>
                                        </configuration>
@@ -655,7 +655,7 @@
                                <plugin>
                                        
<groupId>org.apache.maven.plugins</groupId>
                                        
<artifactId>maven-gpg-plugin</artifactId>
-                                       <version>1.0-alpha-3</version>
+                                       <version>1.0-alpha-4</version>
                                        <executions>
                                                <execution>
                                                        <id>sign-artifacts</id>
@@ -704,7 +704,7 @@
                                <plugin>
                                        
<groupId>org.apache.maven.plugins</groupId>
                                        
<artifactId>maven-javadoc-plugin</artifactId>
-                                       <version>2.2</version>
+                                       <version>2.5</version>
                                        <configuration>
                                                <minmemory>128m</minmemory>
                                                <maxmemory>256m</maxmemory>
@@ -728,7 +728,7 @@
                                        <inherited>true</inherited>
                                        
<groupId>org.apache.maven.plugins</groupId>
                                        
<artifactId>maven-source-plugin</artifactId>
-                                       <version>2.0.3</version>
+                                       <version>2.0.4</version>
                                        <executions>
                                                <execution>
                                                        <id>attach-sources</id>
@@ -741,7 +741,7 @@
                                <plugin>
                                        
<groupId>org.apache.maven.plugins</groupId>
                                        
<artifactId>maven-surefire-plugin</artifactId>
-                                       <version>2.1.3</version>
+                                       <version>2.4</version>
                                        <configuration>
                                                <includes>
                                                        
<include>**/*Test.java</include>
@@ -760,7 +760,7 @@
                                <plugin>
                                        
<groupId>org.apache.maven.plugins</groupId>
                                        
<artifactId>maven-remote-resources-plugin</artifactId>
-                                       <version>1.0-alpha-5</version>
+                                       <version>1.0</version>
                                        <executions>
                                                <execution>
                                                        <goals>
@@ -768,7 +768,7 @@
                                                        </goals>
                                                        <configuration>
                                                                
<resourceBundles>
-                                                                       
<resourceBundle>org.apache:apache-jar-resource-bundle:1.2</resourceBundle>
+                                                                       
<resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
                                                                
</resourceBundles>
                                                        </configuration>
                                                </execution>
@@ -778,7 +778,7 @@
                 <plugin>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>maven-bundle-plugin</artifactId>
-                    <version>1.4.1</version>
+                    <version>1.4.3</version>
                     <executions>
                         <execution>
                             <id>bundle-manifest</id>
@@ -805,7 +805,7 @@
                                <inherited>true</inherited>
                                <groupId>org.apache.maven.plugins</groupId>
                                
<artifactId>maven-project-info-reports-plugin</artifactId>
-                               <version>2.0.1</version>
+                               <version>2.1</version>
                                <reportSets>
                                        <reportSet>
                                                <reports>


Reply via email to