Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2017-05-15 16:17:28 +0000
committerAlexander Kurtakov2017-05-15 16:17:28 +0000
commit2feffb5b87204240961455104cf1eb93033ca6d0 (patch)
tree368cfc8c9efc4c52de6aca31cb3a889d21862278
parentd48c9a615e43ebb54772cb6f81f34e9115101406 (diff)
downloadeclipse.platform.ui.tools-2feffb5b87204240961455104cf1eb93033ca6d0.tar.gz
eclipse.platform.ui.tools-2feffb5b87204240961455104cf1eb93033ca6d0.tar.xz
eclipse.platform.ui.tools-2feffb5b87204240961455104cf1eb93033ca6d0.zip
Service version bump org.eclipse.e4.tools.emf.ui. Change-Id: Ic2c069af4c762756bd9151a632c345906905bd04 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--bundles/org.eclipse.e4.tools.emf.ui/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.e4.tools.emf.ui/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.e4.tools.emf.ui/META-INF/MANIFEST.MF b/bundles/org.eclipse.e4.tools.emf.ui/META-INF/MANIFEST.MF
index f85a96c6..92d7b5db 100644
--- a/bundles/org.eclipse.e4.tools.emf.ui/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.e4.tools.emf.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.e4.tools.emf.ui;singleton:=true
-Bundle-Version: 4.5.100.qualifier
+Bundle-Version: 4.5.200.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
diff --git a/bundles/org.eclipse.e4.tools.emf.ui/pom.xml b/bundles/org.eclipse.e4.tools.emf.ui/pom.xml
index 044f2e9d..3dd08e2a 100644
--- a/bundles/org.eclipse.e4.tools.emf.ui/pom.xml
+++ b/bundles/org.eclipse.e4.tools.emf.ui/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2015 vogella GmbH and others.
+ Copyright (c) 2012, 2017 vogella GmbH and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
@@ -21,7 +21,7 @@
<groupId>eclipse.platform.ui.tools</groupId>
<artifactId>org.eclipse.e4.tools.emf.ui</artifactId>
- <version>4.5.100-SNAPSHOT</version>
+ <version>4.5.200-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>

Back to the top