summaryrefslogtreecommitdiffstats
path: root/sandbox/lresende
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/lresende')
-rw-r--r--sandbox/lresende/sca/samples/pom.xml15
1 files changed, 6 insertions, 9 deletions
diff --git a/sandbox/lresende/sca/samples/pom.xml b/sandbox/lresende/sca/samples/pom.xml
index 59d0e79337..ccc9a2d7be 100644
--- a/sandbox/lresende/sca/samples/pom.xml
+++ b/sandbox/lresende/sca/samples/pom.xml
@@ -22,12 +22,12 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>1.2-incubating-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
- <artifactId>sample-consumer-provider</artifactId>
+ <artifactId>tuscany-samples-lresende</artifactId>
<packaging>pom</packaging>
- <name>Apache Tuscany Consumer/Provider Sample</name>
+ <name>Apache Tuscany Samples (lresende sandbox)</name>
<profiles>
<profile>
@@ -36,12 +36,9 @@
<activeByDefault>true</activeByDefault>
</activation>
<modules>
- <module>calculator-jsf-webapp</module>
- <module>company-das</module>
- <module>company-das-webapp</module>
- <module>organization-das</module>
- <module>store-jsf</module>
- <!--module>room-scheduler</module-->
+ <module>expertise-atom</module>
+ <module>expertise-restfull</module>
+ <module>store-secure-webapp</module>
</modules>
</profile>