summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2009-03-18 07:19:14 +0000
committerramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2009-03-18 07:19:14 +0000
commit798c795fb543e72dda001f41ce6cfc420e97eb57 (patch)
tree693a8ef6e8702a053483abe4ff5863e909d22419
parent175eef1031996bf177675620242a5a0ce865766c (diff)
Fixes for TUSCANY-2917
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755499 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--java/sca/itest/callback-api/pom.xml2
-rw-r--r--java/sca/itest/callback-basic/pom.xml2
-rw-r--r--java/sca/itest/callback-complex-type/pom.xml2
-rw-r--r--java/sca/itest/callback-id/pom.xml2
-rw-r--r--java/sca/itest/callback-multiple-wires/pom.xml2
-rw-r--r--java/sca/itest/callback-separatethread/pom.xml2
-rw-r--r--java/sca/itest/callback-set-callback/pom.xml2
-rw-r--r--java/sca/itest/callback-set-conversation/pom.xml2
-rw-r--r--java/sca/itest/component-type/pom.xml2
-rw-r--r--java/sca/itest/conversations/pom.xml2
-rw-r--r--java/sca/itest/distribution/bin-distro-unzip/pom.xml2
-rw-r--r--java/sca/itest/distribution/binding-ws-calculator/pom.xml2
-rw-r--r--java/sca/itest/distribution/calculator-rmi/pom.xml2
-rw-r--r--java/sca/itest/distribution/implementation-java-calculator/pom.xml2
-rw-r--r--java/sca/itest/distribution/webapp-helloworld-jsp/pom.xml2
-rw-r--r--java/sca/itest/distribution/webapp-helloworld-stripes/pom.xml2
-rw-r--r--java/sca/itest/distribution/webapp-helloworld/pom.xml2
-rw-r--r--java/sca/itest/exceptions/pom.xml2
-rw-r--r--java/sca/itest/interfaces/pom.xml2
-rw-r--r--java/sca/itest/operation-overloading/pom.xml2
-rw-r--r--java/sca/itest/properties/pom.xml2
-rw-r--r--java/sca/itest/recursive-multi-level/pom.xml2
-rw-r--r--java/sca/itest/references/pom.xml2
-rw-r--r--java/sca/itest/scopes/pom.xml2
-rw-r--r--java/sca/itest/services/pom.xml2
-rw-r--r--java/sca/itest/wires/pom.xml2
-rw-r--r--java/sca/samples/binding-ws-calculator/pom.xml2
-rw-r--r--java/sca/samples/calculator-equinox/pom.xml2
-rw-r--r--java/sca/samples/calculator-osgi/pom.xml2
-rw-r--r--java/sca/samples/calculator-rmi-reference/pom.xml2
-rw-r--r--java/sca/samples/calculator-rmi-service/pom.xml2
-rw-r--r--java/sca/samples/calculator/pom.xml2
-rw-r--r--java/sca/samples/helloworld-bpel/pom.xml2
-rw-r--r--java/sca/samples/implementation-java-calculator/pom.xml2
-rw-r--r--java/sca/samples/webapps/helloworld-jsf/pom.xml2
-rw-r--r--java/sca/samples/webapps/helloworld-jsp/pom.xml2
-rw-r--r--java/sca/samples/webapps/helloworld-stripes/pom.xml2
-rw-r--r--java/sca/samples/webapps/helloworld-wicket/pom.xml2
-rw-r--r--java/sca/samples/webapps/helloworld/pom.xml2
39 files changed, 39 insertions, 39 deletions
diff --git a/java/sca/itest/callback-api/pom.xml b/java/sca/itest/callback-api/pom.xml
index c2676b0df2..87ca4b67a0 100644
--- a/java/sca/itest/callback-api/pom.xml
+++ b/java/sca/itest/callback-api/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-callback-api</artifactId>
- <name>Apache Tuscany SCA Callback API Integration Tests</name>
+ <name>Apache Tuscany SCA iTest Callback API</name>
<dependencies>
<dependency>
diff --git a/java/sca/itest/callback-basic/pom.xml b/java/sca/itest/callback-basic/pom.xml
index d5aa6f1fe8..029bb56247 100644
--- a/java/sca/itest/callback-basic/pom.xml
+++ b/java/sca/itest/callback-basic/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-callback-basic</artifactId>
- <name>Apache Tuscany SCA Callback Basic Integration Tests</name>
+ <name>Apache Tuscany SCA iTest Callback Basic</name>
<dependencies>
<dependency>
diff --git a/java/sca/itest/callback-complex-type/pom.xml b/java/sca/itest/callback-complex-type/pom.xml
index dfd0b95977..726465f2b9 100644
--- a/java/sca/itest/callback-complex-type/pom.xml
+++ b/java/sca/itest/callback-complex-type/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-callback-complex-type</artifactId>
- <name>Apache Tuscany SCA Callback Complex Type Integration Tests</name>
+ <name>Apache Tuscany SCA iTest Callback Complex Type</name>
<dependencies>
<dependency>
diff --git a/java/sca/itest/callback-id/pom.xml b/java/sca/itest/callback-id/pom.xml
index fe02bbcb15..71017af4b3 100644
--- a/java/sca/itest/callback-id/pom.xml
+++ b/java/sca/itest/callback-id/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-callback-id</artifactId>
- <name>Apache Tuscany SCA Callback ID Integration Tests</name>
+ <name>Apache Tuscany SCA iTest Callback ID</name>
<dependencies>
<dependency>
diff --git a/java/sca/itest/callback-multiple-wires/pom.xml b/java/sca/itest/callback-multiple-wires/pom.xml
index dc22101ef0..b29900c6ef 100644
--- a/java/sca/itest/callback-multiple-wires/pom.xml
+++ b/java/sca/itest/callback-multiple-wires/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-callback-multiple-wires</artifactId>
- <name>Apache Tuscany SCA Callback With Mutiple Wires Test</name>
+ <name>Apache Tuscany SCA iTest Callback With Mutiple Wires</name>
<dependencies>
<dependency>
diff --git a/java/sca/itest/callback-separatethread/pom.xml b/java/sca/itest/callback-separatethread/pom.xml
index 838d3f1b47..99ecf2e312 100644
--- a/java/sca/itest/callback-separatethread/pom.xml
+++ b/java/sca/itest/callback-separatethread/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-callback-separatethread</artifactId>
- <name>Apache Tuscany SCA Callback Using Separate Thread Integration Tests</name>
+ <name>Apache Tuscany SCA iTest Callback Using Separate Thread</name>
<dependencies>
<dependency>
diff --git a/java/sca/itest/callback-set-callback/pom.xml b/java/sca/itest/callback-set-callback/pom.xml
index b8fc5e7fda..5c8d415fef 100644
--- a/java/sca/itest/callback-set-callback/pom.xml
+++ b/java/sca/itest/callback-set-callback/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-callback-set-callback</artifactId>
- <name>Apache Tuscany SCA Set Callback Integration Tests</name>
+ <name>Apache Tuscany SCA iTest Set Callback</name>
<dependencies>
<dependency>
diff --git a/java/sca/itest/callback-set-conversation/pom.xml b/java/sca/itest/callback-set-conversation/pom.xml
index 4356e70491..ea3b2327f4 100644
--- a/java/sca/itest/callback-set-conversation/pom.xml
+++ b/java/sca/itest/callback-set-conversation/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-callback-set-conversation</artifactId>
- <name>Apache Tuscany SCA Callback Set Conversation Integration Tests</name>
+ <name>Apache Tuscany SCA iTest Callback Set Conversation</name>
<dependencies>
<dependency>
diff --git a/java/sca/itest/component-type/pom.xml b/java/sca/itest/component-type/pom.xml
index 650563af94..4dc05305af 100644
--- a/java/sca/itest/component-type/pom.xml
+++ b/java/sca/itest/component-type/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-component-type</artifactId>
- <name>Apache Tuscany SCA Component Type Integration Tests</name>
+ <name>Apache Tuscany SCA iTest Component Type</name>
<dependencies>
<dependency>
diff --git a/java/sca/itest/conversations/pom.xml b/java/sca/itest/conversations/pom.xml
index 6637f7ac02..fe5fa31899 100644
--- a/java/sca/itest/conversations/pom.xml
+++ b/java/sca/itest/conversations/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-conversations</artifactId>
- <name>Apache Tuscany SCA Conversations Integration Tests</name>
+ <name>Apache Tuscany SCA iTest Conversations</name>
<dependencies>
<dependency>
diff --git a/java/sca/itest/distribution/bin-distro-unzip/pom.xml b/java/sca/itest/distribution/bin-distro-unzip/pom.xml
index 2443de209a..fe5fe64e88 100644
--- a/java/sca/itest/distribution/bin-distro-unzip/pom.xml
+++ b/java/sca/itest/distribution/bin-distro-unzip/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-bin-distro-unzip</artifactId>
- <name>Apache Tuscany SCA Bin Distro Unzip</name>
+ <name>Apache Tuscany SCA iTest Bin Distro Unzip</name>
<dependencies>
<dependency>
diff --git a/java/sca/itest/distribution/binding-ws-calculator/pom.xml b/java/sca/itest/distribution/binding-ws-calculator/pom.xml
index ddccf75541..9e4dbe4a95 100644
--- a/java/sca/itest/distribution/binding-ws-calculator/pom.xml
+++ b/java/sca/itest/distribution/binding-ws-calculator/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-distribution-binding-ws-calculator</artifactId>
- <name>Apache Tuscany SCA Distribution itest binding-ws-calculator</name>
+ <name>Apache Tuscany SCA Distribution iTest binding-ws-calculator</name>
<dependencies>
<dependency>
diff --git a/java/sca/itest/distribution/calculator-rmi/pom.xml b/java/sca/itest/distribution/calculator-rmi/pom.xml
index e00a4013d8..5f53433292 100644
--- a/java/sca/itest/distribution/calculator-rmi/pom.xml
+++ b/java/sca/itest/distribution/calculator-rmi/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-distribution-calculator-rmi</artifactId>
- <name>Apache Tuscany SCA Distribution itest calculator-rmi</name>
+ <name>Apache Tuscany SCA Distribution iTest calculator-rmi</name>
<dependencies>
<dependency>
diff --git a/java/sca/itest/distribution/implementation-java-calculator/pom.xml b/java/sca/itest/distribution/implementation-java-calculator/pom.xml
index 2041b58cbd..9073e1eaa9 100644
--- a/java/sca/itest/distribution/implementation-java-calculator/pom.xml
+++ b/java/sca/itest/distribution/implementation-java-calculator/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-distribution-implementation-java-calculator</artifactId>
- <name>Apache Tuscany SCA Distribution itest implementation-java-calculator</name>
+ <name>Apache Tuscany SCA Distribution iTest implementation-java-calculator</name>
<dependencies>
<dependency>
diff --git a/java/sca/itest/distribution/webapp-helloworld-jsp/pom.xml b/java/sca/itest/distribution/webapp-helloworld-jsp/pom.xml
index 19fb23cd63..e8468218ff 100644
--- a/java/sca/itest/distribution/webapp-helloworld-jsp/pom.xml
+++ b/java/sca/itest/distribution/webapp-helloworld-jsp/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-distribution-webapp-helloworld-jsp</artifactId>
- <name>Apache Tuscany SCA Distribution itest Webapp helloworld-jsp</name>
+ <name>Apache Tuscany SCA Distribution iTest Webapp helloworld-jsp</name>
<dependencies>
diff --git a/java/sca/itest/distribution/webapp-helloworld-stripes/pom.xml b/java/sca/itest/distribution/webapp-helloworld-stripes/pom.xml
index 243687a555..956adc6166 100644
--- a/java/sca/itest/distribution/webapp-helloworld-stripes/pom.xml
+++ b/java/sca/itest/distribution/webapp-helloworld-stripes/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-distribution-webapp-helloworld-stripes</artifactId>
- <name>Apache Tuscany SCA Distribution itest Webapp helloworld-stripes</name>
+ <name>Apache Tuscany SCA Distribution iTest Webapp helloworld-stripes</name>
<dependencies>
diff --git a/java/sca/itest/distribution/webapp-helloworld/pom.xml b/java/sca/itest/distribution/webapp-helloworld/pom.xml
index d28ee0857c..6e63369423 100644
--- a/java/sca/itest/distribution/webapp-helloworld/pom.xml
+++ b/java/sca/itest/distribution/webapp-helloworld/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-distribution-webapp-helloworld</artifactId>
- <name>Apache Tuscany SCA Distribution itest Webapp helloworld</name>
+ <name>Apache Tuscany SCA Distribution iTest Webapp helloworld</name>
<dependencies>
diff --git a/java/sca/itest/exceptions/pom.xml b/java/sca/itest/exceptions/pom.xml
index 441c150d90..41dd198009 100644
--- a/java/sca/itest/exceptions/pom.xml
+++ b/java/sca/itest/exceptions/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-exceptions</artifactId>
- <name>Apache Tuscany SCA Exceptions Integration Tests</name>
+ <name>Apache Tuscany SCA iTest Exceptions</name>
<dependencies>
<dependency>
diff --git a/java/sca/itest/interfaces/pom.xml b/java/sca/itest/interfaces/pom.xml
index 9f93256876..09a969d146 100644
--- a/java/sca/itest/interfaces/pom.xml
+++ b/java/sca/itest/interfaces/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-interfaces</artifactId>
- <name>Apache Tuscany SCA Interface Integration Tests</name>
+ <name>Apache Tuscany SCA iTest Interface</name>
<dependencies>
<dependency>
diff --git a/java/sca/itest/operation-overloading/pom.xml b/java/sca/itest/operation-overloading/pom.xml
index 7092f47984..48410a4b47 100644
--- a/java/sca/itest/operation-overloading/pom.xml
+++ b/java/sca/itest/operation-overloading/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-operation-overloading</artifactId>
- <name>Apache Tuscany SCA Operation Overloading Integration Tests</name>
+ <name>Apache Tuscany SCA iTest Operation Overloading</name>
<dependencies>
<dependency>
diff --git a/java/sca/itest/properties/pom.xml b/java/sca/itest/properties/pom.xml
index edd4c8c6a1..a42f2e3a97 100644
--- a/java/sca/itest/properties/pom.xml
+++ b/java/sca/itest/properties/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-properties</artifactId>
- <name>Apache Tuscany SCA Properties Integration Tests</name>
+ <name>Apache Tuscany SCA iTest Properties</name>
<dependencies>
<dependency>
diff --git a/java/sca/itest/recursive-multi-level/pom.xml b/java/sca/itest/recursive-multi-level/pom.xml
index d6013dbcfa..6114e64ad8 100644
--- a/java/sca/itest/recursive-multi-level/pom.xml
+++ b/java/sca/itest/recursive-multi-level/pom.xml
@@ -26,7 +26,7 @@
<!--relativePath>../pom.xml</relativePath-->
</parent>
<artifactId>itest-recursive-multi-level</artifactId>
- <name>Apache Tuscany SCA Recusive Multi-Level Integration Tests</name>
+ <name>Apache Tuscany SCA iTest Recusive Multi-Level</name>
<dependencies>
<dependency>
diff --git a/java/sca/itest/references/pom.xml b/java/sca/itest/references/pom.xml
index 19df01054a..9da71f2ee8 100644
--- a/java/sca/itest/references/pom.xml
+++ b/java/sca/itest/references/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-references</artifactId>
- <name>Apache Tuscany SCA References Integration Tests</name>
+ <name>Apache Tuscany SCA iTest References</name>
<dependencies>
<dependency>
diff --git a/java/sca/itest/scopes/pom.xml b/java/sca/itest/scopes/pom.xml
index 26b4d08665..4ba97f3062 100644
--- a/java/sca/itest/scopes/pom.xml
+++ b/java/sca/itest/scopes/pom.xml
@@ -25,7 +25,7 @@
<version>2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
- <name>Apache Tuscany SCA Scopes Integration Tests</name>
+ <name>Apache Tuscany SCA iTest Scopes</name>
<artifactId>itest-scopes</artifactId>
<dependencies>
diff --git a/java/sca/itest/services/pom.xml b/java/sca/itest/services/pom.xml
index babfffa354..7564ee1c9a 100644
--- a/java/sca/itest/services/pom.xml
+++ b/java/sca/itest/services/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-services</artifactId>
- <name>Apache Tuscany SCA Services Integration Tests</name>
+ <name>Apache Tuscany SCA iTest Services</name>
<dependencies>
<dependency>
diff --git a/java/sca/itest/wires/pom.xml b/java/sca/itest/wires/pom.xml
index 1554df045f..73868c649e 100644
--- a/java/sca/itest/wires/pom.xml
+++ b/java/sca/itest/wires/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-wires</artifactId>
- <name>Apache Tuscany SCA Wires Basic Integration Tests</name>
+ <name>Apache Tuscany SCA iTest Wires Basic</name>
<dependencies>
<dependency>
diff --git a/java/sca/samples/binding-ws-calculator/pom.xml b/java/sca/samples/binding-ws-calculator/pom.xml
index 754c4cd487..4cc8073925 100644
--- a/java/sca/samples/binding-ws-calculator/pom.xml
+++ b/java/sca/samples/binding-ws-calculator/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>sample-binding-ws-calculator</artifactId>
- <name>Apache Tuscany SCA Binding WS Calculator Sample</name>
+ <name>Apache Tuscany SCA Sample Binding WS Calculator</name>
<repositories>
<repository>
diff --git a/java/sca/samples/calculator-equinox/pom.xml b/java/sca/samples/calculator-equinox/pom.xml
index abdda77c77..c93c19bfd3 100644
--- a/java/sca/samples/calculator-equinox/pom.xml
+++ b/java/sca/samples/calculator-equinox/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>sample-calculator-equinox</artifactId>
- <name>Apache Tuscany SCA Calculator Equinox Sample</name>
+ <name>Apache Tuscany SCA Sample Calculator Equinox</name>
<repositories>
<repository>
diff --git a/java/sca/samples/calculator-osgi/pom.xml b/java/sca/samples/calculator-osgi/pom.xml
index 8decfb3727..3a51f26f1b 100644
--- a/java/sca/samples/calculator-osgi/pom.xml
+++ b/java/sca/samples/calculator-osgi/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>sample-calculator-osgi</artifactId>
- <name>Apache Tuscany SCA Calculator OSGi Sample</name>
+ <name>Apache Tuscany SCA Sample Calculator OSGi</name>
<repositories>
<repository>
<id>apache.incubator</id>
diff --git a/java/sca/samples/calculator-rmi-reference/pom.xml b/java/sca/samples/calculator-rmi-reference/pom.xml
index 7701154907..8ef62cf9e4 100644
--- a/java/sca/samples/calculator-rmi-reference/pom.xml
+++ b/java/sca/samples/calculator-rmi-reference/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>sample-calculator-rmi-reference</artifactId>
- <name>Apache Tuscany SCA Calculator RMI Reference Sample</name>
+ <name>Apache Tuscany SCA Sample Calculator RMI Reference</name>
<dependencies>
<dependency>
diff --git a/java/sca/samples/calculator-rmi-service/pom.xml b/java/sca/samples/calculator-rmi-service/pom.xml
index f121dea2fe..08c792b02a 100644
--- a/java/sca/samples/calculator-rmi-service/pom.xml
+++ b/java/sca/samples/calculator-rmi-service/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>sample-calculator-rmi-service</artifactId>
- <name>Apache Tuscany SCA Calculator RMI Service Sample</name>
+ <name>Apache Tuscany SCA Sample Calculator RMI Service</name>
<dependencies>
<dependency>
diff --git a/java/sca/samples/calculator/pom.xml b/java/sca/samples/calculator/pom.xml
index 7a1bbf7b36..3d218bd27b 100644
--- a/java/sca/samples/calculator/pom.xml
+++ b/java/sca/samples/calculator/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>sample-calculator</artifactId>
- <name>Apache Tuscany SCA Calculator Sample</name>
+ <name>Apache Tuscany SCA Sample Calculator</name>
<dependencies>
<dependency>
diff --git a/java/sca/samples/helloworld-bpel/pom.xml b/java/sca/samples/helloworld-bpel/pom.xml
index d5b8152f66..881e6ba38e 100644
--- a/java/sca/samples/helloworld-bpel/pom.xml
+++ b/java/sca/samples/helloworld-bpel/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>sample-helloworld-bpel</artifactId>
- <name>Apache Tuscany SCA HelloWorld BPEL Sample</name>
+ <name>Apache Tuscany SCA Sample HelloWorld BPEL</name>
<repositories>
<repository>
diff --git a/java/sca/samples/implementation-java-calculator/pom.xml b/java/sca/samples/implementation-java-calculator/pom.xml
index cb81f80399..82b7d23309 100644
--- a/java/sca/samples/implementation-java-calculator/pom.xml
+++ b/java/sca/samples/implementation-java-calculator/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>sample-implementation-java-calculator</artifactId>
- <name>Apache Tuscany SCA Implementation Java Calculator Sample</name>
+ <name>Apache Tuscany SCA Sample Implementation Java Calculator</name>
<repositories>
<repository>
diff --git a/java/sca/samples/webapps/helloworld-jsf/pom.xml b/java/sca/samples/webapps/helloworld-jsf/pom.xml
index 0391ced8d8..09bb3ebd5b 100644
--- a/java/sca/samples/webapps/helloworld-jsf/pom.xml
+++ b/java/sca/samples/webapps/helloworld-jsf/pom.xml
@@ -27,7 +27,7 @@
</parent>
<artifactId>helloworld-jsf</artifactId>
- <name>Apache Tuscany SCA Helloworld JSF Sample</name>
+ <name>Apache Tuscany SCA Sample Helloworld JSF</name>
<packaging>war</packaging>
<dependencies>
diff --git a/java/sca/samples/webapps/helloworld-jsp/pom.xml b/java/sca/samples/webapps/helloworld-jsp/pom.xml
index 4cf1db2d8b..4f9af7be70 100644
--- a/java/sca/samples/webapps/helloworld-jsp/pom.xml
+++ b/java/sca/samples/webapps/helloworld-jsp/pom.xml
@@ -28,7 +28,7 @@
<artifactId>helloworld-jsp</artifactId>
<packaging>war</packaging>
- <name>Apache Tuscany SCA Helloworld JSP Sample</name>
+ <name>Apache Tuscany SCA Sample Helloworld JSP</name>
<dependencies>
diff --git a/java/sca/samples/webapps/helloworld-stripes/pom.xml b/java/sca/samples/webapps/helloworld-stripes/pom.xml
index e0d69cfdc9..6d7d8213dc 100644
--- a/java/sca/samples/webapps/helloworld-stripes/pom.xml
+++ b/java/sca/samples/webapps/helloworld-stripes/pom.xml
@@ -28,7 +28,7 @@
<artifactId>helloworld-stripes</artifactId>
<packaging>war</packaging>
- <name>Apache Tuscany SCA Helloworld Sample using Stripes</name>
+ <name>Apache Tuscany SCA Sample Helloworld using Stripes</name>
<dependencies>
diff --git a/java/sca/samples/webapps/helloworld-wicket/pom.xml b/java/sca/samples/webapps/helloworld-wicket/pom.xml
index c2b8ae4e1a..b2635f9b45 100644
--- a/java/sca/samples/webapps/helloworld-wicket/pom.xml
+++ b/java/sca/samples/webapps/helloworld-wicket/pom.xml
@@ -28,7 +28,7 @@
<artifactId>helloworld-wicket</artifactId>
<packaging>war</packaging>
- <name>Apache Tuscany SCA Helloworld Sample using Wicket</name>
+ <name>Apache Tuscany SCA Sample Helloworld using Wicket</name>
<dependencies>
diff --git a/java/sca/samples/webapps/helloworld/pom.xml b/java/sca/samples/webapps/helloworld/pom.xml
index 1f2fd4d1a4..4a285e7fd4 100644
--- a/java/sca/samples/webapps/helloworld/pom.xml
+++ b/java/sca/samples/webapps/helloworld/pom.xml
@@ -27,7 +27,7 @@
</parent>
<artifactId>helloworld</artifactId>
- <name>Apache Tuscany SCA Helloworld Sample</name>
+ <name>Apache Tuscany SCA Sample Helloworld</name>
<packaging>war</packaging>
<dependencies>