diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-26 09:54:16 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-26 09:54:16 +0000 |
commit | 0eb7b18e42e76e5a0f6d34fb9a2cac5b302e2031 (patch) | |
tree | 6c094192af3b34d33ca6225d1446d8717b2561ce /sca-java-2.x/trunk | |
parent | f864dff6afdbe7a15253a72a51fc25954f3143cd (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')
-rw-r--r-- | sca-java-2.x/trunk/samples/learning-more/implementation-spring/helloworld-spring-webapp/pom.xml | 6 |
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> |