Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2021-07-06 06:09:14 +0000
committerSravan Kumar Lakkimsetti2021-07-06 07:06:20 +0000
commitf1b61a1590bc63b4fd9794ecca5e595fd2562286 (patch)
tree4ea93f357232cee7093da144db960c4a561d1a2f
parent4b6737959bec25e6586305778eeb33a9d6a93d2b (diff)
downloadeclipse.platform.ua-f1b61a1590bc63b4fd9794ecca5e595fd2562286.tar.gz
eclipse.platform.ua-f1b61a1590bc63b4fd9794ecca5e595fd2562286.tar.xz
eclipse.platform.ua-f1b61a1590bc63b4fd9794ecca5e595fd2562286.zip
Change-Id: I8ea05ba4ff93090a69533a8a208a555eee73c83e Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/182775
-rw-r--r--org.eclipse.tips.feature/feature.xml2
-rw-r--r--org.eclipse.tips.feature/forceQualifierUpdate.txt1
-rw-r--r--org.eclipse.tips.feature/pom.xml2
3 files changed, 3 insertions, 2 deletions
diff --git a/org.eclipse.tips.feature/feature.xml b/org.eclipse.tips.feature/feature.xml
index 52f372e25..3c7d935b7 100644
--- a/org.eclipse.tips.feature/feature.xml
+++ b/org.eclipse.tips.feature/feature.xml
@@ -15,7 +15,7 @@
<feature
id="org.eclipse.tips.feature"
label="%featureName"
- version="0.2.1400.qualifier"
+ version="0.2.1500.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
diff --git a/org.eclipse.tips.feature/forceQualifierUpdate.txt b/org.eclipse.tips.feature/forceQualifierUpdate.txt
index 8cd7430c3..bf9d80b47 100644
--- a/org.eclipse.tips.feature/forceQualifierUpdate.txt
+++ b/org.eclipse.tips.feature/forceQualifierUpdate.txt
@@ -1,3 +1,4 @@
# To force a version qualifier update add the bug here
Bug 546055 - Enable tips for inclusion in older Eclipse products
Bug 551174 - Comparator errors in 4.14 I build - I20190917-1800
+Bug 574602 - Eclipse 4.21 prerequisites: Orbit \ No newline at end of file
diff --git a/org.eclipse.tips.feature/pom.xml b/org.eclipse.tips.feature/pom.xml
index f100940a3..4ad4fd457 100644
--- a/org.eclipse.tips.feature/pom.xml
+++ b/org.eclipse.tips.feature/pom.xml
@@ -23,7 +23,7 @@
</parent>
<groupId>org.eclipse.ui</groupId>
<artifactId>org.eclipse.tips.feature</artifactId>
- <version>0.2.1400-SNAPSHOT</version>
+ <version>0.2.1500-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<build>
<plugins>

Back to the top