diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2009-11-24 12:59:52 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2009-11-24 12:59:52 +0000 |
commit | f4f6b1b3577d6e3b9176f71e057ddd1aed15b50b (patch) | |
tree | 53a8b714a70f6b13367fa3fffcd6d3cd72b11128 | |
parent | bba1d09e059ccbc1a4d8933138125df20ed904cc (diff) |
Make module name consistent with other itest modules
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883675 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
4 files changed, 4 insertions, 5 deletions
diff --git a/sca-java-2.x/trunk/itest/bpel/helloworld-reference/pom.xml b/sca-java-2.x/trunk/itest/bpel/helloworld-reference/pom.xml index 75134e7b11..bac9ac119e 100644 --- a/sca-java-2.x/trunk/itest/bpel/helloworld-reference/pom.xml +++ b/sca-java-2.x/trunk/itest/bpel/helloworld-reference/pom.xml @@ -26,7 +26,7 @@ <relativePath>../../pom.xml</relativePath> </parent> <artifactId>itest-bpel-helloworld-reference</artifactId> - <name>Apache Tuscany SCA iTest HelloWorld Reference BPEL</name> + <name>Apache Tuscany SCA iTest BPEL HelloWorld Reference</name> <repositories> <repository> diff --git a/sca-java-2.x/trunk/itest/bpel/helloworld-ws/pom.xml b/sca-java-2.x/trunk/itest/bpel/helloworld-ws/pom.xml index 4d2092e72f..232dbd7f8b 100644 --- a/sca-java-2.x/trunk/itest/bpel/helloworld-ws/pom.xml +++ b/sca-java-2.x/trunk/itest/bpel/helloworld-ws/pom.xml @@ -23,8 +23,7 @@ </parent> <artifactId>itest-bpel-helloworld-ws </artifactId> - <name>Apache Tuscany SCA iTest HelloWorld BPEL Over Web Services - </name> + <name>Apache Tuscany SCA iTest BPEL HelloWorld Over Web Services</name> <repositories> <repository> diff --git a/sca-java-2.x/trunk/itest/bpel/helloworld/pom.xml b/sca-java-2.x/trunk/itest/bpel/helloworld/pom.xml index 8cc4639bfb..96258e3e56 100644 --- a/sca-java-2.x/trunk/itest/bpel/helloworld/pom.xml +++ b/sca-java-2.x/trunk/itest/bpel/helloworld/pom.xml @@ -26,7 +26,7 @@ <relativePath>../../pom.xml</relativePath> </parent> <artifactId>itest-bpel-helloworld</artifactId> - <name>Apache Tuscany SCA iTest HelloWorld BPEL</name> + <name>Apache Tuscany SCA iTest BPEL HelloWorld</name> <repositories> <repository> diff --git a/sca-java-2.x/trunk/itest/bpel/pom.xml b/sca-java-2.x/trunk/itest/bpel/pom.xml index 35bcc66f90..10cc5e27fe 100644 --- a/sca-java-2.x/trunk/itest/bpel/pom.xml +++ b/sca-java-2.x/trunk/itest/bpel/pom.xml @@ -27,7 +27,7 @@ </parent> <artifactId>itest-bpel</artifactId> <packaging>pom</packaging> - <name>Apache Tuscany SCA BPEL Integration Tests</name> + <name>Apache Tuscany SCA iTest BPEL Integration Tests</name> <modules> <module>helloworld</module> |