Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2014-08-17 14:45:56 +0000
committerDani Megert2014-08-17 14:45:56 +0000
commit05c13669de3664d4d47cab902dcf7cc08145d7e9 (patch)
treee13f230b2f3308584a71b81d5cfc149387fd696b
parent42c725e793874f2ae17306aaff07e719e13d056c (diff)
downloadeclipse.platform.team-05c13669de3664d4d47cab902dcf7cc08145d7e9.tar.gz
eclipse.platform.team-05c13669de3664d4d47cab902dcf7cc08145d7e9.tar.xz
eclipse.platform.team-05c13669de3664d4d47cab902dcf7cc08145d7e9.zip
-rw-r--r--bundles/org.eclipse.compare/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.compare/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.compare/META-INF/MANIFEST.MF b/bundles/org.eclipse.compare/META-INF/MANIFEST.MF
index 3b2e66ad3..29656df2c 100644
--- a/bundles/org.eclipse.compare/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.compare/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.compare; singleton:=true
-Bundle-Version: 3.5.500.qualifier
+Bundle-Version: 3.5.501.qualifier
Bundle-Activator: org.eclipse.compare.internal.CompareUIPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
diff --git a/bundles/org.eclipse.compare/pom.xml b/bundles/org.eclipse.compare/pom.xml
index 0f6265bf0..c60288dc1 100644
--- a/bundles/org.eclipse.compare/pom.xml
+++ b/bundles/org.eclipse.compare/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</artifactId>
- <version>3.5.500-SNAPSHOT</version>
+ <version>3.5.501-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top