summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/extending-tuscany/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/trunk/samples/extending-tuscany/pom.xml')
-rw-r--r--sca-java-2.x/trunk/samples/extending-tuscany/pom.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/sca-java-2.x/trunk/samples/extending-tuscany/pom.xml b/sca-java-2.x/trunk/samples/extending-tuscany/pom.xml
index c8c006f702..b03551994f 100644
--- a/sca-java-2.x/trunk/samples/extending-tuscany/pom.xml
+++ b/sca-java-2.x/trunk/samples/extending-tuscany/pom.xml
@@ -25,9 +25,8 @@
<version>2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
- <groupId>org.apache.tuscany.sca</groupId>
+
<artifactId>tuscany-samples-extending-tuscany</artifactId>
- <version>2.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache Tuscany SCA Extending Tuscany Samples</name>
@@ -38,8 +37,10 @@
<activeByDefault>true</activeByDefault>
</activation>
<modules>
+ <module>binding-sample</module>
<module>implementation-sample</module>
</modules>
</profile>
</profiles>
-</project>
+
+</project> \ No newline at end of file