diff options
Diffstat (limited to '')
-rw-r--r-- | sandbox/ant/sca/branches/foo/modules/databinding-jaxb-axiom/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sandbox/ant/sca/branches/foo/modules/databinding-jaxb-axiom/pom.xml b/sandbox/ant/sca/branches/foo/modules/databinding-jaxb-axiom/pom.xml index 6d79c2d5ad..fc9a8fe5eb 100644 --- a/sandbox/ant/sca/branches/foo/modules/databinding-jaxb-axiom/pom.xml +++ b/sandbox/ant/sca/branches/foo/modules/databinding-jaxb-axiom/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-modules</artifactId> - <version>2.0-M2-SNAPSHOT</version> + <version>2.0-M2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>tuscany-databinding-jaxb-axiom</artifactId> @@ -32,12 +32,12 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-core-spi</artifactId> - <version>2.0-M2-SNAPSHOT</version> + <version>2.0-M2</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-databinding-jaxb</artifactId> - <version>2.0-M2-SNAPSHOT</version> + <version>2.0-M2</version> </dependency> <dependency> <groupId>org.apache.ws.commons.axiom</groupId> |