Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Keller2016-08-11 18:21:01 +0000
committerMarkus Keller2016-08-11 18:21:01 +0000
commit5094f343c57ab282b73213f6f53a4b8e0af971a5 (patch)
tree654bb3b722c762e34d0d16f320758dde5643ca03
parentf3f06f18440d1c46ea20a67a5ae2b6da0c6597c3 (diff)
downloadrt.equinox.p2-5094f343c57ab282b73213f6f53a4b8e0af971a5.tar.gz
rt.equinox.p2-5094f343c57ab282b73213f6f53a4b8e0af971a5.tar.xz
rt.equinox.p2-5094f343c57ab282b73213f6f53a4b8e0af971a5.zip
Bug 499539: Update JDT core and apt to use Oxygen M1 to produce M2I20160816-1015I20160816-0800
touch bundle to force rebuild after bug 460491 was fixed
-rw-r--r--bundles/org.eclipse.equinox.p2.ui.discovery/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.equinox.p2.ui.discovery/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.p2.ui.discovery/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.ui.discovery/META-INF/MANIFEST.MF
index b3b63a0ec..7244bb63c 100644
--- a/bundles/org.eclipse.equinox.p2.ui.discovery/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.ui.discovery/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.equinox.p2.ui.discovery;singleton:=true
-Bundle-Version: 1.0.200.qualifier
+Bundle-Version: 1.0.300.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
diff --git a/bundles/org.eclipse.equinox.p2.ui.discovery/pom.xml b/bundles/org.eclipse.equinox.p2.ui.discovery/pom.xml
index fae7bf615..f6b7fcaba 100644
--- a/bundles/org.eclipse.equinox.p2.ui.discovery/pom.xml
+++ b/bundles/org.eclipse.equinox.p2.ui.discovery/pom.xml
@@ -9,6 +9,6 @@
</parent>
<groupId>org.eclipse.equinox</groupId>
<artifactId>org.eclipse.equinox.p2.ui.discovery</artifactId>
- <version>1.0.200-SNAPSHOT</version>
+ <version>1.0.300-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top