summaryrefslogtreecommitdiffstats
path: root/java/sca
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-06-11 05:30:20 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-06-11 05:30:20 +0000
commit4f3ffd49ba787784ae6da98bfbfe4194ae211aa3 (patch)
tree7a319fc661ec952d50b6c51ad51473f16b97c134 /java/sca
parent846b8fa2a3853c426f98d42fc49d9bbbd1d92dee (diff)
Use maven cargo plugin 1.0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783635 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca')
-rw-r--r--java/sca/itest/distribution/webapp-helloworld-stripes/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/itest/distribution/webapp-helloworld-stripes/pom.xml b/java/sca/itest/distribution/webapp-helloworld-stripes/pom.xml
index b10724a17d..07e13ac10f 100644
--- a/java/sca/itest/distribution/webapp-helloworld-stripes/pom.xml
+++ b/java/sca/itest/distribution/webapp-helloworld-stripes/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>