Author: dashorst
Date: Wed Oct 15 13:29:32 2008
New Revision: 705023

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

Modified:
    wicket/trunk/pom.xml

Modified: wicket/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/pom.xml?rev=705023&r1=705022&r2=705023&view=diff
==============================================================================
--- wicket/trunk/pom.xml (original)
+++ wicket/trunk/pom.xml Wed Oct 15 13:29:32 2008
@@ -14,10 +14,7 @@
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0";
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+--><project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
 
        <modelVersion>4.0.0</modelVersion>
 
@@ -571,7 +568,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>
@@ -596,7 +593,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>
@@ -604,7 +601,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>
@@ -653,7 +650,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>
@@ -677,7 +674,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>
@@ -690,7 +687,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>
@@ -709,7 +706,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>
@@ -717,7 +714,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>
@@ -727,7 +724,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>
@@ -754,7 +751,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