Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2014-09-01 11:43:40 +0000
committerDani Megert2014-09-01 11:43:40 +0000
commitd0d4992cd6206a31673a67399256524d33cbbb93 (patch)
tree90596a7022c87799a7162e7355d27ee5fc7b9068 /org.eclipse.core.filebuffers.tests
parent52917b1cafc3ba89a2841c74053f850548914b4a (diff)
downloadeclipse.platform.text-d0d4992cd6206a31673a67399256524d33cbbb93.tar.gz
eclipse.platform.text-d0d4992cd6206a31673a67399256524d33cbbb93.tar.xz
eclipse.platform.text-d0d4992cd6206a31673a67399256524d33cbbb93.zip
Increased bundle version for Mars
Diffstat (limited to 'org.eclipse.core.filebuffers.tests')
-rw-r--r--org.eclipse.core.filebuffers.tests/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.core.filebuffers.tests/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.core.filebuffers.tests/META-INF/MANIFEST.MF b/org.eclipse.core.filebuffers.tests/META-INF/MANIFEST.MF
index 78cc3216bc9..7a0a3938268 100644
--- a/org.eclipse.core.filebuffers.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.core.filebuffers.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Plugin.name
Bundle-SymbolicName: org.eclipse.core.filebuffers.tests;singleton:=true
-Bundle-Version: 3.9.0.qualifier
+Bundle-Version: 3.10.0.qualifier
Bundle-Activator: org.eclipse.core.filebuffers.tests.FileBuffersTestPlugin
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %Plugin.providerName
diff --git a/org.eclipse.core.filebuffers.tests/pom.xml b/org.eclipse.core.filebuffers.tests/pom.xml
index 0497c7bd5f0..c347612ed4c 100644
--- a/org.eclipse.core.filebuffers.tests/pom.xml
+++ b/org.eclipse.core.filebuffers.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.core</groupId>
<artifactId>org.eclipse.core.filebuffers.tests</artifactId>
- <version>3.9.0-SNAPSHOT</version>
+ <version>3.10.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
</project>

Back to the top