Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2021-06-15 09:05:25 +0000
committerAlexander Kurtakov2021-06-15 09:45:14 +0000
commitddd6fcd94de359b9861685fa325fe8778398c691 (patch)
treeac189de2c1b071018965337e9256e2f83e80713b
parent693efb03551aeef4ed7ea453d035e6f6db3a8f43 (diff)
downloadrt.equinox.p2-ddd6fcd94de359b9861685fa325fe8778398c691.tar.gz
rt.equinox.p2-ddd6fcd94de359b9861685fa325fe8778398c691.tar.xz
rt.equinox.p2-ddd6fcd94de359b9861685fa325fe8778398c691.zip
Bug 573965 - Version bumps for 4.21 streamY20210615-0910Y20210615-0900
Change-Id: I4c488f3e4a8fefb3592b3006d8f49bcfadac53c7 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.p2/+/181973 Tested-by: Equinox Bot <equinox-bot@eclipse.org>
-rw-r--r--bundles/org.eclipse.equinox.p2.tests/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.equinox.p2.tests/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.p2.tests/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.tests/META-INF/MANIFEST.MF
index 9d7df8723..ff61d2971 100644
--- a/bundles/org.eclipse.equinox.p2.tests/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.tests/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;singleton:=true
-Bundle-Version: 1.8.200.qualifier
+Bundle-Version: 1.8.300.qualifier
Bundle-ClassPath: .
Bundle-Activator: org.eclipse.equinox.p2.tests.TestActivator
Bundle-Vendor: %providerName
diff --git a/bundles/org.eclipse.equinox.p2.tests/pom.xml b/bundles/org.eclipse.equinox.p2.tests/pom.xml
index 6dc6c17ce..dbd85361d 100644
--- a/bundles/org.eclipse.equinox.p2.tests/pom.xml
+++ b/bundles/org.eclipse.equinox.p2.tests/pom.xml
@@ -16,7 +16,7 @@
<groupId>org.eclipse.equinox</groupId>
<artifactId>org.eclipse.equinox.p2.tests</artifactId>
- <version>1.8.200-SNAPSHOT</version>
+ <version>1.8.300-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<properties>

Back to the top