You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2010/10/26 11:54:16 UTC

svn commit: r1027433 - /tuscany/sca-java-2.x/trunk/samples/learning-more/implementation-spring/helloworld-spring-webapp/pom.xml

Author: antelder
Date: Tue Oct 26 09:54:16 2010
New Revision: 1027433

URL: http://svn.apache.org/viewvc?rev=1027433&view=rev
Log:
Correct another sample contribution dependency

Modified:
    tuscany/sca-java-2.x/trunk/samples/learning-more/implementation-spring/helloworld-spring-webapp/pom.xml

Modified: tuscany/sca-java-2.x/trunk/samples/learning-more/implementation-spring/helloworld-spring-webapp/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/learning-more/implementation-spring/helloworld-spring-webapp/pom.xml?rev=1027433&r1=1027432&r2=1027433&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/learning-more/implementation-spring/helloworld-spring-webapp/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/samples/learning-more/implementation-spring/helloworld-spring-webapp/pom.xml Tue Oct 26 09:54:16 2010
@@ -57,7 +57,7 @@
         
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>sample-helloworld-spring</artifactId>
+            <artifactId>sample-implementation-spring-helloworld-contribution</artifactId>
             <version>2.0-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
@@ -110,7 +110,7 @@
                     <overlays>
                         <overlay>
                             <groupId>org.apache.tuscany.sca</groupId>
-                            <artifactId>sample-helloworld-spring</artifactId>
+                            <artifactId>sample-implementation-spring-helloworld-contribution</artifactId>
                             <type>jar</type>
                             <targetPath>WEB-INF/classes</targetPath>
                             <excludes>
@@ -120,7 +120,7 @@
                         
                         <overlay>
                             <groupId>org.apache.tuscany.sca</groupId>
-                            <artifactId>sample-helloworld-spring</artifactId>
+                            <artifactId>sample-implementation-spring-helloworld-contribution</artifactId>
                             <type>jar</type>
                             <includes>
                                 <include>META-INF/**/*</include>