Skip to content

Commit

Permalink
update parent
Browse files Browse the repository at this point in the history
  • Loading branch information
ctomc committed Jul 26, 2017
1 parent 0e24d8e commit 45a36ea
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 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>10</version>
<version>24</version>
</parent>

<groupId>org.jboss.spec.javax.annotation</groupId>
Expand Down Expand Up @@ -36,6 +36,10 @@
<url>https://github.com/jboss/jboss-annotations-api_spec</url>
<tag>HEAD</tag>
</scm>
<properties>
<maven.compiler.target>1.7</maven.compiler.target>
<maven.compiler.source>1.7</maven.compiler.source>
</properties>

<build>
<plugins>
Expand Down

0 comments on commit 45a36ea

Please sign in to comment.