Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiraj Modi2019-08-23 13:12:09 +0000
committerNiraj Modi2019-08-23 13:12:09 +0000
commit81250c5b05f940f4c79d3cd2354321c831929341 (patch)
tree8f7511c7284b906e732f4dc2d1015c288502e74b /bundles
parentf2762260f42ebb4b57774dcdd8a883c1346b5172 (diff)
downloadeclipse.platform.team-81250c5b05f940f4c79d3cd2354321c831929341.tar.gz
eclipse.platform.team-81250c5b05f940f4c79d3cd2354321c831929341.tar.xz
eclipse.platform.team-81250c5b05f940f4c79d3cd2354321c831929341.zip
Bug 544868 (Part-2)- [Accessibility] Compare editor and accessibility:
the column is read wrong when swapping left and right view - minor version update Change-Id: I703c462266809d17dcb16441b259afb7f52367c1 Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
Diffstat (limited to 'bundles')
-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 fdb453249..a526a3326 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.1.qualifier
+Bundle-Version: 3.7.2.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 b221ea714..8d96b7b17 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, 2015 Eclipse Foundation and others.
+ Copyright (c) 2012, 2019 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.7.1-SNAPSHOT</version>
+ <version>3.7.2-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top