Skip to content

Commit

Permalink
Updated 8.x references in quickstart files
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Del Bene authored and Andrea Del Bene committed May 21, 2018
1 parent c5f43f3 commit 0b58d11
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion archetypes/README
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 0b58d11

Please sign in to comment.