diff options
Diffstat (limited to '')
5 files changed, 5 insertions, 5 deletions
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-java-callback/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-java-callback/pom.xml index 94b4bb07cf..687da12849 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-java-callback/pom.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-java-callback/pom.xml @@ -26,7 +26,7 @@ <relativePath>../../pom.xml</relativePath> </parent> <artifactId>scatours-contribution-payment-java-callback</artifactId> - <name>Apache Tuscany SCA Tours Payment Java Callback</name> + <name>Apache Tuscany SCA Tours Payment Java Callback Contribution</name> <dependencies> <dependency> diff --git a/sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-java-reference-pass/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-java-reference-pass/pom.xml index 63aefcc9f5..566f5d2966 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-java-reference-pass/pom.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-java-reference-pass/pom.xml @@ -26,7 +26,7 @@ <relativePath>../../pom.xml</relativePath> </parent> <artifactId>scatours-contribution-payment-java-reference-pass</artifactId> - <name>Apache Tuscany SCA Tours Payment Java Reference Pass</name> + <name>Apache Tuscany SCA Tours Payment Java Reference Pass Contribution</name> <dependencies> <dependency> diff --git a/sca-java-1.x/trunk/tutorials/travelsample/domainconfig/fullapp/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/domainconfig/fullapp/pom.xml index 03766729c3..d6e7b533bd 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/domainconfig/fullapp/pom.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/domainconfig/fullapp/pom.xml @@ -26,7 +26,7 @@ <relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>scatours-domainconfig-fullapp</artifactId>
- <name>Apache Tuscany SCA Tours Full App Domain Configuration</name>
+ <name>Apache Tuscany SCA Tours Full Application Domain Configuration</name>
<build>
<finalName>${artifactId}</finalName>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/launchers/fullapp-domain/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/launchers/fullapp-domain/pom.xml index f8f0359040..254fcf93b0 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/launchers/fullapp-domain/pom.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/launchers/fullapp-domain/pom.xml @@ -26,7 +26,7 @@ <relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>scatours-launcher-fullapp-domain</artifactId>
- <name>Apache Tuscany SCA Tours Full App Domain Launcher</name>
+ <name>Apache Tuscany SCA Tours Full Application Domain Launcher</name>
<dependencies>
<dependency>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/launchers/payment-java-reference-pass/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/launchers/payment-java-reference-pass/pom.xml index 6983a33b1a..babbe73376 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/launchers/payment-java-reference-pass/pom.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/launchers/payment-java-reference-pass/pom.xml @@ -26,7 +26,7 @@ <relativePath>../../pom.xml</relativePath> </parent> <artifactId>scatours-launcher-payment-java-reference-pass</artifactId> - <name>Apache Tuscany SCA Tours Payment Java Callback Reference Pass</name> + <name>Apache Tuscany SCA Tours Payment Java Reference Pass Launcher</name> <dependencies> |