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 2015/03/12 23:40:14 UTC

[8/9] wicket git commit: Use apache parent for eclipse settings

Use apache parent for eclipse settings


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

Branch: refs/heads/WICKET-5848
Commit: 9dd4a81debdc26900b1bef2eecfa934277b4d726
Parents: 4c1d069
Author: Martijn Dashorst <ma...@gmail.com>
Authored: Thu Mar 12 23:31:03 2015 +0100
Committer: Martijn Dashorst <ma...@gmail.com>
Committed: Thu Mar 12 23:31:03 2015 +0100

----------------------------------------------------------------------
 wicket-eclipse-settings/pom.xml | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/9dd4a81d/wicket-eclipse-settings/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-eclipse-settings/pom.xml b/wicket-eclipse-settings/pom.xml
index d1df6bf..e8cb1ae 100644
--- a/wicket-eclipse-settings/pom.xml
+++ b/wicket-eclipse-settings/pom.xml
@@ -17,6 +17,14 @@
 -->
 <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>
+	</prerequisites>
+	<parent>
+		<groupId>org.apache</groupId>
+		<artifactId>apache</artifactId>
+		<version>14</version>
+	</parent>
 	<groupId>org.apache.wicket</groupId>
 	<artifactId>wicket-eclipse-settings</artifactId>
 	<version>1</version>
@@ -43,4 +51,4 @@
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>