Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2019-01-29 08:51:45 +0000
committerLars Vogel2019-01-29 11:12:15 +0000
commite32ab4df52f0e567259825c63bd4312f69be1781 (patch)
treeb9428ff130452304392e7f7cc18998147bd5802c /features
parent51e200cda89c5cee0ee6485673a992efc37339e8 (diff)
downloadrt.equinox.p2-e32ab4df52f0e567259825c63bd4312f69be1781.tar.gz
rt.equinox.p2-e32ab4df52f0e567259825c63bd4312f69be1781.tar.xz
rt.equinox.p2-e32ab4df52f0e567259825c63bd4312f69be1781.zip
Version 4.11 update for org.eclipse.equinox.p2.directorywatcher
Also version update for the org.eclipse.equinox.p2.discovery.feature Change-Id: I083ac2eef4625a60d815f5c2a22c09c0b6de5968 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.equinox.p2.discovery.feature/feature.xml2
-rw-r--r--features/org.eclipse.equinox.p2.discovery.feature/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/features/org.eclipse.equinox.p2.discovery.feature/feature.xml b/features/org.eclipse.equinox.p2.discovery.feature/feature.xml
index b425a13b4..a992c2d0b 100644
--- a/features/org.eclipse.equinox.p2.discovery.feature/feature.xml
+++ b/features/org.eclipse.equinox.p2.discovery.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.equinox.p2.discovery.feature"
label="%featureName"
- version="1.2.100.qualifier"
+ version="1.2.200.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
diff --git a/features/org.eclipse.equinox.p2.discovery.feature/pom.xml b/features/org.eclipse.equinox.p2.discovery.feature/pom.xml
index 7bdf557a1..03de5585b 100644
--- a/features/org.eclipse.equinox.p2.discovery.feature/pom.xml
+++ b/features/org.eclipse.equinox.p2.discovery.feature/pom.xml
@@ -19,7 +19,7 @@
</parent>
<groupId>org.eclipse.equinox</groupId>
<artifactId>org.eclipse.equinox.p2.discovery.feature</artifactId>
- <version>1.2.100-SNAPSHOT</version>
+ <version>1.2.200-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<build>

Back to the top