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 2016/07/03 09:55:09 UTC

wicket git commit: Upgrade minimal Maven version to 3.3.9

Repository: wicket
Updated Branches:
  refs/heads/master 358e68f07 -> 8d83085a2


Upgrade minimal Maven version to 3.3.9


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

Branch: refs/heads/master
Commit: 8d83085a245ba8f441c3063ab3d77afbc7588807
Parents: 358e68f
Author: Martijn Dashorst <da...@apache.org>
Authored: Sun Jul 3 11:55:05 2016 +0200
Committer: Martijn Dashorst <da...@apache.org>
Committed: Sun Jul 3 11:55:05 2016 +0200

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/8d83085a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 76ec4c8..20f44bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<prerequisites>
-		<maven>3.0.4</maven>
+		<maven>3.3.9</maven>
 	</prerequisites>
 	<parent>
 		<groupId>org.apache</groupId>