Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVikas Chandra2019-09-14 07:55:03 +0000
committerVikas Chandra2019-09-14 07:55:03 +0000
commit5d417d90c432e707bf7a9c4ebda567a1d344e663 (patch)
tree8a253e58689ae3f6b65dc6197a94d3babc8b7b51
parent6d3aeac416ea731d51bea0ae96ee3111f1a557c3 (diff)
downloadeclipse.platform.common-5d417d90c432e707bf7a9c4ebda567a1d344e663.tar.gz
eclipse.platform.common-5d417d90c432e707bf7a9c4ebda567a1d344e663.tar.xz
eclipse.platform.common-5d417d90c432e707bf7a9c4ebda567a1d344e663.zip
Bug 550777 - Version bumps for 4.14 streamI20190915-1800I20190914-1800
Change-Id: I86695abdba072b7e44ff9f03c6f35337a4fa54b4 Signed-off-by: Vikas Chandra <Vikas.Chandra@in.ibm.com>
-rw-r--r--bundles/org.eclipse.jdt.doc.user/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.jdt.doc.user/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.jdt.doc.user/META-INF/MANIFEST.MF b/bundles/org.eclipse.jdt.doc.user/META-INF/MANIFEST.MF
index 86a935607..165923486 100644
--- a/bundles/org.eclipse.jdt.doc.user/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.jdt.doc.user/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.jdt.doc.user; singleton:=true
-Bundle-Version: 3.15.400.qualifier
+Bundle-Version: 3.15.500.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Require-Bundle: org.eclipse.help;bundle-version="[3.2.0,4.0.0)"
diff --git a/bundles/org.eclipse.jdt.doc.user/pom.xml b/bundles/org.eclipse.jdt.doc.user/pom.xml
index 0fb09b4ac..725476151 100644
--- a/bundles/org.eclipse.jdt.doc.user/pom.xml
+++ b/bundles/org.eclipse.jdt.doc.user/pom.xml
@@ -19,7 +19,7 @@
</parent>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.doc.user</artifactId>
- <version>3.15.400-SNAPSHOT</version>
+ <version>3.15.500-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<profiles>
<profile>

Back to the top