Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2020-01-27 11:53:31 +0000
committerLars Vogel2020-01-27 11:55:40 +0000
commita9891f3630f519eb2afd1702ae380b53cda1ecc3 (patch)
tree238ab71c2116d96fac43a61919c65d4723cac6c7
parent91927cb3b3916b6ea17b8ba234ae55a03d94b839 (diff)
downloadeclipse.platform.team-a9891f3630f519eb2afd1702ae380b53cda1ecc3.tar.gz
eclipse.platform.team-a9891f3630f519eb2afd1702ae380b53cda1ecc3.tar.xz
eclipse.platform.team-a9891f3630f519eb2afd1702ae380b53cda1ecc3.zip
4.15 update for org.eclipse.compare.win32
Change-Id: Icdd5bf0739ae9e6768e08a45d5fe2402ce83bc7e Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--bundles/org.eclipse.compare.win32/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.compare.win32/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.compare.win32/META-INF/MANIFEST.MF b/bundles/org.eclipse.compare.win32/META-INF/MANIFEST.MF
index 49a897b3c..2ceeb4ba9 100644
--- a/bundles/org.eclipse.compare.win32/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.compare.win32/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.compare.win32;singleton:=true
-Bundle-Version: 1.2.700.qualifier
+Bundle-Version: 1.2.800.qualifier
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Eclipse-PlatformFilter: (osgi.os=win32)
diff --git a/bundles/org.eclipse.compare.win32/pom.xml b/bundles/org.eclipse.compare.win32/pom.xml
index c605c0153..cd900516b 100644
--- a/bundles/org.eclipse.compare.win32/pom.xml
+++ b/bundles/org.eclipse.compare.win32/pom.xml
@@ -19,7 +19,7 @@
</parent>
<groupId>org.eclipse.compare</groupId>
<artifactId>org.eclipse.compare.win32</artifactId>
- <version>1.2.700-SNAPSHOT</version>
+ <version>1.2.800-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>

Back to the top