diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-04 15:58:50 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-04 15:58:50 +0000 |
commit | e0d12c7cfa7f7b96b129fcf132e01aed958fff5c (patch) | |
tree | 9bf68529c88cd73a4624917d8f87abf05d696c19 /sandbox/testRelease | |
parent | fd6ebfb52d7e73960b3a269da396a15b8ba90b26 (diff) |
[maven-release-plugin] prepare for next development iteration
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@940924 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/testRelease')
-rw-r--r-- | sandbox/testRelease/trunk/modules/monitor/pom.xml | 2 | ||||
-rw-r--r-- | sandbox/testRelease/trunk/modules/pom.xml | 2 | ||||
-rw-r--r-- | sandbox/testRelease/trunk/pom.xml | 8 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sandbox/testRelease/trunk/modules/monitor/pom.xml b/sandbox/testRelease/trunk/modules/monitor/pom.xml index 499ad513a1..d8f9aa38c8 100644 --- a/sandbox/testRelease/trunk/modules/monitor/pom.xml +++ b/sandbox/testRelease/trunk/modules/monitor/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-modules</artifactId> - <version>2.0-M5</version> + <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/sandbox/testRelease/trunk/modules/pom.xml b/sandbox/testRelease/trunk/modules/pom.xml index 682ad8f0f8..f26f63f0e8 100644 --- a/sandbox/testRelease/trunk/modules/pom.xml +++ b/sandbox/testRelease/trunk/modules/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-sca</artifactId> - <version>2.0-M5</version> + <version>2.0-SNAPSHOT</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 cb86f70c4c..f9461c5605 100644 --- a/sandbox/testRelease/trunk/pom.xml +++ b/sandbox/testRelease/trunk/pom.xml @@ -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-M5</version> + <version>2.0-SNAPSHOT</version> <scm> - <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> + <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> </scm> <prerequisites> |