diff options
Diffstat (limited to 'branches/sca-java-1.3.3/tutorial/store-market/pom.xml')
-rw-r--r-- | branches/sca-java-1.3.3/tutorial/store-market/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/branches/sca-java-1.3.3/tutorial/store-market/pom.xml b/branches/sca-java-1.3.3/tutorial/store-market/pom.xml index e5e8add55a..5b6601f062 100644 --- a/branches/sca-java-1.3.3/tutorial/store-market/pom.xml +++ b/branches/sca-java-1.3.3/tutorial/store-market/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-tutorial</artifactId> - <version>1.3.2-SNAPSHOT</version> + <version>1.3.3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>tutorial-store-market</artifactId> @@ -39,7 +39,7 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-sca-api</artifactId> - <version>1.3.2-SNAPSHOT</version> + <version>1.3.3-SNAPSHOT</version> </dependency> </dependencies> @@ -62,7 +62,7 @@ <plugin> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-maven-ant-generator</artifactId> - <version>1.3.2-SNAPSHOT</version> + <version>1.3.3-SNAPSHOT</version> <executions> <execution> <goals> |