Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Loskutov2017-07-24 11:58:12 +0000
committerAndrey Loskutov2017-07-24 16:03:48 +0000
commit350ed4cfed5cbfd54124d22d95a2dc0bbd113c88 (patch)
treecd8b8b8dcd0eac3dec143879ca4609056367c725
parenta35f1a475075e2f6f436714bb682207d144ff08f (diff)
downloadeclipse.platform.team-350ed4cfed5cbfd54124d22d95a2dc0bbd113c88.tar.gz
eclipse.platform.team-350ed4cfed5cbfd54124d22d95a2dc0bbd113c88.tar.xz
eclipse.platform.team-350ed4cfed5cbfd54124d22d95a2dc0bbd113c88.zip
Change-Id: I8494fdaa8096a69efb037072cdf88526d8fae3a9 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
-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 f3d2dbb4b..15bc2220e 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.7.100.qualifier
+Bundle-Version: 3.7.101.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 c66e3530e..62ca9c14a 100644
--- a/bundles/org.eclipse.compare/pom.xml
+++ b/bundles/org.eclipse.compare/pom.xml
@@ -5,7 +5,7 @@
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/org/documents/edl-v10.php
-
+
Contributors:
Igor Fedorenko - initial implementation
-->
@@ -19,6 +19,6 @@
</parent>
<groupId>org.eclipse.compare</groupId>
<artifactId>org.eclipse.compare</artifactId>
- <version>3.7.100-SNAPSHOT</version>
+ <version>3.7.101-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top