Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiraj Modi2018-12-07 10:34:47 +0000
committerNiraj Modi2018-12-07 10:34:47 +0000
commita08c3bae5b8731e75973d6b5369f2ac06014cd88 (patch)
treeccccec779285e83bb485568a523d99066864ea39 /bundles
parentf2349deb48a9a55ae782c0c4e5fea31200606cea (diff)
downloadeclipse.platform.ui.tools-a08c3bae5b8731e75973d6b5369f2ac06014cd88.tar.gz
eclipse.platform.ui.tools-a08c3bae5b8731e75973d6b5369f2ac06014cd88.tar.xz
eclipse.platform.ui.tools-a08c3bae5b8731e75973d6b5369f2ac06014cd88.zip
Change-Id: Ib7fd82ce12ec57a060d74a8018ea71d91720a7fb Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.e4.tools.compat/pom.xml2
-rw-r--r--bundles/org.eclipse.e4.tools.emf.editor3x/pom.xml2
-rw-r--r--bundles/org.eclipse.e4.tools.emf.ui/pom.xml2
-rw-r--r--bundles/org.eclipse.e4.tools.jdt.templates/pom.xml2
-rw-r--r--bundles/org.eclipse.e4.tools.services/pom.xml2
-rw-r--r--bundles/org.eclipse.e4.tools/pom.xml2
6 files changed, 6 insertions, 6 deletions
diff --git a/bundles/org.eclipse.e4.tools.compat/pom.xml b/bundles/org.eclipse.e4.tools.compat/pom.xml
index b3637493..b6f2fa9d 100644
--- a/bundles/org.eclipse.e4.tools.compat/pom.xml
+++ b/bundles/org.eclipse.e4.tools.compat/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse</groupId>
<artifactId>eclipse.platform.ui.tools</artifactId>
- <version>4.10.0-SNAPSHOT</version>
+ <version>4.11.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
diff --git a/bundles/org.eclipse.e4.tools.emf.editor3x/pom.xml b/bundles/org.eclipse.e4.tools.emf.editor3x/pom.xml
index 02bfcfbd..623e8be6 100644
--- a/bundles/org.eclipse.e4.tools.emf.editor3x/pom.xml
+++ b/bundles/org.eclipse.e4.tools.emf.editor3x/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse</groupId>
<artifactId>eclipse.platform.ui.tools</artifactId>
- <version>4.10.0-SNAPSHOT</version>
+ <version>4.11.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
diff --git a/bundles/org.eclipse.e4.tools.emf.ui/pom.xml b/bundles/org.eclipse.e4.tools.emf.ui/pom.xml
index 11cf9961..cf2951e8 100644
--- a/bundles/org.eclipse.e4.tools.emf.ui/pom.xml
+++ b/bundles/org.eclipse.e4.tools.emf.ui/pom.xml
@@ -15,7 +15,7 @@
<parent>
<groupId>org.eclipse</groupId>
<artifactId>eclipse.platform.ui.tools</artifactId>
- <version>4.10.0-SNAPSHOT</version>
+ <version>4.11.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
diff --git a/bundles/org.eclipse.e4.tools.jdt.templates/pom.xml b/bundles/org.eclipse.e4.tools.jdt.templates/pom.xml
index 4b888633..f82ca6a8 100644
--- a/bundles/org.eclipse.e4.tools.jdt.templates/pom.xml
+++ b/bundles/org.eclipse.e4.tools.jdt.templates/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse</groupId>
<artifactId>eclipse.platform.ui.tools</artifactId>
- <version>4.10.0-SNAPSHOT</version>
+ <version>4.11.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
diff --git a/bundles/org.eclipse.e4.tools.services/pom.xml b/bundles/org.eclipse.e4.tools.services/pom.xml
index 2dff83a5..9e0e938a 100644
--- a/bundles/org.eclipse.e4.tools.services/pom.xml
+++ b/bundles/org.eclipse.e4.tools.services/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse</groupId>
<artifactId>eclipse.platform.ui.tools</artifactId>
- <version>4.10.0-SNAPSHOT</version>
+ <version>4.11.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
diff --git a/bundles/org.eclipse.e4.tools/pom.xml b/bundles/org.eclipse.e4.tools/pom.xml
index f3e29cb6..6600d887 100644
--- a/bundles/org.eclipse.e4.tools/pom.xml
+++ b/bundles/org.eclipse.e4.tools/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse</groupId>
<artifactId>eclipse.platform.ui.tools</artifactId>
- <version>4.10.0-SNAPSHOT</version>
+ <version>4.11.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>

Back to the top