Skip to content

Commit

Permalink
use jboss-parent 19
Browse files Browse the repository at this point in the history
  • Loading branch information
ctomc committed Feb 24, 2016
1 parent 75cc4be commit 4742095
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 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>9</version>
<version>19</version>
</parent>

<groupId>org.jboss.spec.javax.xml.ws</groupId>
Expand All @@ -17,6 +17,11 @@
<name>Java(TM) API for XML-Based Web Services 2.2</name>
<description>JSR-000224: Java(TM) API for XML-Based Web Services 2.2</description>

<properties>
<maven.compiler.target>1.6</maven.compiler.target>
<maven.compiler.source>1.6</maven.compiler.source>
</properties>

<licenses>
<license>
<name>Common Development and Distribution License</name>
Expand Down

0 comments on commit 4742095

Please sign in to comment.