Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorVladimir Piskarev2016-12-13 09:53:03 +0000
committerVladimir Piskarev2016-12-13 09:53:03 +0000
commit13c463e39f15bd7bd606968a76212a1ec60a9b62 (patch)
treea571a487ae755e2da827e74fe9da160f395e36f6 /releng
parent8be2c34bdfd6f2dc896eb563674a45ed73a535a7 (diff)
downloadorg.eclipse.handly-13c463e39f15bd7bd606968a76212a1ec60a9b62.tar.gz
org.eclipse.handly-13c463e39f15bd7bd606968a76212a1ec60a9b62.tar.xz
org.eclipse.handly-13c463e39f15bd7bd606968a76212a1ec60a9b62.zip
[releng] Change version to 0.7
Diffstat (limited to 'releng')
-rw-r--r--releng/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/releng/pom.xml b/releng/pom.xml
index cead706f..bda59a7b 100644
--- a/releng/pom.xml
+++ b/releng/pom.xml
@@ -15,7 +15,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.handly</groupId>
<artifactId>releng</artifactId>
- <version>0.6.0-SNAPSHOT</version>
+ <version>0.7.0-SNAPSHOT</version>
<packaging>pom</packaging>
<prerequisites>
<maven>3.0</maven>
@@ -195,7 +195,7 @@
<artifact>
<groupId>org.eclipse.handly.targets</groupId>
<artifactId>base</artifactId>
- <version>0.6.0-SNAPSHOT</version>
+ <version>0.7.0-SNAPSHOT</version>
</artifact>
</target>
</configuration>
@@ -218,7 +218,7 @@
<artifact>
<groupId>org.eclipse.handly.targets</groupId>
<artifactId>latest</artifactId>
- <version>0.6.0-SNAPSHOT</version>
+ <version>0.7.0-SNAPSHOT</version>
</artifact>
</target>
</configuration>

Back to the top