Skip to main content
summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorPaul Webster2014-01-17 15:14:24 +0000
committerPaul Webster2014-01-17 19:11:30 +0000
commit113031418ef42293f12d114921d1896d9641d773 (patch)
treee1fd85af02202493f66c54831d0748c02a5c71c8 /build
parentb8eba9608116e481b8fc9156d8ed64f6616282d1 (diff)
downloadorg.eclipse.e4.tools-113031418ef42293f12d114921d1896d9641d773.tar.gz
org.eclipse.e4.tools-113031418ef42293f12d114921d1896d9641d773.tar.xz
org.eclipse.e4.tools-113031418ef42293f12d114921d1896d9641d773.zip
Bug 425978 - [releng] upgrade build to Luna
Upgrade to 0.16.0-SNAPSHOT and to use Luna Fix the e3x bridge dependency on o.e.e4.ui.services Change-Id: I7cadd3f6ba2458d95c68f0a1f6e0c509823ac30b
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