summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/learning-more/implementation-spring
diff options
context:
space:
mode:
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-contribution/pom.xml4
-rw-r--r--sca-java-2.x/trunk/samples/learning-more/implementation-spring/helloworld-spring-webapp/pom.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/sca-java-2.x/trunk/samples/learning-more/implementation-spring/helloworld-spring-contribution/pom.xml b/sca-java-2.x/trunk/samples/learning-more/implementation-spring/helloworld-spring-contribution/pom.xml
index 9e42ad8ac8..9f3660b00f 100644
--- a/sca-java-2.x/trunk/samples/learning-more/implementation-spring/helloworld-spring-contribution/pom.xml
+++ b/sca-java-2.x/trunk/samples/learning-more/implementation-spring/helloworld-spring-contribution/pom.xml
@@ -26,8 +26,8 @@
<relativePath>../pom.xml</relativePath>
</parent>
- <artifactId>sample-helloworld-spring</artifactId>
- <name>Apache Tuscany SCA Sample HelloWorld using Spring</name>
+ <artifactId>sample-implementation-spring-helloworld-contribution</artifactId>
+ <name>Apache Tuscany SCA Sample implemenation.spring HelloWorld Contribution</name>
<dependencies>
<dependency>
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 e5f3b59776..e0f6dad543 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
@@ -26,8 +26,8 @@
<relativePath>../../pom.xml</relativePath>
</parent>
- <artifactId>sample-helloworld-spring-webapp</artifactId>
- <name>Apache Tuscany SCA Sample Spring Helloworld</name>
+ <artifactId>sample-implementation-spring-helloworld-webapp</artifactId>
+ <name>Apache Tuscany SCA Sample implementation.spring Helloworld WebApp</name>
<packaging>war</packaging>
<dependencies>