summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/learning-more/implementation-spring
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-10-26 09:54:16 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-10-26 09:54:16 +0000
commit0eb7b18e42e76e5a0f6d34fb9a2cac5b302e2031 (patch)
tree6c094192af3b34d33ca6225d1446d8717b2561ce /sca-java-2.x/trunk/samples/learning-more/implementation-spring
parentf864dff6afdbe7a15253a72a51fc25954f3143cd (diff)
Correct another sample contribution dependency
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027433 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/samples/learning-more/implementation-spring')
-rw-r--r--sca-java-2.x/trunk/samples/learning-more/implementation-spring/helloworld-spring-webapp/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/sca-java-2.x/trunk/samples/learning-more/implementation-spring/helloworld-spring-webapp/pom.xml b/sca-java-2.x/trunk/samples/learning-more/implementation-spring/helloworld-spring-webapp/pom.xml
index e0f6dad543..da6e36fe36 100644
--- a/sca-java-2.x/trunk/samples/learning-more/implementation-spring/helloworld-spring-webapp/pom.xml
+++ b/sca-java-2.x/trunk/samples/learning-more/implementation-spring/helloworld-spring-webapp/pom.xml
@@ -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>