Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2021-07-12 18:44:25 +0000
committerThomas Watson2021-07-12 18:57:46 +0000
commit940d7b0e4e2ef01cba8e9a26d8017c0696f77d61 (patch)
treeff833339052f3727496be574324aaf65b26872d0
parente592225cc0f760e394944b06addb65ef7be287c4 (diff)
downloadrt.equinox.framework-940d7b0e4e2ef01cba8e9a26d8017c0696f77d61.tar.gz
rt.equinox.framework-940d7b0e4e2ef01cba8e9a26d8017c0696f77d61.tar.xz
rt.equinox.framework-940d7b0e4e2ef01cba8e9a26d8017c0696f77d61.zip
Bug 573026 - Increment package versionI20210712-1800
The following methods should result in a minor package version increase to package org.eclipse.osgi.container org.eclipse.osgi.container.ModuleRevisionBuilder.getCapabilities(String) org.eclipse.osgi.container.ModuleRevisionBuilder.getRequirements(String) Change-Id: I8b3a584eca39201681a3c6ad2b441d539d4fde17 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.framework/+/183000 Tested-by: Equinox Bot <equinox-bot@eclipse.org>
-rw-r--r--bundles/org.eclipse.osgi/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF b/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
index 0edabb25e..eb986d138 100644
--- a/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Export-Package: org.eclipse.core.runtime.adaptor;x-friends:="org.eclipse.core.runtime",
org.eclipse.core.runtime.internal.adaptor;x-internal:=true,
org.eclipse.equinox.log;version="1.1";uses:="org.osgi.framework,org.osgi.service.log",
- org.eclipse.osgi.container;version="1.5";
+ org.eclipse.osgi.container;version="1.6";
uses:="org.eclipse.osgi.report.resolution,
org.osgi.framework.wiring,
org.eclipse.osgi.framework.eventmgr,

Back to the top