Skip to main content
summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorPaul Webster2013-03-25 15:41:11 +0000
committerPaul Webster2013-03-25 15:41:11 +0000
commit03a807d13f5fba4fbfbab11729a3a84a21863242 (patch)
treee6bb1c9a8e32b8718b6c01f17c8cd5145158e62d /build
parent74558234ad7674435657a36dff6ad6d32c7b4a39 (diff)
downloadorg.eclipse.e4.tools-03a807d13f5fba4fbfbab11729a3a84a21863242.tar.gz
org.eclipse.e4.tools-03a807d13f5fba4fbfbab11729a3a84a21863242.tar.xz
org.eclipse.e4.tools-03a807d13f5fba4fbfbab11729a3a84a21863242.zip
Set version to 0.14.0-SNAPSHOT Change-Id: Ia362d46adc302aabb05220339317c19f123b46ea
Diffstat (limited to 'build')
-rw-r--r--build/org.eclipse.e4.core.tools.update/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/build/org.eclipse.e4.core.tools.update/pom.xml b/build/org.eclipse.e4.core.tools.update/pom.xml
index 21b46b01..945b194b 100644
--- a/build/org.eclipse.e4.core.tools.update/pom.xml
+++ b/build/org.eclipse.e4.core.tools.update/pom.xml
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.e4.releng</groupId>
<artifactId>eclipse-parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>0.14.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.e4</groupId>
<artifactId>org.eclipse.e4.core.tools.update</artifactId>
- <version>0.13.0.qualifier</version>
+ <version>0.14.0-SNAPSHOT</version>
<packaging>eclipse-repository</packaging>
-</project>
+</project>

Back to the top