Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoopur Gupta2017-10-31 10:32:02 +0000
committerNoopur Gupta2017-10-31 16:02:04 +0000
commit33ef5bfed675d47d45f364af1c4e475734c587b3 (patch)
treec1b5d7ad19027ca57d4c5a07168133fa8de3b9d6
parentb6337bcdf37d5576df918ab4722698acba7d4d1a (diff)
downloadeclipse.platform.ui-R4_5_maintenance.tar.gz
eclipse.platform.ui-R4_5_maintenance.tar.xz
eclipse.platform.ui-R4_5_maintenance.zip
Bug 506949: updated bundle versions for 4.5.2+R4_5_maintenance
-rw-r--r--bundles/org.eclipse.core.commands/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.core.commands/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.core.commands/META-INF/MANIFEST.MF b/bundles/org.eclipse.core.commands/META-INF/MANIFEST.MF
index 644e578e5c3..80e468cb636 100644
--- a/bundles/org.eclipse.core.commands/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.core.commands/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.core.commands
-Bundle-Version: 3.7.0.qualifier
+Bundle-Version: 3.7.1.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
diff --git a/bundles/org.eclipse.core.commands/pom.xml b/bundles/org.eclipse.core.commands/pom.xml
index fa1ac95e12c..ff855161057 100644
--- a/bundles/org.eclipse.core.commands/pom.xml
+++ b/bundles/org.eclipse.core.commands/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012 Eclipse Foundation.
+ Copyright (c) 2012, 2017 Eclipse Foundation.
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.core</groupId>
<artifactId>org.eclipse.core.commands</artifactId>
- <version>3.7.0-SNAPSHOT</version>
+ <version>3.7.1-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top