Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2016-02-12 17:21:44 +0000
committerThomas Watson2016-02-12 17:21:44 +0000
commit80cdc978a5454c109692ede52c8c6e08884df57f (patch)
treecb9da13a732bf8dae4391b5bff1b4f95ddbed25e
parent040fba3f8882936898e821d0d575b4193bf82cc9 (diff)
downloadrt.equinox.p2-R4_5_maintenance.tar.gz
rt.equinox.p2-R4_5_maintenance.tar.xz
rt.equinox.p2-R4_5_maintenance.zip
Bug 487164 - Mars.2 features and bundles that need a service increaseR4_5_2M20160501-1430M20160212-1500R4_5_maintenance
Change-Id: I88a1ccb02a21e70ee148278ef43fa155968cf17d Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
-rw-r--r--features/org.eclipse.equinox.p2.sdk/feature.xml2
-rw-r--r--features/org.eclipse.equinox.p2.sdk/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/features/org.eclipse.equinox.p2.sdk/feature.xml b/features/org.eclipse.equinox.p2.sdk/feature.xml
index dc3c1c528..e57c9d6f3 100644
--- a/features/org.eclipse.equinox.p2.sdk/feature.xml
+++ b/features/org.eclipse.equinox.p2.sdk/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.equinox.p2.sdk"
label="%featureName"
- version="3.9.100.qualifier"
+ version="3.9.101.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
diff --git a/features/org.eclipse.equinox.p2.sdk/pom.xml b/features/org.eclipse.equinox.p2.sdk/pom.xml
index cfa0d1b74..560138bea 100644
--- a/features/org.eclipse.equinox.p2.sdk/pom.xml
+++ b/features/org.eclipse.equinox.p2.sdk/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012,2014 Eclipse Foundation.
+ Copyright (c) 2012,2016 Eclipse Foundation.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
@@ -20,6 +20,6 @@
</parent>
<groupId>org.eclipse.equinox</groupId>
<artifactId>org.eclipse.equinox.p2.sdk</artifactId>
- <version>3.9.100-SNAPSHOT</version>
+ <version>3.9.101-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>

Back to the top