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 2014/08/08 11:50:57 UTC

git commit: Implement the recommendations by "mvn versions:display-plugin-updates"

Repository: wicket
Updated Branches:
  refs/heads/master 01d15374e -> 4f098b853


Implement the recommendations by "mvn versions:display-plugin-updates"

Update plugin versions
Set required Maven version
Fix the version of tesla-lifecycle-mapping plugin


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

Branch: refs/heads/master
Commit: 4f098b853975fda0f6b0b41488e073c9b7cb2ce3
Parents: 01d1537
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Fri Aug 8 10:17:12 2014 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Fri Aug 8 10:17:12 2014 +0200

----------------------------------------------------------------------
 pom.xml        | 12 ++++++++----
 wicket/pom.xml |  1 -
 2 files changed, 8 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/4f098b85/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3a50135..00b6c7d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,6 +27,10 @@
 	<packaging>pom</packaging>
 	<name>Wicket Parent</name>
 	<description>Wicket is a Java-based open source component web application framework.</description>
+	<prerequisites>
+		<maven>3.0.4</maven>
+	</prerequisites>
+
 	<properties>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 		<mvn.build.java.version>1.7</mvn.build.java.version>
@@ -723,7 +727,7 @@
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-jar-plugin</artifactId>
-					<version>2.4</version>
+					<version>2.5</version>
 					<configuration>
 						<useDefaultManifestFile>true</useDefaultManifestFile>
 						<archive>
@@ -760,13 +764,13 @@
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-site-plugin</artifactId>
-					<version>3.3</version>
+					<version>3.4</version>
 				</plugin>
 				<plugin>
 					<inherited>true</inherited>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-source-plugin</artifactId>
-					<version>2.2.1</version>
+					<version>2.3</version>
 					<executions>
 						<execution>
 							<id>attach-sources</id>
@@ -902,7 +906,7 @@
 				<plugin>
 					<groupId>io.tesla.maven.plugins</groupId>
 					<artifactId>tesla-lifecycle-mapping</artifactId>
-					<version>1.0.2</version>
+					<version>1.0.0</version>
 					<configuration>
 						<lifecycleMappingMetadata>
 							<pluginExecutions>

http://git-wip-us.apache.org/repos/asf/wicket/blob/4f098b85/wicket/pom.xml
----------------------------------------------------------------------
diff --git a/wicket/pom.xml b/wicket/pom.xml
index b4d7eb8..00169fa 100644
--- a/wicket/pom.xml
+++ b/wicket/pom.xml
@@ -44,7 +44,6 @@
 				<!-- Do not create (and deploy) -tests.jar for this project -->
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-jar-plugin</artifactId>
-				<version>2.3.1</version>
 				<executions>
 					<execution>
 						<goals>