diff options
Diffstat (limited to 'sca-java-2.x/branches/2.0/modules/binding-ws-runtime-axis2')
-rw-r--r-- | sca-java-2.x/branches/2.0/modules/binding-ws-runtime-axis2/pom.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sca-java-2.x/branches/2.0/modules/binding-ws-runtime-axis2/pom.xml b/sca-java-2.x/branches/2.0/modules/binding-ws-runtime-axis2/pom.xml index 2e8db51165..c58e8acb21 100644 --- a/sca-java-2.x/branches/2.0/modules/binding-ws-runtime-axis2/pom.xml +++ b/sca-java-2.x/branches/2.0/modules/binding-ws-runtime-axis2/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-modules</artifactId> - <version>2.0</version> + <version>2.0.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> @@ -36,7 +36,7 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-core-runtime-pom</artifactId> - <version>2.0</version> + <version>2.0.1-SNAPSHOT</version> <type>pom</type> <scope>provided</scope> </dependency> @@ -44,7 +44,7 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-policy-security</artifactId> - <version>2.0</version> + <version>2.0.1-SNAPSHOT</version> <scope>provided</scope> <!-- it's in base --> </dependency> @@ -385,21 +385,21 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-policy-wspolicy</artifactId> - <version>2.0</version> + <version>2.0.1-SNAPSHOT</version> </dependency> <!-- Runtime dependencies --> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-databinding-axiom</artifactId> - <version>2.0</version> + <version>2.0.1-SNAPSHOT</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-databinding-jaxb-axiom</artifactId> - <version>2.0</version> + <version>2.0.1-SNAPSHOT</version> <scope>runtime</scope> </dependency> @@ -407,7 +407,7 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-base-runtime-pom</artifactId> - <version>2.0</version> + <version>2.0.1-SNAPSHOT</version> <type>pom</type> <scope>test</scope> </dependency> @@ -415,7 +415,7 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-host-jetty</artifactId> - <version>2.0</version> + <version>2.0.1-SNAPSHOT</version> <scope>test</scope> </dependency> |