You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by pe...@apache.org on 2011/11/18 14:20:10 UTC

svn commit: r1203637 - /wicket/trunk/pom.xml

Author: pete
Date: Fri Nov 18 13:20:10 2011
New Revision: 1203637

URL: http://svn.apache.org/viewvc?rev=1203637&view=rev
Log:
upgrade maven plugin dependencies

Modified:
    wicket/trunk/pom.xml

Modified: wicket/trunk/pom.xml
URL: http://svn.apache.org/viewvc/wicket/trunk/pom.xml?rev=1203637&r1=1203636&r2=1203637&view=diff
==============================================================================
--- wicket/trunk/pom.xml (original)
+++ wicket/trunk/pom.xml Fri Nov 18 13:20:10 2011
@@ -505,7 +505,7 @@
 			<extension>
 				<groupId>org.apache.maven.wagon</groupId>
 				<artifactId>wagon-ssh-external</artifactId>
-				<version>1.0-beta-7</version>
+				<version>2.0</version>
 			</extension>
 		</extensions>
 		<resources>
@@ -604,7 +604,7 @@
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-resources-plugin</artifactId>
-					<version>2.4.3</version>
+					<version>2.5</version>
 					<configuration>
 						<encoding>${project.build.sourceEncoding}</encoding>
 					</configuration>
@@ -612,7 +612,7 @@
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-assembly-plugin</artifactId>
-					<version>2.2</version>
+					<version>2.2.1</version>
 					<configuration>
 						<appendAssemblyId>false</appendAssemblyId>
 						<tarLongFileMode>gnu</tarLongFileMode>
@@ -646,7 +646,7 @@
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-gpg-plugin</artifactId>
-					<version>1.1</version>
+					<version>1.4</version>
 					<executions>
 						<execution>
 							<id>sign-artifacts</id>
@@ -660,7 +660,7 @@
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-war-plugin</artifactId>
-					<version>2.1</version>
+					<version>2.1.1</version>
 					<configuration>
 						<warName>${project.artifactId}</warName>
 					</configuration>
@@ -668,7 +668,7 @@
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-jar-plugin</artifactId>
-					<version>2.3.1</version>
+					<version>2.3.2</version>
 					<configuration>
 						<useDefaultManifestFile>true</useDefaultManifestFile>
 						<archive>
@@ -695,7 +695,7 @@
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-javadoc-plugin</artifactId>
-					<version>2.7</version>
+					<version>2.8</version>
 					<configuration>
 						<minmemory>128m</minmemory>
 						<maxmemory>256m</maxmemory>
@@ -736,7 +736,7 @@
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-surefire-plugin</artifactId>
-					<version>2.9</version>
+					<version>2.10</version>
 					<configuration>
 						<includes>
 							<include>**/*Test.java</include>
@@ -746,7 +746,7 @@
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-surefire-report-plugin</artifactId>
-					<version>2.6</version>
+					<version>2.10</version>
 				</plugin>
 				<plugin>
 					<groupId>org.mortbay.jetty</groupId>
@@ -760,7 +760,7 @@
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-remote-resources-plugin</artifactId>
-					<version>1.2</version>
+					<version>1.2.1</version>
 					<executions>
 						<execution>
 							<goals>
@@ -810,7 +810,7 @@
 				<inherited>true</inherited>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-project-info-reports-plugin</artifactId>
-				<version>2.3.1</version>
+				<version>2.4</version>
 				<reportSets>
 					<reportSet>
 						<reports>
@@ -828,7 +828,7 @@
 				<inherited>true</inherited>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-javadoc-plugin</artifactId>
-				<version>2.7</version>
+				<version>2.8</version>
 			</plugin>
 		</plugins>
 	</reporting>