Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2020-11-03 15:52:37 +0000
committerLars Vogel2020-11-03 15:52:37 +0000
commit81f6c4ed9b682c41be6bb0ea81e3071ce5657d5c (patch)
treed8d6149dff2f75c8ae100220891585f02c5e405e
parente00eda0cf5a6f9f3504f9513d4a8ed3304c93b86 (diff)
downloadrt.equinox.p2-81f6c4ed9b682c41be6bb0ea81e3071ce5657d5c.tar.gz
rt.equinox.p2-81f6c4ed9b682c41be6bb0ea81e3071ce5657d5c.tar.xz
rt.equinox.p2-81f6c4ed9b682c41be6bb0ea81e3071ce5657d5c.zip
Required for pending Gerrits Change-Id: I8b6c5c5bd93309b6dd48a22abcbc53dba4e5da18 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--bundles/org.eclipse.equinox.p2.operations/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.equinox.p2.operations/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.p2.operations/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.operations/META-INF/MANIFEST.MF
index 5dcc0d100..8c7f57e68 100644
--- a/bundles/org.eclipse.equinox.p2.operations/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.operations/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.equinox.p2.operations;singleton:=true
-Bundle-Version: 2.5.900.qualifier
+Bundle-Version: 2.5.1000.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package: org.eclipse.equinox.internal.p2.operations;x-friends:="org.eclipse.pde.ui,org.eclipse.equinox.p2.ui",
diff --git a/bundles/org.eclipse.equinox.p2.operations/pom.xml b/bundles/org.eclipse.equinox.p2.operations/pom.xml
index eaeb9334b..eed0c146a 100644
--- a/bundles/org.eclipse.equinox.p2.operations/pom.xml
+++ b/bundles/org.eclipse.equinox.p2.operations/pom.xml
@@ -19,6 +19,6 @@
</parent>
<groupId>org.eclipse.equinox</groupId>
<artifactId>org.eclipse.equinox.p2.operations</artifactId>
- <version>2.5.900-SNAPSHOT</version>
+ <version>2.5.1000-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top