Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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