summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/demos
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-05-01 04:17:28 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-05-01 04:17:28 +0000
commitdf8ecc73cce17513125b56be898fce433b339b14 (patch)
treeecd1d0d3600c4dd1e560da4c07d022db12c93170 /branches/sca-java-1.x/demos
parent7027fda5dd7c0eb7309c135ecc3b67cd82c290f8 (diff)
Update to cargo plugin 1.0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@770531 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/demos')
-rw-r--r--branches/sca-java-1.x/demos/alert-aggregator-webapp/pom.xml22
1 files changed, 11 insertions, 11 deletions
diff --git a/branches/sca-java-1.x/demos/alert-aggregator-webapp/pom.xml b/branches/sca-java-1.x/demos/alert-aggregator-webapp/pom.xml
index 6a386ef1c8..50cf204978 100644
--- a/branches/sca-java-1.x/demos/alert-aggregator-webapp/pom.xml
+++ b/branches/sca-java-1.x/demos/alert-aggregator-webapp/pom.xml
@@ -7,15 +7,15 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
- * under the License.
+ * under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
@@ -52,7 +52,7 @@
<groupId>org.apache.tuscany.sdo</groupId>
<artifactId>tuscany-sdo-api-r2.1</artifactId>
<version>1.1.1</version>
- </dependency>
+ </dependency>
<dependency>
<groupId>org.apache.tuscany.sdo</groupId>
<artifactId>tuscany-sdo-impl</artifactId>
@@ -133,7 +133,7 @@
<artifactId>wstx-asl</artifactId>
<version>3.2.1</version>
<scope>runtime</scope>
- </dependency>
+ </dependency>
</dependencies>
<build>
@@ -255,7 +255,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <!--
+ <!--
<configuration>
<excludes>
<exclude>**/AlertsTestCase.java</exclude>
@@ -281,7 +281,7 @@
<plugin>
<groupId>org.codehaus.cargo</groupId>
<artifactId>cargo-maven2-plugin</artifactId>
- <version>1.0-alpha-5</version>
+ <version>1.0</version>
<executions>
<execution>
<id>start-container</id>
@@ -301,7 +301,7 @@
<configuration>
<container>
<containerId>jetty6x</containerId>
- <type>embedded</type>
+ <type>embedded</type>
<systemProperties>
<org.apache.commons.logging.Log>org.apache.commons.logging.impl.SimpleLog</org.apache.commons.logging.Log>
</systemProperties>
@@ -321,9 +321,9 @@
</deployables>
<home>${project.build.directory}/cargo-jetty</home>
</configuration>
- </configuration>
+ </configuration>
</plugin>
-
+
<plugin>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-maven-ant-generator</artifactId>
@@ -338,7 +338,7 @@
</goals>
</execution>
</executions>
- </plugin>
+ </plugin>
</plugins>
</build>