Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2020-06-15 04:33:19 +0000
committerAlexander Kurtakov2020-06-15 04:33:19 +0000
commitdd89b30587c5dd8beb164b2ace0bd21c64d51644 (patch)
tree660fb9ca417cd14dfce97fdb4cbf4fdd62cfe645
parent36d68972ac5623c12b32c9baa98e008583da6e13 (diff)
downloadrt.equinox.p2-dd89b30587c5dd8beb164b2ace0bd21c64d51644.tar.gz
rt.equinox.p2-dd89b30587c5dd8beb164b2ace0bd21c64d51644.tar.xz
rt.equinox.p2-dd89b30587c5dd8beb164b2ace0bd21c64d51644.zip
Change-Id: I7a5e88963a9c333882c33624c439c6831091af72 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 aaff4dd2f..bc4071c50 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.7.1000.qualifier
+Bundle-Version: 1.7.1100.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 6e00605e0..952bfe152 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.7.1000-SNAPSHOT</version>
+ <version>1.7.1100-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<properties>

Back to the top