Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2021-11-06 08:24:40 +0000
committerAlexander Kurtakov2021-11-06 08:39:11 +0000
commit434f8e2fffe3aaef56b360b15bfa6c012651d96e (patch)
treef553b6768e52f437ac95bb03a20c8c94def0b415
parent22277a8eb672974e4ee6aa1b6da2075e9ffa6fca (diff)
downloadeclipse.platform.ua-434f8e2fffe3aaef56b360b15bfa6c012651d96e.tar.gz
eclipse.platform.ua-434f8e2fffe3aaef56b360b15bfa6c012651d96e.tar.xz
eclipse.platform.ua-434f8e2fffe3aaef56b360b15bfa6c012651d96e.zip
Change-Id: Iea9a1272f015db8622d9cceeb297a6629fc61a7c Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/187427
-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 3c7d935b7..d780da905 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.1500.qualifier"
+ version="0.2.1600.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 233714489..5cfafd5da 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.1500-SNAPSHOT</version>
+ <version>0.2.1600-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<build>
<plugins>

Back to the top