diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-04 15:58:02 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-04 15:58:02 +0000 |
commit | dd293020f298fcfd8515d532777427b4c7924cf5 (patch) | |
tree | aa27522448508ec7e9b6c6f94fa8431d0df467bb /sandbox/testRelease | |
parent | d90a8d9405ae530730a5f1a5092a46b0806c7a41 (diff) |
[maven-release-plugin] prepare release 2.0-M5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@940922 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/testRelease')
-rw-r--r-- | sandbox/testRelease/trunk/modules/monitor/pom.xml | 4 | ||||
-rw-r--r-- | sandbox/testRelease/trunk/modules/pom.xml | 4 | ||||
-rw-r--r-- | sandbox/testRelease/trunk/pom.xml | 10 |
3 files changed, 9 insertions, 9 deletions
diff --git a/sandbox/testRelease/trunk/modules/monitor/pom.xml b/sandbox/testRelease/trunk/modules/monitor/pom.xml index e7e9ca9c15..499ad513a1 100644 --- a/sandbox/testRelease/trunk/modules/monitor/pom.xml +++ b/sandbox/testRelease/trunk/modules/monitor/pom.xml @@ -17,13 +17,13 @@ * 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-M5</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/sandbox/testRelease/trunk/modules/pom.xml b/sandbox/testRelease/trunk/modules/pom.xml index 379b28ae82..682ad8f0f8 100644 --- a/sandbox/testRelease/trunk/modules/pom.xml +++ b/sandbox/testRelease/trunk/modules/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-sca</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-M5</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>tuscany-modules</artifactId> diff --git a/sandbox/testRelease/trunk/pom.xml b/sandbox/testRelease/trunk/pom.xml index 5e69566c7e..cb86f70c4c 100644 --- a/sandbox/testRelease/trunk/pom.xml +++ b/sandbox/testRelease/trunk/pom.xml @@ -17,7 +17,7 @@ * 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</groupId> @@ -33,12 +33,12 @@ <packaging>pom</packaging> <name>Apache Tuscany SCA Implementation Project (2.x)</name> <url>http://tuscany.apache.org</url> - <version>2.0-SNAPSHOT</version> + <version>2.0-M5</version> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/tuscany/sandbox/testRelease/trunk</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tuscany/sandbox/testRelease/trunk</developerConnection> - <url>http://svn.apache.org/repos/asf/tuscany/sandbox/testRelease/trunk</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/tuscany/sandbox/testRelease/tags/2.0-M5</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tuscany/sandbox/testRelease/tags/2.0-M5</developerConnection> + <url>http://svn.apache.org/repos/asf/tuscany/sandbox/testRelease/tags/2.0-M5</url> </scm> <prerequisites> |