Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2014-11-18 15:26:05 +0000
committerDani Megert2014-11-18 15:26:05 +0000
commitc6b6ba7e0eadd49633b96caf48586ab8d4fc2bcb (patch)
treec251767ddd89ce1e535e147a6401685f439bb76f /org.eclipse.ui.editors
parent65c48af2e4c894561c2ccfd8a97bc40c081b14db (diff)
downloadeclipse.platform.text-c6b6ba7e0eadd49633b96caf48586ab8d4fc2bcb.tar.gz
eclipse.platform.text-c6b6ba7e0eadd49633b96caf48586ab8d4fc2bcb.tar.xz
eclipse.platform.text-c6b6ba7e0eadd49633b96caf48586ab8d4fc2bcb.zip
Increased bundle version for Mars
Diffstat (limited to 'org.eclipse.ui.editors')
-rw-r--r--org.eclipse.ui.editors/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.ui.editors/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.ui.editors/META-INF/MANIFEST.MF b/org.eclipse.ui.editors/META-INF/MANIFEST.MF
index f011e911cdc..8f704fda32b 100644
--- a/org.eclipse.ui.editors/META-INF/MANIFEST.MF
+++ b/org.eclipse.ui.editors/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.ui.editors; singleton:=true
-Bundle-Version: 3.8.200.qualifier
+Bundle-Version: 3.9.0.qualifier
Bundle-Activator: org.eclipse.ui.internal.editors.text.EditorsPlugin
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %providerName
diff --git a/org.eclipse.ui.editors/pom.xml b/org.eclipse.ui.editors/pom.xml
index 2dbcb4a2646..3f05fb9e8ed 100644
--- a/org.eclipse.ui.editors/pom.xml
+++ b/org.eclipse.ui.editors/pom.xml
@@ -18,6 +18,6 @@
</parent>
<groupId>org.eclipse.ui</groupId>
<artifactId>org.eclipse.ui.editors</artifactId>
- <version>3.8.200-SNAPSHOT</version>
+ <version>3.9.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top