Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2020-09-08 10:20:53 +0000
committerLars Vogel2020-09-08 10:20:53 +0000
commit59f2f5c59f6a147e49bf8462dbe806379d10b3a2 (patch)
tree6aac00d818c2700728403b3c4b7e27999e4880c7
parent900f1926534da7d44459e5f2cfb7fe493d6a2246 (diff)
downloadrt.equinox.p2-59f2f5c59f6a147e49bf8462dbe806379d10b3a2.tar.gz
rt.equinox.p2-59f2f5c59f6a147e49bf8462dbe806379d10b3a2.tar.xz
rt.equinox.p2-59f2f5c59f6a147e49bf8462dbe806379d10b3a2.zip
Required for follow-up commit Change-Id: I73de7c17769f95a3347bec5fda816126f5b8f09f Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--bundles/org.eclipse.equinox.p2.metadata/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.equinox.p2.metadata/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.p2.metadata/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.metadata/META-INF/MANIFEST.MF
index 509465fc1..86573a6fe 100644
--- a/bundles/org.eclipse.equinox.p2.metadata/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.metadata/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;singleton:=true
-Bundle-Version: 2.5.0.qualifier
+Bundle-Version: 2.5.100.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package: org.eclipse.equinox.internal.p2.metadata;
diff --git a/bundles/org.eclipse.equinox.p2.metadata/pom.xml b/bundles/org.eclipse.equinox.p2.metadata/pom.xml
index 6e51db684..22a62ed32 100644
--- a/bundles/org.eclipse.equinox.p2.metadata/pom.xml
+++ b/bundles/org.eclipse.equinox.p2.metadata/pom.xml
@@ -9,6 +9,6 @@
</parent>
<groupId>org.eclipse.equinox</groupId>
<artifactId>org.eclipse.equinox.p2.metadata</artifactId>
- <version>2.5.0-SNAPSHOT</version>
+ <version>2.5.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top