Author: rfeng
Date: Fri May  1 04:17:28 2009
New Revision: 770531

URL: http://svn.apache.org/viewvc?rev=770531&view=rev
Log:
Update to cargo plugin 1.0

Modified:
    tuscany/branches/sca-java-1.x/demos/alert-aggregator-webapp/pom.xml

Modified: tuscany/branches/sca-java-1.x/demos/alert-aggregator-webapp/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/demos/alert-aggregator-webapp/pom.xml?rev=770531&r1=770530&r2=770531&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/demos/alert-aggregator-webapp/pom.xml 
(original)
+++ tuscany/branches/sca-java-1.x/demos/alert-aggregator-webapp/pom.xml Fri May 
 1 04:17:28 2009
@@ -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>
 


Reply via email to