Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2021-08-12 18:45:34 +0000
committerAlexander Kurtakov2021-08-12 19:57:18 +0000
commitee6fe65f5164229b98d96a5534018e5791a1efd8 (patch)
tree30fcdc4d5ce3dc44098d7700fb4129dd9353a990
parentbbf39de583c4b7e8b1ddc6c1b2e0d934deab8391 (diff)
downloadrt.equinox.p2-ee6fe65f5164229b98d96a5534018e5791a1efd8.tar.gz
rt.equinox.p2-ee6fe65f5164229b98d96a5534018e5791a1efd8.tar.xz
rt.equinox.p2-ee6fe65f5164229b98d96a5534018e5791a1efd8.zip
Version bump for 4.21I20210812-1800
Needed by https://git.eclipse.org/r/c/equinox/rt.equinox.p2/+/182677 Change-Id: I324c7875a73b39d3371f80ad75efa5d17384abfa Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.p2/+/183970 Tested-by: Equinox Bot <equinox-bot@eclipse.org>
-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 b9a3007ad..115163dbf 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.6.0.qualifier
+Bundle-Version: 2.6.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 f2922b573..5b72b7ded 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.6.0-SNAPSHOT</version>
+ <version>2.6.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top