You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by so...@apache.org on 2018/01/22 03:38:53 UTC

[07/10] wicket git commit: Upgrade eclipse settings for Java 8

Upgrade eclipse settings for Java 8


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

Branch: refs/heads/WICKET-6498_deferred_javascript
Commit: 1617e2b136e8b9c050b6c590d6ff1773a2b67d29
Parents: 3487251
Author: Martijn Dashorst <ma...@topicus.nl>
Authored: Thu Jan 18 10:54:56 2018 +0100
Committer: Martijn Dashorst <ma...@topicus.nl>
Committed: Thu Jan 18 10:55:08 2018 +0100

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/1617e2b1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 94d04ca..ead585c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -321,7 +321,7 @@
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-eclipse-settings</artifactId>
-				<version>3</version>
+				<version>4</version>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
@@ -787,7 +787,7 @@
 				        <dependency>
 				            <groupId>org.apache.wicket</groupId>
 				            <artifactId>wicket-eclipse-settings</artifactId>
-				            <version>3</version>
+				            <version>4</version>
 				        </dependency>
 				    </dependencies>
 				</plugin>