Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Bull2012-05-24 17:17:41 +0000
committerIan Bull2012-05-24 17:17:41 +0000
commit7dc1d927610c39c2f7542fca85c08794a138ef14 (patch)
tree3fcd58440632bb9f321aea43438dc43e4a7b186b /bundles/org.eclipse.equinox.p2.tests.ui
parent3aaf07b5a7427b4005e5177fa5afa141c2bd0da9 (diff)
downloadrt.equinox.p2-7dc1d927610c39c2f7542fca85c08794a138ef14.tar.gz
rt.equinox.p2-7dc1d927610c39c2f7542fca85c08794a138ef14.tar.xz
rt.equinox.p2-7dc1d927610c39c2f7542fca85c08794a138ef14.zip
Updated a few bundles due to changes in the pom.xml.v20120524-1717
The bundles that changed are: o.e.e.p2.discovery.compatibility o.e.e.p2.discovery o.e.e.p2.metadata.repository o.e.e.p2.tests.ui
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.tests.ui')
-rw-r--r--bundles/org.eclipse.equinox.p2.tests.ui/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.equinox.p2.tests.ui/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.p2.tests.ui/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.tests.ui/META-INF/MANIFEST.MF
index 34724ee22..3e98acbc5 100644
--- a/bundles/org.eclipse.equinox.p2.tests.ui/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.tests.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.equinox.p2.tests.ui
-Bundle-Version: 1.0.200.qualifier
+Bundle-Version: 1.0.300.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.4.100",
diff --git a/bundles/org.eclipse.equinox.p2.tests.ui/pom.xml b/bundles/org.eclipse.equinox.p2.tests.ui/pom.xml
index 12ab943d3..435d5f1b3 100644
--- a/bundles/org.eclipse.equinox.p2.tests.ui/pom.xml
+++ b/bundles/org.eclipse.equinox.p2.tests.ui/pom.xml
@@ -24,7 +24,7 @@
<groupId>org.eclipse</groupId>
<artifactId>org.eclipse.equinox.p2.tests.ui</artifactId>
- <version>1.0.200-SNAPSHOT</version>
+ <version>1.0.300-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<build>

Back to the top