Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSopot Cela2016-05-04 08:39:53 +0000
committerSopot Cela2016-05-04 08:39:53 +0000
commit41027886d9ecfec406051acbbad840e0072a0c68 (patch)
treecf34bb35d6d611fcdda092868be27af03adbcd1e
parent31bcbfb0012425aa1b5b9b9b974cf7ae878f0b79 (diff)
downloadeclipse.platform.ua-41027886d9ecfec406051acbbad840e0072a0c68.tar.gz
eclipse.platform.ua-41027886d9ecfec406051acbbad840e0072a0c68.tar.xz
eclipse.platform.ua-41027886d9ecfec406051acbbad840e0072a0c68.zip
Bug 492894 - Plug-in Version Update NeededY20160505-1000
org.eclipse.ui.cheatsheets - https://git.eclipse.org/c/platform/eclipse.platform.ua.git/commit/?id=aedcb52456429a837326827130c3da1bcabecce4 org.eclipse.help.webapp - https://git.eclipse.org/c/platform/eclipse.platform.ua.git/commit/?id=791fa3a67592b11709284fb1c109ae60ecf86033 Change-Id: Id56c1091a53361a0238b6b628052b272a6a2fab0 Signed-off-by: Sopot Cela <scela@redhat.com>
-rw-r--r--org.eclipse.help.webapp/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.help.webapp/pom.xml2
-rw-r--r--org.eclipse.ui.cheatsheets/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.ui.cheatsheets/pom.xml2
4 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.help.webapp/META-INF/MANIFEST.MF b/org.eclipse.help.webapp/META-INF/MANIFEST.MF
index 1ee674d27..d27fc869a 100644
--- a/org.eclipse.help.webapp/META-INF/MANIFEST.MF
+++ b/org.eclipse.help.webapp/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %help_webapp_plugin_name
Bundle-SymbolicName: org.eclipse.help.webapp;singleton:=true
-Bundle-Version: 3.7.0.qualifier
+Bundle-Version: 3.8.0.qualifier
Bundle-Activator: org.eclipse.help.internal.webapp.HelpWebappPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
diff --git a/org.eclipse.help.webapp/pom.xml b/org.eclipse.help.webapp/pom.xml
index 21ef0a585..96e1fb133 100644
--- a/org.eclipse.help.webapp/pom.xml
+++ b/org.eclipse.help.webapp/pom.xml
@@ -18,7 +18,7 @@
</parent>
<groupId>org.eclipse.help</groupId>
<artifactId>org.eclipse.help.webapp</artifactId>
- <version>3.7.0-SNAPSHOT</version>
+ <version>3.8.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
diff --git a/org.eclipse.ui.cheatsheets/META-INF/MANIFEST.MF b/org.eclipse.ui.cheatsheets/META-INF/MANIFEST.MF
index 44333e37f..818d64c25 100644
--- a/org.eclipse.ui.cheatsheets/META-INF/MANIFEST.MF
+++ b/org.eclipse.ui.cheatsheets/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %PLUGIN_NAME
Bundle-SymbolicName: org.eclipse.ui.cheatsheets; singleton:=true
-Bundle-Version: 3.4.200.qualifier
+Bundle-Version: 3.5.0.qualifier
Bundle-Activator: org.eclipse.ui.internal.cheatsheets.CheatSheetPlugin
Bundle-Vendor: %PROVIDER_NAME
Bundle-Localization: plugin
diff --git a/org.eclipse.ui.cheatsheets/pom.xml b/org.eclipse.ui.cheatsheets/pom.xml
index 752f3ca19..cb110a3d7 100644
--- a/org.eclipse.ui.cheatsheets/pom.xml
+++ b/org.eclipse.ui.cheatsheets/pom.xml
@@ -19,7 +19,7 @@
</parent>
<groupId>org.eclipse.ui</groupId>
<artifactId>org.eclipse.ui.cheatsheets</artifactId>
- <version>3.4.200-SNAPSHOT</version>
+ <version>3.5.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>

Back to the top