Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2015-04-30 18:36:02 +0000
committerThomas Watson2015-04-30 18:36:02 +0000
commit3d2bf5ce4ab0669333aeef5abd655f3385f54df5 (patch)
treedf6d236042b976c5a267a91b903799e6563bfac7 /features/org.eclipse.equinox.p2.discovery.feature
parenta925ebd017a8a1576838ea936a9ab405b45d82a9 (diff)
downloadrt.equinox.p2-3d2bf5ce4ab0669333aeef5abd655f3385f54df5.tar.gz
rt.equinox.p2-3d2bf5ce4ab0669333aeef5abd655f3385f54df5.tar.xz
rt.equinox.p2-3d2bf5ce4ab0669333aeef5abd655f3385f54df5.zip
Diffstat (limited to 'features/org.eclipse.equinox.p2.discovery.feature')
-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 4b97a0b96..0db0ad319 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.0.200.qualifier"
+ version="1.0.300.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 f294b8596..f7b5851bf 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.0.200-SNAPSHOT</version>
+ <version>1.0.300-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<build>

Back to the top