Skip to content

Commit

Permalink
fixed the problem identity by sgilda and updated versions of jboss-as…
Browse files Browse the repository at this point in the history
…-maven-plugin
  • Loading branch information
spagop committed Feb 20, 2012
1 parent 97be8b0 commit 004d5b3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions shopping-cart/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<dependency>
<groupId>org.jboss</groupId>
<artifactId>jboss-ejb-client</artifactId>
<version>1.0.1.Final</version>
<version>1.0.2.Final</version>
<scope>runtime</scope>
</dependency>

Expand All @@ -119,7 +119,7 @@
<dependency>
<groupId>org.jboss.remoting3</groupId>
<artifactId>jboss-remoting</artifactId>
<version>3.2.0.CR9</version>
<version>3.2.1.GA</version>
<scope>runtime</scope>
</dependency>

Expand Down Expand Up @@ -184,7 +184,7 @@
<plugin>
<groupId>org.jboss.as.plugins</groupId>
<artifactId>jboss-as-maven-plugin</artifactId>
<version>7.1.0.CR1b</version>
<version>7.1.0.Final</version>
<inherited>true</inherited>
<configuration>
<skip>true</skip>
Expand Down
2 changes: 1 addition & 1 deletion shopping-cart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<plugin>
<groupId>org.jboss.as.plugins</groupId>
<artifactId>jboss-as-maven-plugin</artifactId>
<version>7.1.0.CR1b</version>
<version>7.1.0.Final</version>
<inherited>true</inherited>
<configuration>
<skip>true</skip>
Expand Down
2 changes: 1 addition & 1 deletion shopping-cart/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<plugin>
<groupId>org.jboss.as.plugins</groupId>
<artifactId>jboss-as-maven-plugin</artifactId>
<version>7.1.0.CR1b</version>
<version>7.1.0.Final</version>
<configuration>
<filename>${project.build.finalName}.jar</filename>
</configuration>
Expand Down

0 comments on commit 004d5b3

Please sign in to comment.