Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrik Suzzi2016-05-10 07:58:59 +0000
committerPatrik Suzzi2016-05-10 07:58:59 +0000
commitd1b08343cc176095dad9374929bdecbd20be43be (patch)
treef1964e66ad8d6a36972d144ed7fbf0d3c5a52ef4 /org.eclipse.help.ui
parent2c355fd21d97d7d855816e81b27ebca21412fce7 (diff)
downloadeclipse.platform.ua-d1b08343cc176095dad9374929bdecbd20be43be.tar.gz
eclipse.platform.ua-d1b08343cc176095dad9374929bdecbd20be43be.tar.xz
eclipse.platform.ua-d1b08343cc176095dad9374929bdecbd20be43be.zip
Bug 492894 - Plug-in Version Update Needed
Service version bump under eclipse.platform.ua repository project: org.eclipse.help.ui Service version ++, fixed Bug 474070 https://git.eclipse.org/c/platform/eclipse.platform.ua.git/commit/?id=9fcb5dbe062bd044c550e9bd9316253ec614182c Change-Id: I4f0b967583270be9163c7fd4228a139b7c081bfd Signed-off-by: Patrik Suzzi <psuzzi@gmail.com>
Diffstat (limited to 'org.eclipse.help.ui')
-rw-r--r--org.eclipse.help.ui/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.help.ui/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.help.ui/META-INF/MANIFEST.MF b/org.eclipse.help.ui/META-INF/MANIFEST.MF
index dc4b9cae1..b0259749e 100644
--- a/org.eclipse.help.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.help.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %help_system_plugin_name
Bundle-SymbolicName: org.eclipse.help.ui; singleton:=true
-Bundle-Version: 4.0.100.qualifier
+Bundle-Version: 4.0.200.qualifier
Bundle-Activator: org.eclipse.help.ui.internal.HelpUIPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
diff --git a/org.eclipse.help.ui/pom.xml b/org.eclipse.help.ui/pom.xml
index b0bf1a250..a4499e2b6 100644
--- a/org.eclipse.help.ui/pom.xml
+++ b/org.eclipse.help.ui/pom.xml
@@ -18,6 +18,6 @@
</parent>
<groupId>org.eclipse.help</groupId>
<artifactId>org.eclipse.help.ui</artifactId>
- <version>4.0.100-SNAPSHOT</version>
+ <version>4.0.200-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top