Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2018-12-14 08:46:09 +0000
committerLars Vogel2018-12-14 08:46:09 +0000
commit12b3e5faee48f6125e3b004a3f516d9885ffbf7e (patch)
tree3c80e0e8da4d5e428369c60bba00aebfa361d9af
parent1b3929fd19f871dc9b7db373981df90564b0f719 (diff)
downloadrt.equinox.p2-12b3e5faee48f6125e3b004a3f516d9885ffbf7e.tar.gz
rt.equinox.p2-12b3e5faee48f6125e3b004a3f516d9885ffbf7e.tar.xz
rt.equinox.p2-12b3e5faee48f6125e3b004a3f516d9885ffbf7e.zip
Version 4.11 update for org.eclipse.equinox.p2.rcp.feature
Change-Id: I8a041e5a669a475fb08780d86e501cda212ecb34 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--features/org.eclipse.equinox.p2.rcp.feature/feature.xml2
-rw-r--r--features/org.eclipse.equinox.p2.rcp.feature/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/features/org.eclipse.equinox.p2.rcp.feature/feature.xml b/features/org.eclipse.equinox.p2.rcp.feature/feature.xml
index c04e78909..0ff6d3a14 100644
--- a/features/org.eclipse.equinox.p2.rcp.feature/feature.xml
+++ b/features/org.eclipse.equinox.p2.rcp.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.equinox.p2.rcp.feature"
label="%featureName"
- version="1.4.200.qualifier"
+ version="1.4.300.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
diff --git a/features/org.eclipse.equinox.p2.rcp.feature/pom.xml b/features/org.eclipse.equinox.p2.rcp.feature/pom.xml
index eb927a9d1..3af186abe 100644
--- a/features/org.eclipse.equinox.p2.rcp.feature/pom.xml
+++ b/features/org.eclipse.equinox.p2.rcp.feature/pom.xml
@@ -20,7 +20,7 @@
<groupId>org.eclipse.equinox</groupId>
<artifactId>org.eclipse.equinox.p2.rcp.feature</artifactId>
- <version>1.4.200-SNAPSHOT</version>
+ <version>1.4.300-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<build>

Back to the top