summaryrefslogtreecommitdiffstats
path: root/sandbox/ant/sca/trunk/itest/distribution/bin-distro-unzip/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/ant/sca/trunk/itest/distribution/bin-distro-unzip/pom.xml')
-rw-r--r--sandbox/ant/sca/trunk/itest/distribution/bin-distro-unzip/pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/sandbox/ant/sca/trunk/itest/distribution/bin-distro-unzip/pom.xml b/sandbox/ant/sca/trunk/itest/distribution/bin-distro-unzip/pom.xml
index 17783d4cb5..d16e482eff 100644
--- a/sandbox/ant/sca/trunk/itest/distribution/bin-distro-unzip/pom.xml
+++ b/sandbox/ant/sca/trunk/itest/distribution/bin-distro-unzip/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>itest-distribution</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-bin-distro-unzip</artifactId>
@@ -33,7 +33,7 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution-all</artifactId>
<type>pom</type>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
</dependencies>
@@ -71,7 +71,7 @@
</goals>
<configuration>
<tasks>
- <property name="java.home" value="${java.home}"/>
+ <property name="java.home" value="${java.home}" />
<ant antfile="./build.xml" />
</tasks>
</configuration>
@@ -121,7 +121,7 @@
</goals>
<configuration>
<tasks>
- <property name="java.home" value="${java.home}"/>
+ <property name="java.home" value="${java.home}" />
<property name="tuscany.version" value="${version}" />
<ant antfile="./build.xml" />
</tasks>