summaryrefslogtreecommitdiffstats
path: root/java/sca/itest
diff options
context:
space:
mode:
Diffstat (limited to 'java/sca/itest')
-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
26 files changed, 26 insertions, 26 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>