You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by da...@apache.org on 2010/09/22 16:47:55 UTC

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

Author: dashorst
Date: Wed Sep 22 14:47:54 2010
New Revision: 999998

URL: http://svn.apache.org/viewvc?rev=999998&view=rev
Log:
WICKET-3071

Modified:
    wicket/trunk/pom.xml

Modified: wicket/trunk/pom.xml
URL: http://svn.apache.org/viewvc/wicket/trunk/pom.xml?rev=999998&r1=999997&r2=999998&view=diff
==============================================================================
--- wicket/trunk/pom.xml (original)
+++ wicket/trunk/pom.xml Wed Sep 22 14:47:54 2010
@@ -32,7 +32,7 @@
 	<description>Wicket is a Java-based open source component web application framework.</description>
 	<properties>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-		<jetty.version>6.1.21</jetty.version>
+		<jetty.version>6.1.25</jetty.version>
 	</properties>
 	
 	<profiles>
@@ -407,7 +407,7 @@
 			<dependency>
 				<groupId>junit</groupId>
 				<artifactId>junit</artifactId>
-				<version>4.7</version>
+				<version>4.8.1</version>
 				<scope>test</scope>
 			</dependency>
 			<dependency>
@@ -654,6 +654,7 @@
 			<plugins>
 				<plugin>
 					<artifactId>maven-resources-plugin</artifactId>
+					<version>2.4.3</version>
 					<configuration>
 						<encoding>${project.build.sourceEncoding}</encoding>
 					</configuration>
@@ -662,7 +663,7 @@
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-assembly-plugin</artifactId>
-					<version>2.2-beta-2</version>
+					<version>2.2-beta-5</version>
 					<configuration>
 						<appendAssemblyId>false</appendAssemblyId>
 						<tarLongFileMode>gnu</tarLongFileMode>
@@ -677,6 +678,7 @@
 					<inherited>true</inherited>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-compiler-plugin</artifactId>
+					<version>2.3.2</version>
 					<configuration>
 						<source>1.5</source>
 						<target>1.5</target>
@@ -687,7 +689,7 @@
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-eclipse-plugin</artifactId>
-					<version>2.5.1</version>
+					<version>2.8</version>
 					<configuration>
 						<downloadSources>true</downloadSources>
 					</configuration>
@@ -695,7 +697,7 @@
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-gpg-plugin</artifactId>
-					<version>1.0-alpha-4</version>
+					<version>1.1</version>
 					<executions>
 						<execution>
 							<id>sign-artifacts</id>
@@ -709,7 +711,7 @@
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-war-plugin</artifactId>
-					<version>2.0.2</version>
+					<version>2.1</version>
 					<configuration>
 						<warName>${project.artifactId}</warName>
 					</configuration>
@@ -717,7 +719,7 @@
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-jar-plugin</artifactId>
-					<version>2.2</version>
+					<version>2.3.1</version>
 					<configuration>
 						<useDefaultManifestFile>true</useDefaultManifestFile>
 						<archive>
@@ -744,7 +746,7 @@
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-javadoc-plugin</artifactId>
-					<version>2.5</version>
+					<version>2.7</version>
 					<configuration>
 						<minmemory>128m</minmemory>
 						<maxmemory>256m</maxmemory>
@@ -762,13 +764,13 @@
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-site-plugin</artifactId>
-					<version>2.0-beta-5</version>
+					<version>2.1.1</version>
 				</plugin>
 				<plugin>
 					<inherited>true</inherited>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-source-plugin</artifactId>
-					<version>2.0.4</version>
+					<version>2.1.2</version>
 					<executions>
 						<execution>
 							<id>attach-sources</id>
@@ -781,7 +783,7 @@
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-surefire-plugin</artifactId>
-					<version>2.4</version>
+					<version>2.6</version>
 					<configuration>
 						<includes>
 							<include>**/*Test.java</include>
@@ -791,7 +793,7 @@
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-surefire-report-plugin</artifactId>
-					<version>2.5</version>
+					<version>2.6</version>
 				</plugin>
 				<plugin>
 					<groupId>org.mortbay.jetty</groupId>
@@ -805,7 +807,7 @@
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-remote-resources-plugin</artifactId>
-					<version>1.0</version>
+					<version>1.1</version>
 					<executions>
 						<execution>
 							<goals>
@@ -855,7 +857,7 @@
 				<inherited>true</inherited>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-project-info-reports-plugin</artifactId>
-				<version>2.1</version>
+				<version>2.2</version>
 				<reportSets>
 					<reportSet>
 						<reports>
@@ -873,7 +875,7 @@
 				<inherited>true</inherited>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-javadoc-plugin</artifactId>
-				<version>2.5</version>
+				<version>2.7</version>
 			</plugin>
 		</plugins>
 	</reporting>