Skip to content

Commit

Permalink
'master' branch builds against Wicket 8.x now
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-g committed Jul 16, 2016
1 parent 225a4e0 commit 77d0931
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -244,10 +244,10 @@
<!-- mocleiri: for distribution in to central repository sections in the main pom are not allowed -->

<properties>
<wicket.version>7.4.0-SNAPSHOT</wicket.version>
<wicket.version>8.0.0-SNAPSHOT</wicket.version>

<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down

0 comments on commit 77d0931

Please sign in to comment.