Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoopur Gupta2019-12-10 10:45:27 +0000
committerNoopur Gupta2019-12-10 10:45:27 +0000
commit75464bcc54ffabd9f266d457b523090d786e372c (patch)
tree10b0d9bacef63689a778349ee8946b6b3f772bf7
parent7e6aa3fe5bba935f9f58be3d35f50480a36cf347 (diff)
downloadrt.equinox.bundles-75464bcc54ffabd9f266d457b523090d786e372c.tar.gz
rt.equinox.bundles-75464bcc54ffabd9f266d457b523090d786e372c.tar.xz
rt.equinox.bundles-75464bcc54ffabd9f266d457b523090d786e372c.zip
Bug 553749: Version bumps for 4.15 streamI20191211-0135I20191210-1800
Change-Id: Ic8a3e683cc0e50549a868ce9f0c1f9d07e5e050c Signed-off-by: Noopur Gupta <noopur_gupta@in.ibm.com>
-rw-r--r--features/org.eclipse.equinox.sdk/feature.xml2
-rw-r--r--features/org.eclipse.equinox.sdk/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/features/org.eclipse.equinox.sdk/feature.xml b/features/org.eclipse.equinox.sdk/feature.xml
index 42315878a..9b3f6d7e8 100644
--- a/features/org.eclipse.equinox.sdk/feature.xml
+++ b/features/org.eclipse.equinox.sdk/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.equinox.sdk"
label="%featureName"
- version="3.20.0.qualifier"
+ version="3.20.100.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
diff --git a/features/org.eclipse.equinox.sdk/pom.xml b/features/org.eclipse.equinox.sdk/pom.xml
index e28c09273..e744c12e4 100644
--- a/features/org.eclipse.equinox.sdk/pom.xml
+++ b/features/org.eclipse.equinox.sdk/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012 Eclipse Foundation.
+ Copyright (c) 2012, 2019 Eclipse Foundation.
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
@@ -19,6 +19,6 @@
</parent>
<groupId>org.eclipse.equinox.feature</groupId>
<artifactId>org.eclipse.equinox.sdk</artifactId>
- <version>3.20.0-SNAPSHOT</version>
+ <version>3.20.100-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>

Back to the top