Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2014-12-01 13:51:18 +0000
committerThomas Watson2014-12-01 13:51:18 +0000
commit99e8ea14efc8f2caa736e6838bbe757ef47e3095 (patch)
tree702d64502c888b0cf9d53cbfabb7c631d2d7782b /features
parent14ed9dcee228c6f3eabdd0dafff9de76f0ae9316 (diff)
downloadrt.equinox.bundles-99e8ea14efc8f2caa736e6838bbe757ef47e3095.tar.gz
rt.equinox.bundles-99e8ea14efc8f2caa736e6838bbe757ef47e3095.tar.xz
rt.equinox.bundles-99e8ea14efc8f2caa736e6838bbe757ef47e3095.zip
Bug 453675 - touch org.eclipse.equinox.server.p2 for new httpcomponentsI20141202-0800
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.equinox.server.p2/feature.xml2
-rw-r--r--features/org.eclipse.equinox.server.p2/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/features/org.eclipse.equinox.server.p2/feature.xml b/features/org.eclipse.equinox.server.p2/feature.xml
index ff3a2f43c..936adefeb 100644
--- a/features/org.eclipse.equinox.server.p2/feature.xml
+++ b/features/org.eclipse.equinox.server.p2/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.equinox.server.p2"
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.server.p2/pom.xml b/features/org.eclipse.equinox.server.p2/pom.xml
index f12745abc..a8301c72d 100644
--- a/features/org.eclipse.equinox.server.p2/pom.xml
+++ b/features/org.eclipse.equinox.server.p2/pom.xml
@@ -19,6 +19,6 @@
</parent>
<groupId>org.eclipse.equinox.feature</groupId>
<artifactId>org.eclipse.equinox.server.p2</artifactId>
- <version>1.2.100-SNAPSHOT</version>
+ <version>1.2.200-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>

Back to the top