Skip to content

Commit

Permalink
update jboss-parent
Browse files Browse the repository at this point in the history
  • Loading branch information
ctomc committed Jul 26, 2017
1 parent 5c1fa4f commit 756ccba
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.servlet</groupId>
Expand Down Expand Up @@ -36,6 +36,10 @@
<url>https://github.com/jboss/jboss-servlet-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>
<resources>
Expand Down

0 comments on commit 756ccba

Please sign in to comment.