diff options
Diffstat (limited to 'sca-java-2.x/trunk/samples/getting-started')
4 files changed, 7 insertions, 7 deletions
diff --git a/sca-java-2.x/trunk/samples/getting-started/callback-api/pom.xml b/sca-java-2.x/trunk/samples/getting-started/callback-api/pom.xml index 446c7330d7..6d0515a003 100644 --- a/sca-java-2.x/trunk/samples/getting-started/callback-api/pom.xml +++ b/sca-java-2.x/trunk/samples/getting-started/callback-api/pom.xml @@ -25,8 +25,8 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>sample-callback-api</artifactId> - <name>Apache Tuscany SCA Sample Callback API</name> + <artifactId>sample-callback-api-contribution</artifactId> + <name>Apache Tuscany SCA Sample Callback API Contribution</name> <dependencies> <dependency> diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-contribution/pom.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld-contribution/pom.xml index bd95e76268..30f5a1c4ec 100644 --- a/sca-java-2.x/trunk/samples/getting-started/helloworld-contribution/pom.xml +++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-contribution/pom.xml @@ -27,7 +27,7 @@ </parent>
<packaging>jar</packaging>
- <artifactId>helloworld-contribution</artifactId>
+ <artifactId>sample-helloworld-contribution</artifactId>
<name>Apache Tuscany SCA Samples - Getting Started - helloworld-contribution</name>
<dependencies>
diff --git a/sca-java-2.x/trunk/samples/getting-started/sca-scopes/pom.xml b/sca-java-2.x/trunk/samples/getting-started/sca-scopes/pom.xml index 6345f54e2a..318763759f 100644 --- a/sca-java-2.x/trunk/samples/getting-started/sca-scopes/pom.xml +++ b/sca-java-2.x/trunk/samples/getting-started/sca-scopes/pom.xml @@ -25,8 +25,8 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <name>Apache Tuscany SCA Sample Scopes</name> - <artifactId>sample-sca-scopes</artifactId> + <name>Apache Tuscany SCA Sample SCA Scopes Contribution</name> + <artifactId>sample-sca-scopes-contribution</artifactId> <dependencies> <dependency> diff --git a/sca-java-2.x/trunk/samples/getting-started/scdl-include-contribution/pom.xml b/sca-java-2.x/trunk/samples/getting-started/scdl-include-contribution/pom.xml index 27927999c5..ee18154669 100644 --- a/sca-java-2.x/trunk/samples/getting-started/scdl-include-contribution/pom.xml +++ b/sca-java-2.x/trunk/samples/getting-started/scdl-include-contribution/pom.xml @@ -27,8 +27,8 @@ </parent>
<packaging>zip</packaging>
- <artifactId>scdl-include-contribution</artifactId>
- <name>Apache Tuscany SCA Samples - Getting Started - scdl-include-contribution</name>
+ <artifactId>sample-scdl-include-contribution</artifactId>
+ <name>Apache Tuscany SCA Sample include Composite Contribution</name>
<dependencies>
<dependency>
|