Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2013-01-18 09:05:56 +0000
committerDani Megert2013-01-18 09:05:56 +0000
commit08ea79a6dc4d3b1bdb2a9f89832063c7f9b51a6c (patch)
tree0c2c8bb7b3b5b74a55d13b50d9bd89114bca9138
parent9a0f555ab1aee02012afd995a4d6a64130af3094 (diff)
downloadeclipse.platform.debug-08ea79a6dc4d3b1bdb2a9f89832063c7f9b51a6c.tar.gz
eclipse.platform.debug-08ea79a6dc4d3b1bdb2a9f89832063c7f9b51a6c.tar.xz
eclipse.platform.debug-08ea79a6dc4d3b1bdb2a9f89832063c7f9b51a6c.zip
Increased bundle version for Juno SR2 fixes
-rw-r--r--org.eclipse.debug.ui/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.debug.ui/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.debug.ui/META-INF/MANIFEST.MF b/org.eclipse.debug.ui/META-INF/MANIFEST.MF
index 4b3773898..5a3ac5d1b 100644
--- a/org.eclipse.debug.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.debug.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.debug.ui; singleton:=true
-Bundle-Version: 3.8.1.qualifier
+Bundle-Version: 3.8.2.qualifier
Bundle-Activator: org.eclipse.debug.internal.ui.DebugUIPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
diff --git a/org.eclipse.debug.ui/pom.xml b/org.eclipse.debug.ui/pom.xml
index 567ad0106..b3ee95344 100644
--- a/org.eclipse.debug.ui/pom.xml
+++ b/org.eclipse.debug.ui/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012 Eclipse Foundation.
+ Copyright (c) 2012, 2013 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
@@ -20,6 +20,6 @@
</parent>
<groupId>eclipse.platform.debug</groupId>
<artifactId>org.eclipse.debug.ui</artifactId>
- <version>3.8.1-SNAPSHOT</version>
+ <version>3.8.2-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top