diff options
Diffstat (limited to 'java/sca')
-rw-r--r-- | java/sca/itest/distribution/webapp-helloworld-jsp/pom.xml | 2 | ||||
-rw-r--r-- | java/sca/itest/distribution/webapp-helloworld/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/java/sca/itest/distribution/webapp-helloworld-jsp/pom.xml b/java/sca/itest/distribution/webapp-helloworld-jsp/pom.xml index e8468218ff..ad90247f4f 100644 --- a/java/sca/itest/distribution/webapp-helloworld-jsp/pom.xml +++ b/java/sca/itest/distribution/webapp-helloworld-jsp/pom.xml @@ -65,7 +65,7 @@ <plugin>
<groupId>org.codehaus.cargo</groupId>
<artifactId>cargo-maven2-plugin</artifactId>
- <version>1.0-beta-2</version>
+ <version>1.0</version>
<executions>
<execution>
<id>start-container</id>
diff --git a/java/sca/itest/distribution/webapp-helloworld/pom.xml b/java/sca/itest/distribution/webapp-helloworld/pom.xml index 6e63369423..86ada9ef09 100644 --- a/java/sca/itest/distribution/webapp-helloworld/pom.xml +++ b/java/sca/itest/distribution/webapp-helloworld/pom.xml @@ -65,7 +65,7 @@ <plugin>
<groupId>org.codehaus.cargo</groupId>
<artifactId>cargo-maven2-plugin</artifactId>
- <version>1.0-beta-2</version>
+ <version>1.0</version>
<executions>
<execution>
<id>start-container</id>
|