diff options
Diffstat (limited to 'branches/sca-java-1.5.2/itest/properties')
-rw-r--r-- | branches/sca-java-1.5.2/itest/properties/pom.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/branches/sca-java-1.5.2/itest/properties/pom.xml b/branches/sca-java-1.5.2/itest/properties/pom.xml index 151bad5b17..fb96dfddf2 100644 --- a/branches/sca-java-1.5.2/itest/properties/pom.xml +++ b/branches/sca-java-1.5.2/itest/properties/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-itest</artifactId> - <version>1.5.1-SNAPSHOT</version> + <version>1.5.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>itest-properties</artifactId> @@ -32,34 +32,34 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-host-embedded</artifactId> - <version>1.5.1-SNAPSHOT</version> + <version>1.5.2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-implementation-java-runtime</artifactId> - <version>1.5.1-SNAPSHOT</version> + <version>1.5.2-SNAPSHOT</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-core-databinding</artifactId> - <version>1.5.1-SNAPSHOT</version> + <version>1.5.2-SNAPSHOT</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-databinding-sdo</artifactId> - <version>1.5.1-SNAPSHOT</version> + <version>1.5.2-SNAPSHOT</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-databinding-jaxb</artifactId> - <version>1.5.1-SNAPSHOT</version> + <version>1.5.2-SNAPSHOT</version> <scope>compile</scope> </dependency> </dependencies> |