Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2014-08-04 14:54:44 +0000
committerDani Megert2014-08-04 14:54:44 +0000
commit201d2136b0771c81c2efb3b2f5e368f57b9d973f (patch)
tree7eb4752b630a5c5facdc68550b8752e9ec39d193
parentb26f03400a722ad201ebadd035efb52bc7fb419b (diff)
downloadeclipse.platform.text-201d2136b0771c81c2efb3b2f5e368f57b9d973f.tar.gz
eclipse.platform.text-201d2136b0771c81c2efb3b2f5e368f57b9d973f.tar.xz
eclipse.platform.text-201d2136b0771c81c2efb3b2f5e368f57b9d973f.zip
-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 0307e02263d..5e41f470049 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.9.0.qualifier
+Bundle-Version: 3.9.1.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 8d1fb6ba8aa..0bf8fe544a9 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, 2013 Eclipse Foundation and others.
+ Copyright (c) 2012, 2014 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.9.0-SNAPSHOT</version>
+ <version>3.9.1-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top