summaryrefslogtreecommitdiffstats
path: root/sandbox/ant/sca/trunk/modules/policy
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sandbox/ant/sca/trunk/modules/policy-security/pom.xml8
-rw-r--r--sandbox/ant/sca/trunk/modules/policy-xml-ws/pom.xml10
-rw-r--r--sandbox/ant/sca/trunk/modules/policy-xml/pom.xml8
-rw-r--r--sandbox/ant/sca/trunk/modules/policy/pom.xml6
4 files changed, 16 insertions, 16 deletions
diff --git a/sandbox/ant/sca/trunk/modules/policy-security/pom.xml b/sandbox/ant/sca/trunk/modules/policy-security/pom.xml
index f9037997dd..62aa166b68 100644
--- a/sandbox/ant/sca/trunk/modules/policy-security/pom.xml
+++ b/sandbox/ant/sca/trunk/modules/policy-security/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-policy-security</artifactId>
@@ -32,13 +32,13 @@
<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-assembly-xml</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
</dependencies>
diff --git a/sandbox/ant/sca/trunk/modules/policy-xml-ws/pom.xml b/sandbox/ant/sca/trunk/modules/policy-xml-ws/pom.xml
index 8dd362479b..8b4c658b70 100644
--- a/sandbox/ant/sca/trunk/modules/policy-xml-ws/pom.xml
+++ b/sandbox/ant/sca/trunk/modules/policy-xml-ws/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-policy-xml-ws</artifactId>
@@ -32,19 +32,19 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-policy</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-policy-xml</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>
diff --git a/sandbox/ant/sca/trunk/modules/policy-xml/pom.xml b/sandbox/ant/sca/trunk/modules/policy-xml/pom.xml
index 0b866e5c9f..fdc8302db6 100644
--- a/sandbox/ant/sca/trunk/modules/policy-xml/pom.xml
+++ b/sandbox/ant/sca/trunk/modules/policy-xml/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-policy-xml</artifactId>
@@ -32,13 +32,13 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-policy</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>
diff --git a/sandbox/ant/sca/trunk/modules/policy/pom.xml b/sandbox/ant/sca/trunk/modules/policy/pom.xml
index 1c4bd18537..5149ac5482 100644
--- a/sandbox/ant/sca/trunk/modules/policy/pom.xml
+++ b/sandbox/ant/sca/trunk/modules/policy/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-policy</artifactId>
@@ -32,7 +32,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-extensibility</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
</dependencies>