Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSzymon Ptaszkiewicz2014-08-20 16:28:09 +0000
committerSzymon Ptaszkiewicz2014-08-20 16:28:09 +0000
commit253faeb9e698f4c6d52977fd73a136a198944aff (patch)
tree4a6efb881c65f24a7d8f7d52d6c2eeafbfec5cf5
parente188730d21e6b284ea6e0fd1bb69092a46827b2c (diff)
downloadeclipse.platform.runtime-253faeb9e698f4c6d52977fd73a136a198944aff.tar.gz
eclipse.platform.runtime-253faeb9e698f4c6d52977fd73a136a198944aff.tar.xz
eclipse.platform.runtime-253faeb9e698f4c6d52977fd73a136a198944aff.zip
Increased bundle version for bug fixes in Mars stream
-rw-r--r--bundles/org.eclipse.core.jobs/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.core.jobs/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.core.jobs/META-INF/MANIFEST.MF b/bundles/org.eclipse.core.jobs/META-INF/MANIFEST.MF
index 5d5c99f26..209f41db6 100644
--- a/bundles/org.eclipse.core.jobs/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.core.jobs/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.core.jobs; singleton:=true
-Bundle-Version: 3.6.0.qualifier
+Bundle-Version: 3.6.100.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package: org.eclipse.core.internal.jobs;x-internal:=true,
diff --git a/bundles/org.eclipse.core.jobs/pom.xml b/bundles/org.eclipse.core.jobs/pom.xml
index 804c7348b..c9bb65e56 100644
--- a/bundles/org.eclipse.core.jobs/pom.xml
+++ b/bundles/org.eclipse.core.jobs/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012 Eclipse Foundation.
+ 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
@@ -20,7 +20,7 @@
</parent>
<groupId>org.eclipse.core</groupId>
<artifactId>org.eclipse.core.jobs</artifactId>
- <version>3.6.0-SNAPSHOT</version>
+ <version>3.6.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>

Back to the top