diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-03-23 08:48:11 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-03-23 08:48:11 +0000 |
commit | a9607c6f110013f477ab126297ac1cf1cac2ea95 (patch) | |
tree | 26b7afcd7fb5c90858b1c021c6797d300d0292cf /sandbox/ant/sca/trunk/modules/databinding | |
parent | 25e098e1ef105af95fa8c3c319540206ae026935 (diff) |
[maven-release-plugin] prepare branch 2.0-M2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@757351 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
4 files changed, 19 insertions, 19 deletions
diff --git a/sandbox/ant/sca/trunk/modules/databinding-axiom/pom.xml b/sandbox/ant/sca/trunk/modules/databinding-axiom/pom.xml index 027de3659c..53c8cf8537 100644 --- a/sandbox/ant/sca/trunk/modules/databinding-axiom/pom.xml +++ b/sandbox/ant/sca/trunk/modules/databinding-axiom/pom.xml @@ -17,12 +17,12 @@ * specific language governing permissions and limitations * under the License. --> -<project> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-modules</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-M2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>tuscany-databinding-axiom</artifactId> @@ -32,12 +32,12 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-core-spi</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-M2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-databinding</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-M2-SNAPSHOT</version> </dependency> <!-- diff --git a/sandbox/ant/sca/trunk/modules/databinding-jaxb-axiom/pom.xml b/sandbox/ant/sca/trunk/modules/databinding-jaxb-axiom/pom.xml index d240f7b988..6d79c2d5ad 100644 --- a/sandbox/ant/sca/trunk/modules/databinding-jaxb-axiom/pom.xml +++ b/sandbox/ant/sca/trunk/modules/databinding-jaxb-axiom/pom.xml @@ -17,12 +17,12 @@ * specific language governing permissions and limitations * under the License. --> -<project> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-modules</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-M2-SNAPSHOT</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-SNAPSHOT</version> + <version>2.0-M2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-databinding-jaxb</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-M2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.ws.commons.axiom</groupId> diff --git a/sandbox/ant/sca/trunk/modules/databinding-jaxb/pom.xml b/sandbox/ant/sca/trunk/modules/databinding-jaxb/pom.xml index 4e97fd271a..8119969e1d 100644 --- a/sandbox/ant/sca/trunk/modules/databinding-jaxb/pom.xml +++ b/sandbox/ant/sca/trunk/modules/databinding-jaxb/pom.xml @@ -17,12 +17,12 @@ * specific language governing permissions and limitations * under the License. --> -<project> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-modules</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-M2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>tuscany-databinding-jaxb</artifactId> @@ -32,12 +32,12 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-core-spi</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-M2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-databinding</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-M2-SNAPSHOT</version> </dependency> <!-- <dependency> diff --git a/sandbox/ant/sca/trunk/modules/databinding/pom.xml b/sandbox/ant/sca/trunk/modules/databinding/pom.xml index 0a78a00405..3d2859a81f 100644 --- a/sandbox/ant/sca/trunk/modules/databinding/pom.xml +++ b/sandbox/ant/sca/trunk/modules/databinding/pom.xml @@ -17,12 +17,12 @@ * specific language governing permissions and limitations * under the License. --> -<project> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-modules</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-M2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>tuscany-databinding</artifactId> @@ -32,31 +32,31 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-extensibility</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-M2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-interface</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-M2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-contribution</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-M2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-xsd</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-M2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-sca-api</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-M2-SNAPSHOT</version> </dependency> <!-- |