Skip to main content
summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/org.eclipse.e4.core.tools.update/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/org.eclipse.e4.core.tools.update/pom.xml b/build/org.eclipse.e4.core.tools.update/pom.xml
index 64574cb4..f1ae5821 100644
--- a/build/org.eclipse.e4.core.tools.update/pom.xml
+++ b/build/org.eclipse.e4.core.tools.update/pom.xml
@@ -5,13 +5,13 @@
<parent>
<groupId>org.eclipse.e4.tools</groupId>
<artifactId>e4-tools-aggregator</artifactId>
- <version>0.15.0-SNAPSHOT</version>
+ <version>0.16.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.e4</groupId>
<artifactId>org.eclipse.e4.core.tools.update</artifactId>
- <version>0.15.0-SNAPSHOT</version>
+ <version>0.16.0-SNAPSHOT</version>
<packaging>eclipse-repository</packaging>
</project>

Back to the top