Skip to content

Commit

Permalink
Merge pull request modcluster#103 from rhusar/MODCLUSTER-426
Browse files Browse the repository at this point in the history
[MODCLUSTER-426] Upgrade jboss-parent to version 16
  • Loading branch information
jfclere committed Aug 27, 2014
2 parents cf2cea7 + c8ff000 commit 874d605
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss</groupId>
<artifactId>jboss-parent</artifactId>
<version>9</version>
<version>16</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -32,6 +32,11 @@
</repositories>

<properties>
<!-- Override default 1.7 target/source in jboss-parent -->
<maven.compiler.target>1.6</maven.compiler.target>
<maven.compiler.source>1.6</maven.compiler.source>

<!-- Dependency versions -->
<version.jboss-logging>3.1.2.GA</version.jboss-logging>
<version.jboss-logging-processor>1.1.0.Final</version.jboss-logging-processor>
<version.tomcat6>6.0.35</version.tomcat6>
Expand Down

0 comments on commit 874d605

Please sign in to comment.