Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2017-02-03 13:47:07 +0000
committerDani Megert2017-02-03 13:47:07 +0000
commit9423c2d822b371f39bd28974d3ff9d408e8c3548 (patch)
tree88e75fb3479f1be46ae55560f3b8b29d438cb152 /org.eclipse.help.base
parent98dd7448cc9d337f90cdfe4e166e2258ac4def05 (diff)
downloadeclipse.platform.ua-9423c2d822b371f39bd28974d3ff9d408e8c3548.tar.gz
eclipse.platform.ua-9423c2d822b371f39bd28974d3ff9d408e8c3548.tar.xz
eclipse.platform.ua-9423c2d822b371f39bd28974d3ff9d408e8c3548.zip
Updated versions for NeonI20170203-2000
Diffstat (limited to 'org.eclipse.help.base')
-rw-r--r--org.eclipse.help.base/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.help.base/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.help.base/META-INF/MANIFEST.MF b/org.eclipse.help.base/META-INF/MANIFEST.MF
index b8199cc42..07ad0f5ef 100644
--- a/org.eclipse.help.base/META-INF/MANIFEST.MF
+++ b/org.eclipse.help.base/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %help_base_plugin_name
Bundle-SymbolicName: org.eclipse.help.base; singleton:=true
-Bundle-Version: 4.2.0.qualifier
+Bundle-Version: 4.2.100.qualifier
Bundle-Activator: org.eclipse.help.internal.base.HelpBasePlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
diff --git a/org.eclipse.help.base/pom.xml b/org.eclipse.help.base/pom.xml
index 9f5c48846..62493c5e5 100644
--- a/org.eclipse.help.base/pom.xml
+++ b/org.eclipse.help.base/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2016 Eclipse Foundation and others.
+ Copyright (c) 2012, 2017 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
@@ -18,7 +18,7 @@
</parent>
<groupId>org.eclipse.help</groupId>
<artifactId>org.eclipse.help.base</artifactId>
- <version>4.2.0-SNAPSHOT</version>
+ <version>4.2.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>
<defaultSigning-excludeInnerJars>true</defaultSigning-excludeInnerJars>

Back to the top