diff options
Diffstat (limited to '')
-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> |