summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/chapter-06/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/travelsample/chapter-06/pom.xml')
-rw-r--r--sandbox/travelsample/chapter-06/pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/sandbox/travelsample/chapter-06/pom.xml b/sandbox/travelsample/chapter-06/pom.xml
index 4a5ec5b694..b8fc7a5881 100644
--- a/sandbox/travelsample/chapter-06/pom.xml
+++ b/sandbox/travelsample/chapter-06/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>1.4</version>
+ <version>1.5-SNAPSHOT</version>
<!--relativePath>../pom.xml</relativePath-->
</parent>
<artifactId>tuscany-scatours-chapter-06</artifactId>
@@ -38,6 +38,10 @@
<modules>
<module>node</module>
<module>payment-bpel-contribution</module>
+ <module>payment-spring-contribution</module>
+ <module>payment-spring-annotation-contribution</module>
+ <module>ui-bpel-contribution</module>
+ <module>ui-spring-contribution</module>
</modules>
</profile>