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/21 11:50:24 UTC

svn commit: r999293 - /wicket/branches/wicket-1.4.x/pom.xml

Author: dashorst
Date: Tue Sep 21 09:50:24 2010
New Revision: 999293

URL: http://svn.apache.org/viewvc?rev=999293&view=rev
Log:
Upgraded dependencies and maven plugins to their latest releases. Local build still worked.

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

Modified: wicket/branches/wicket-1.4.x/pom.xml
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.x/pom.xml?rev=999293&r1=999292&r2=999293&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.x/pom.xml (original)
+++ wicket/branches/wicket-1.4.x/pom.xml Tue Sep 21 09:50:24 2010
@@ -383,7 +383,7 @@
 			<dependency>
 				<groupId>junit</groupId>
 				<artifactId>junit</artifactId>
-				<version>4.7</version>
+				<version>4.8.1</version>
 				<scope>provided</scope>
 			</dependency>
 			<dependency>
@@ -405,10 +405,16 @@
 			<dependency>
 				<groupId>log4j</groupId>
 				<artifactId>log4j</artifactId>
-				<version>1.2.13</version>
+				<version>1.2.14</version>
 				<optional>true</optional>
 			</dependency>
 			<dependency>
+				<groupId>mx4j</groupId>
+				<artifactId>mx4j</artifactId>
+				<version>3.0.1</version>
+				<scope>provided</scope>
+			</dependency>
+			<dependency>
 				<groupId>org.springframework</groupId>
 				<artifactId>spring</artifactId>
 				<version>2.5.6</version>
@@ -416,31 +422,25 @@
 			<dependency>
 				<groupId>org.mortbay.jetty</groupId>
 				<artifactId>jetty</artifactId>
-				<version>6.1.5</version>
+				<version>6.1.25</version>
 				<scope>provided</scope>
 			</dependency>
 			<dependency>
 				<groupId>org.mortbay.jetty</groupId>
 				<artifactId>servlet-api-2.5</artifactId>
-				<version>6.1.5</version>
-				<scope>provided</scope>
-			</dependency>
-			<dependency>
-				<groupId>mx4j</groupId>
-				<artifactId>mx4j</artifactId>
-				<version>3.0.1</version>
+				<version>6.1.25</version>
 				<scope>provided</scope>
 			</dependency>
 			<dependency>
 				<groupId>org.mortbay.jetty</groupId>
 				<artifactId>jetty-util</artifactId>
-				<version>6.1.5</version>
+				<version>6.1.25</version>
 				<scope>provided</scope>
 			</dependency>
 			<dependency>
 				<groupId>org.mortbay.jetty</groupId>
 				<artifactId>jetty-management</artifactId>
-				<version>6.1.5</version>
+				<version>6.1.25</version>
 				<scope>provided</scope>
 			</dependency>
 			<dependency>
@@ -625,7 +625,9 @@
 		<pluginManagement>
 			<plugins>
  				<plugin>
+					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-resources-plugin</artifactId>
+					<version>2.4.3</version>
 					<configuration>
 						<encoding>${project.build.sourceEncoding}</encoding>
 					</configuration>
@@ -633,7 +635,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>
@@ -648,6 +650,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>
@@ -658,7 +661,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>
@@ -666,7 +669,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>
@@ -680,7 +683,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>
@@ -688,7 +691,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>
@@ -715,7 +718,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>
@@ -733,13 +736,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>
@@ -752,7 +755,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>
@@ -762,12 +765,12 @@
  				<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>
 					<artifactId>maven-jetty-plugin</artifactId>
-					<version>6.1.1</version>
+					<version>6.1.25</version>
 					<configuration>
 						<scanIntervalSeconds>60</scanIntervalSeconds>
 						<webAppSourceDirectory>src/main/webapp</webAppSourceDirectory>
@@ -776,7 +779,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>
@@ -821,7 +824,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>
@@ -839,7 +842,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>