Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2014-10-03 13:41:11 +0000
committerDani Megert2014-10-03 13:41:11 +0000
commited149a89bc487a940019c8d4261a5d72e5f036ce (patch)
tree0720aecc5a15d85c05d214a96c191846ffba0952
parent793bccc75b721cbba138c2fd809b2ddc1b300248 (diff)
downloadeclipse.platform.text-R4_4_maintenance.tar.gz
eclipse.platform.text-R4_4_maintenance.tar.xz
eclipse.platform.text-R4_4_maintenance.zip
-rw-r--r--org.eclipse.jface.text.tests/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.jface.text.tests/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.jface.text.tests/META-INF/MANIFEST.MF b/org.eclipse.jface.text.tests/META-INF/MANIFEST.MF
index 9af697477f4..c7db3ccfb85 100644
--- a/org.eclipse.jface.text.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.jface.text.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Plugin.name
Bundle-SymbolicName: org.eclipse.jface.text.tests
-Bundle-Version: 3.10.100.qualifier
+Bundle-Version: 3.10.101.qualifier
Bundle-Vendor: %Plugin.providerName
Bundle-Localization: plugin
Export-Package:
diff --git a/org.eclipse.jface.text.tests/pom.xml b/org.eclipse.jface.text.tests/pom.xml
index 0f82c3faf3a..53b6235424d 100644
--- a/org.eclipse.jface.text.tests/pom.xml
+++ b/org.eclipse.jface.text.tests/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
@@ -19,6 +19,6 @@
</parent>
<groupId>org.eclipse.jface</groupId>
<artifactId>org.eclipse.jface.text.tests</artifactId>
- <version>3.10.100-SNAPSHOT</version>
+ <version>3.10.101-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
</project>

Back to the top