Skip to content

Commit

Permalink
SHRINKRES-207 Updated jboss-parent to version 15
Browse files Browse the repository at this point in the history
  • Loading branch information
kpiwko committed Sep 26, 2014
1 parent aa552a8 commit c6ea35d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss</groupId>
<artifactId>jboss-parent</artifactId>
<version>12</version>
<version>15</version>
</parent>

<!-- Model Information -->
Expand All @@ -29,6 +29,8 @@
<version.org.jboss.shrinkwrap>1.2.1</version.org.jboss.shrinkwrap>

<!-- Java target is 1.5 -->
<maven.compiler.target>1.6</maven.compiler.target>
<maven.compiler.source>1.6</maven.compiler.source>
<maven.compiler.argument.target>1.5</maven.compiler.argument.target>
<maven.compiler.argument.source>1.5</maven.compiler.argument.source>

Expand Down

0 comments on commit c6ea35d

Please sign in to comment.