Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2014-10-23 12:53:52 +0000
committerDani Megert2014-10-23 12:53:52 +0000
commit815cdd56839d7a9ac6105b71ccd640efcfcf4a8a (patch)
tree63c9efdb89235c10848b3dabf4dfde9f403aed5f
parentac9b135256f01ffcfbb473561c12895e71f24124 (diff)
downloadeclipse.platform.team-815cdd56839d7a9ac6105b71ccd640efcfcf4a8a.tar.gz
eclipse.platform.team-815cdd56839d7a9ac6105b71ccd640efcfcf4a8a.tar.xz
eclipse.platform.team-815cdd56839d7a9ac6105b71ccd640efcfcf4a8a.zip
Increased bundle version for Mars
-rw-r--r--bundles/org.eclipse.compare.core/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.compare.core/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.compare.core/META-INF/MANIFEST.MF b/bundles/org.eclipse.compare.core/META-INF/MANIFEST.MF
index caa5c80a0..7a177bfe0 100644
--- a/bundles/org.eclipse.compare.core/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.compare.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.compare.core
-Bundle-Version: 3.5.400.qualifier
+Bundle-Version: 3.5.500.qualifier
Bundle-Activator: org.eclipse.compare.internal.core.ComparePlugin
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)"
diff --git a/bundles/org.eclipse.compare.core/pom.xml b/bundles/org.eclipse.compare.core/pom.xml
index 48c667128..375a07248 100644
--- a/bundles/org.eclipse.compare.core/pom.xml
+++ b/bundles/org.eclipse.compare.core/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.compare</groupId>
<artifactId>org.eclipse.compare.core</artifactId>
- <version>3.5.400-SNAPSHOT</version>
+ <version>3.5.500-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top