You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2015/03/26 21:03:02 UTC

wicket git commit: Version updates

Repository: wicket
Updated Branches:
  refs/heads/master b87ce0834 -> f9035cc08


Version updates


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/f9035cc0
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/f9035cc0
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/f9035cc0

Branch: refs/heads/master
Commit: f9035cc0858802402d4cd9b8914d9679ebe420b0
Parents: b87ce08
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Thu Mar 26 22:02:36 2015 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Thu Mar 26 22:02:36 2015 +0200

----------------------------------------------------------------------
 pom.xml | 35 ++++++++++++++---------------------
 1 file changed, 14 insertions(+), 21 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/f9035cc0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f1d0efa..51aca50 100644
--- a/pom.xml
+++ b/pom.xml
@@ -119,9 +119,9 @@
 		<jetty.version>8.1.16.v20140903</jetty.version>
 		<jetty9.version>9.0.7.v20131107</jetty9.version>
 		<junit.version>4.12</junit.version>
-		<spring.version>4.1.5.RELEASE</spring.version>
+		<spring.version>4.1.6.RELEASE</spring.version>
 		<servlet-api.version>3.0.1</servlet-api.version>
-		<maven.javadoc.version>2.10.1</maven.javadoc.version>
+		<maven.javadoc.version>2.10.2</maven.javadoc.version>
 		<maven.surefire.version>2.18</maven.surefire.version>
 		<mockito.version>1.10.16</mockito.version>
 		<slf4j.version>1.7.10</slf4j.version>
@@ -199,7 +199,7 @@
 			<dependency>
 				<groupId>com.google.guava</groupId>
 				<artifactId>guava</artifactId>
-				<version>17.0</version>
+				<version>18.0</version>
 			</dependency>
 			<dependency>
 				<groupId>com.google.inject</groupId>
@@ -219,7 +219,7 @@
 			<dependency>
 				<groupId>de.agilecoders.wicket.webjars</groupId>
 				<artifactId>wicket-webjars</artifactId>
-				<version>0.5.0-M2</version>
+				<version>0.5.0</version>
 			</dependency>
 			<dependency>
 				<groupId>javax.inject</groupId>
@@ -638,7 +638,7 @@
 				<plugin>
 					<groupId>org.apache.felix</groupId>
 					<artifactId>maven-bundle-plugin</artifactId>
-					<version>2.5.0</version>
+					<version>2.5.3</version>
 					<executions>
 						<execution>
 							<id>bundle-manifest</id>
@@ -660,7 +660,7 @@
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-archetype-plugin</artifactId>
-					<version>2.2</version>
+					<version>2.3</version>
 				</plugin>
 				<plugin>
 					<inherited>true</inherited>
@@ -696,7 +696,7 @@
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-enforcer-plugin</artifactId>
-					<version>1.3.1</version>
+					<version>1.4</version>
 					<configuration>
 						<rules>
 							<dependencyConvergence />
@@ -714,14 +714,14 @@
 						<dependency>
 							<groupId>com.github.ferstl</groupId>
 							<artifactId>pedantic-pom-enforcers</artifactId>
-							<version>1.1.2</version>
+							<version>1.2.0</version>
 						</dependency>
 					</dependencies>
 				</plugin>
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-gpg-plugin</artifactId>
-					<version>1.5</version>
+					<version>1.6</version>
 					<executions>
 						<execution>
 							<id>sign-artifacts</id>
@@ -735,7 +735,7 @@
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-install-plugin</artifactId>
-					<version>2.5.1</version>
+					<version>2.5.2</version>
 				</plugin>
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
@@ -812,17 +812,10 @@
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-resources-plugin</artifactId>
-					<version>2.6</version>
+					<version>2.7</version>
 					<configuration>
 						<encoding>${project.build.sourceEncoding}</encoding>
 					</configuration>
-					<dependencies>
-						<dependency> <!-- remove me when maven-resources-plugin upgrades to plexus-utils:3.0.7 -->
-						  <groupId>org.codehaus.plexus</groupId>
-						  <artifactId>plexus-utils</artifactId>
-						  <version>3.0.17</version>
-						</dependency>
-					</dependencies>
 				</plugin>
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
@@ -833,7 +826,7 @@
 					<inherited>true</inherited>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-source-plugin</artifactId>
-					<version>2.3</version>
+					<version>2.4</version>
 					<executions>
 						<execution>
 							<id>attach-sources</id>
@@ -870,7 +863,7 @@
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-war-plugin</artifactId>
-					<version>2.5</version>
+					<version>2.6</version>
 					<configuration>
 						<warName>${project.artifactId}</warName>
 					</configuration>
@@ -1115,7 +1108,7 @@
 				<inherited>true</inherited>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-project-info-reports-plugin</artifactId>
-				<version>2.7</version>
+				<version>2.8</version>
 				<reportSets>
 					<reportSet>
 						<reports>