Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSzymon Ptaszkiewicz2014-10-02 16:03:15 +0000
committerSzymon Ptaszkiewicz2014-10-02 16:03:15 +0000
commit4733d40d5203fcc910a997e4553ffb07ed93d348 (patch)
tree47a542c2fd5d9fd1bf2cf36371ef3a7111d3e43b
parent00b22317639251c0d581f0fb398d4fa96d20e72d (diff)
downloadeclipse.platform.runtime-4733d40d5203fcc910a997e4553ffb07ed93d348.tar.gz
eclipse.platform.runtime-4733d40d5203fcc910a997e4553ffb07ed93d348.tar.xz
eclipse.platform.runtime-4733d40d5203fcc910a997e4553ffb07ed93d348.zip
Increased bundle version for bug fixes in Mars streamI20141008-1300I20141007-1500I20141007-0800
-rw-r--r--tests/org.eclipse.core.tests.harness/META-INF/MANIFEST.MF2
-rw-r--r--tests/org.eclipse.core.tests.harness/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/org.eclipse.core.tests.harness/META-INF/MANIFEST.MF b/tests/org.eclipse.core.tests.harness/META-INF/MANIFEST.MF
index 8c18accfa..7e3e59d70 100644
--- a/tests/org.eclipse.core.tests.harness/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.core.tests.harness/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Eclipse Core Tests Harness
Bundle-SymbolicName: org.eclipse.core.tests.harness; singleton:=true
-Bundle-Version: 3.10.0.qualifier
+Bundle-Version: 3.10.100.qualifier
Bundle-ClassPath: testharness.jar
Bundle-Activator: org.eclipse.core.internal.compatibility.PluginActivator
Bundle-Vendor: Eclipse.org
diff --git a/tests/org.eclipse.core.tests.harness/pom.xml b/tests/org.eclipse.core.tests.harness/pom.xml
index 018af3f58..eba31d355 100644
--- a/tests/org.eclipse.core.tests.harness/pom.xml
+++ b/tests/org.eclipse.core.tests.harness/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,7 +18,7 @@
</parent>
<groupId>org.eclipse.core</groupId>
<artifactId>org.eclipse.core.tests.harness</artifactId>
- <version>3.10.0-SNAPSHOT</version>
+ <version>3.10.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>

Back to the top