Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2016-08-19 13:43:22 +0000
committerDani Megert2016-08-19 13:43:22 +0000
commitc02ad69aed7f4945e2e456db8a7f82eb417784ab (patch)
tree3eea14628f60b55d1b35e356b2426718978e8309 /org.eclipse.jface.text
parente22517b69c38f34eab4d5348b07445923e8e7774 (diff)
downloadeclipse.platform.text-c02ad69aed7f4945e2e456db8a7f82eb417784ab.tar.gz
eclipse.platform.text-c02ad69aed7f4945e2e456db8a7f82eb417784ab.tar.xz
eclipse.platform.text-c02ad69aed7f4945e2e456db8a7f82eb417784ab.zip
Increased bundle version for 4.7 fixesI20160823-1359I20160823-0759
Diffstat (limited to 'org.eclipse.jface.text')
-rw-r--r--org.eclipse.jface.text/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.jface.text/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.jface.text/META-INF/MANIFEST.MF b/org.eclipse.jface.text/META-INF/MANIFEST.MF
index be093afabe4..33bf34d1fff 100644
--- a/org.eclipse.jface.text/META-INF/MANIFEST.MF
+++ b/org.eclipse.jface.text/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.jface.text
-Bundle-Version: 3.11.0.qualifier
+Bundle-Version: 3.11.100.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package:
diff --git a/org.eclipse.jface.text/pom.xml b/org.eclipse.jface.text/pom.xml
index e4d7c8052da..dd83c4fd78b 100644
--- a/org.eclipse.jface.text/pom.xml
+++ b/org.eclipse.jface.text/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2015 Eclipse Foundation and others.
+ Copyright (c) 2012, 2016 Eclipse Foundation 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
@@ -18,6 +18,6 @@
</parent>
<groupId>org.eclipse.jface</groupId>
<artifactId>org.eclipse.jface.text</artifactId>
- <version>3.11.0-SNAPSHOT</version>
+ <version>3.11.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top