Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2022-02-20 08:29:18 +0000
committerAlexander Kurtakov2022-02-20 08:50:34 +0000
commitb3615daf00d9e5a5d2fe624fecbf380835007112 (patch)
tree6012728f21eebf55d6b9b055e47c049ea71829cb
parent90f377147bb8c56494a0eca5cdf3c2ef0be6cac3 (diff)
downloadeclipse.platform.ua-I20220227-1800.tar.gz
eclipse.platform.ua-I20220227-1800.tar.xz
eclipse.platform.ua-I20220227-1800.zip
Change-Id: Icfb2cc5d7f16afb0eb184aab26b73733e029ea97 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/190984
-rw-r--r--org.eclipse.tips.feature/feature.xml2
-rw-r--r--org.eclipse.tips.feature/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.tips.feature/feature.xml b/org.eclipse.tips.feature/feature.xml
index d780da905..244289b75 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.1600.qualifier"
+ version="0.2.1700.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
diff --git a/org.eclipse.tips.feature/pom.xml b/org.eclipse.tips.feature/pom.xml
index 228a93bd0..98c66bd3b 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.1600-SNAPSHOT</version>
+ <version>0.2.1700-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<build>
<plugins>

Back to the top