Skip to main content
aboutsummaryrefslogtreecommitdiffstats
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.metadata.repository
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.metadata.repository')
-rw-r--r--bundles/org.eclipse.equinox.p2.metadata.repository/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.equinox.p2.metadata.repository/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.p2.metadata.repository/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.metadata.repository/META-INF/MANIFEST.MF
index 114276c39..14a65f828 100644
--- a/bundles/org.eclipse.equinox.p2.metadata.repository/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.metadata.repository/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.equinox.p2.metadata.repository;singleton:=true
-Bundle-Version: 1.2.0.qualifier
+Bundle-Version: 1.2.100.qualifier
Bundle-Activator: org.eclipse.equinox.internal.p2.metadata.repository.Activator
Bundle-Vendor: %providerName
Bundle-Localization: plugin
diff --git a/bundles/org.eclipse.equinox.p2.metadata.repository/pom.xml b/bundles/org.eclipse.equinox.p2.metadata.repository/pom.xml
index fc269d70b..748e918e8 100644
--- a/bundles/org.eclipse.equinox.p2.metadata.repository/pom.xml
+++ b/bundles/org.eclipse.equinox.p2.metadata.repository/pom.xml
@@ -22,7 +22,7 @@
</parent>
<groupId>org.eclipse</groupId>
<artifactId>org.eclipse.equinox.p2.metadata.repository</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>

Back to the top