Skip to content

Commit

Permalink
Upgrading AS maven plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Oliveira committed May 18, 2012
1 parent 13a389a commit f21f47e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion helloworld-html5/pom.xml
Expand Up @@ -86,7 +86,7 @@
<plugin>
<groupId>org.jboss.as.plugins</groupId>
<artifactId>jboss-as-maven-plugin</artifactId>
<version>7.1.0.Final</version>
<version>7.1.1.Final</version>
</plugin>
<!-- Compiler plugin enforces Java 1.6 compatibility and activates
annotation processors -->
Expand Down
4 changes: 2 additions & 2 deletions kitchensink-html5-mobile/pom.xml
Expand Up @@ -186,7 +186,7 @@
<plugin>
<groupId>org.jboss.as.plugins</groupId>
<artifactId>jboss-as-maven-plugin</artifactId>
<version>7.1.0.Final</version>
<version>7.1.1.Final</version>
</plugin>

<plugin>
Expand Down Expand Up @@ -332,7 +332,7 @@
<dependency>
<groupId>org.jboss.as</groupId>
<artifactId>jboss-as-arquillian-container-managed</artifactId>
<version>7.1.0.Final</version>
<version>7.1.1.Final</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit f21f47e

Please sign in to comment.