diff options
-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> |