Skip to content

Commit

Permalink
Upgrade requirements to Java 8.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamezp committed Jul 10, 2015
1 parent 395cd99 commit 328bcef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Expand Up @@ -55,6 +55,10 @@
<version.org.jboss.logging>3.1.2.GA</version.org.jboss.logging>
<version.org.jboss.logmanager>2.0.0.Final</version.org.jboss.logmanager>
<version.org.testng>6.3.1</version.org.testng>

<!-- maven-compiler-plugin -->
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
</properties>

<licenses>
Expand Down

0 comments on commit 328bcef

Please sign in to comment.