Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2021-03-20 06:15:48 +0000
committerAlexander Kurtakov2021-03-20 06:15:48 +0000
commit097f90e3a06daa5fe27cf8622070b0ba4aa46a6e (patch)
treed2cf9cdd11ed58dabda47e378f2d6ff2fceafce1
parenta895c9558866c73dd41a120caf30048b54bb9e29 (diff)
downloadrt.equinox.p2-097f90e3a06daa5fe27cf8622070b0ba4aa46a6e.tar.gz
rt.equinox.p2-097f90e3a06daa5fe27cf8622070b0ba4aa46a6e.tar.xz
rt.equinox.p2-097f90e3a06daa5fe27cf8622070b0ba4aa46a6e.zip
Change-Id: I0e87ce7cbf9ffd08287555d9fd9bda4953f5fee0 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-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 bd3e42b8f..9d02fddf8 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.100.qualifier
+Bundle-Version: 1.8.200.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 5c4f322f4..32edc4750 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.100-SNAPSHOT</version>
+ <version>1.8.200-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<properties>

Back to the top