summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6/samples/customer-dojo-webapp
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-1.x/branches/sca-java-1.6/samples/customer-dojo-webapp')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6/samples/customer-dojo-webapp/pom.xml12
-rw-r--r--sca-java-1.x/branches/sca-java-1.6/samples/customer-dojo-webapp/src/main/webapp/WEB-INF/geronimo-web.xml2
2 files changed, 7 insertions, 7 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6/samples/customer-dojo-webapp/pom.xml b/sca-java-1.x/branches/sca-java-1.6/samples/customer-dojo-webapp/pom.xml
index ac5fe3c24c..ab3b9458fe 100644
--- a/sca-java-1.x/branches/sca-java-1.6/samples/customer-dojo-webapp/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6/samples/customer-dojo-webapp/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>1.6</version>
+ <version>1.6-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>sample-customer-dojo-webapp</artifactId>
@@ -40,26 +40,26 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-webapp</artifactId>
- <version>1.6</version>
+ <version>1.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6</version>
+ <version>1.6-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-data-api</artifactId>
- <version>1.6</version>
+ <version>1.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-jsonrpc-runtime</artifactId>
- <version>1.6</version>
+ <version>1.6-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
@@ -153,7 +153,7 @@
<plugin>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-maven-ant-generator</artifactId>
- <version>1.6</version>
+ <version>1.6-SNAPSHOT</version>
<executions>
<execution>
<configuration>
diff --git a/sca-java-1.x/branches/sca-java-1.6/samples/customer-dojo-webapp/src/main/webapp/WEB-INF/geronimo-web.xml b/sca-java-1.x/branches/sca-java-1.6/samples/customer-dojo-webapp/src/main/webapp/WEB-INF/geronimo-web.xml
index 1252ddc34f..544e4b96c9 100644
--- a/sca-java-1.x/branches/sca-java-1.6/samples/customer-dojo-webapp/src/main/webapp/WEB-INF/geronimo-web.xml
+++ b/sca-java-1.x/branches/sca-java-1.6/samples/customer-dojo-webapp/src/main/webapp/WEB-INF/geronimo-web.xml
@@ -24,7 +24,7 @@
<d:moduleId>
<d:groupId>org.apache.tuscany.sca</d:groupId>
<d:artifactId>sample-customer-dojo-webapp</d:artifactId>
- <d:version>1.6</d:version>
+ <d:version>1.6-SNAPSHOT</d:version>
<d:type>war</d:type>
</d:moduleId>