diff options
Diffstat (limited to 'sandbox/ant/sca/trunk/modules/interface-wsdl/pom.xml')
-rw-r--r-- | sandbox/ant/sca/trunk/modules/interface-wsdl/pom.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sandbox/ant/sca/trunk/modules/interface-wsdl/pom.xml b/sandbox/ant/sca/trunk/modules/interface-wsdl/pom.xml index 3d0a63581f..fca040405c 100644 --- a/sandbox/ant/sca/trunk/modules/interface-wsdl/pom.xml +++ b/sandbox/ant/sca/trunk/modules/interface-wsdl/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-interface-wsdl</artifactId> @@ -32,25 +32,25 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-interface</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-M2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-xsd</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> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-policy</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-M2-SNAPSHOT</version> </dependency> <dependency> |