You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by ad...@apache.org on 2018/05/21 18:50:45 UTC

[10/10] wicket git commit: Updated 8.x references in quickstart files

Updated 8.x references in quickstart files


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

Branch: refs/heads/master
Commit: 0b58d111ca67ca40ebaad231c8c6517f685a023a
Parents: c5f43f3
Author: Andrea Del Bene <an...@edenviaggi.it>
Authored: Fri May 18 11:16:20 2018 +0200
Committer: Andrea Del Bene <an...@gmail.com>
Committed: Mon May 21 20:44:53 2018 +0200

----------------------------------------------------------------------
 archetypes/README                                              | 2 +-
 .../quickstart/src/main/resources/archetype-resources/pom.xml  | 6 +++---
 pom.xml                                                        | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/0b58d111/archetypes/README
----------------------------------------------------------------------
diff --git a/archetypes/README b/archetypes/README
index 5c20ff2..179bdfd 100644
--- a/archetypes/README
+++ b/archetypes/README
@@ -38,7 +38,7 @@ e.g.:
 >mvn archetype:create \
   -DarchetypeGroupId=org.apache.wicket\
   -DarchetypeArtifactId=wicket-archetype-quickstart \
-  -DarchetypeVersion=1.3.0-SNAPSHOT \
+  -DarchetypeVersion=9.0.0-SNAPSHOT \
   -DgroupId=com.mycompany \
   -DartifactId=myproject
   

http://git-wip-us.apache.org/repos/asf/wicket/blob/0b58d111/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
diff --git a/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml b/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
index 0a14313..b689f38 100644
--- a/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
+++ b/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
@@ -141,10 +141,10 @@
 				<inherited>true</inherited>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-compiler-plugin</artifactId>
-				<version>3.6.1</version>
+				<version>3.7.0</version>
 				<configuration>
-					<source>1.8</source>
-					<target>1.8</target>
+					<source>9</source>
+					<target>9</target>
 					<encoding>UTF-8</encoding>
 					<showWarnings>true</showWarnings>
 					<showDeprecation>true</showDeprecation>

http://git-wip-us.apache.org/repos/asf/wicket/blob/0b58d111/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index cd6f3aa..c326996 100644
--- a/pom.xml
+++ b/pom.xml
@@ -769,7 +769,7 @@
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-compiler-plugin</artifactId>
-					<version>3.6.2</version>
+					<version>3.7.0</version>
 					<inherited>true</inherited>
 				</plugin>
 				<plugin>