Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2019-12-11 06:43:41 +0000
committerAlexander Kurtakov2019-12-11 06:44:50 +0000
commitb2d896b7f75fa833c5a40bb50604423f463d452a (patch)
tree5626ad8ba53c7d95c01a92588c4c104b10b3549d /bundles
parente53bfb1f5bfcdc059e0872a05c654560f19bd26a (diff)
downloadrt.equinox.framework-b2d896b7f75fa833c5a40bb50604423f463d452a.tar.gz
rt.equinox.framework-b2d896b7f75fa833c5a40bb50604423f463d452a.tar.xz
rt.equinox.framework-b2d896b7f75fa833c5a40bb50604423f463d452a.zip
Version bump of o.e.osgi.compatibility.state for 4.15.
Change-Id: I28e2c4c217758ca18fef48ef718083ff509a61e6 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.osgi.compatibility.state/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.osgi.compatibility.state/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.osgi.compatibility.state/META-INF/MANIFEST.MF b/bundles/org.eclipse.osgi.compatibility.state/META-INF/MANIFEST.MF
index 415361bdc..b456fff7c 100644
--- a/bundles/org.eclipse.osgi.compatibility.state/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.osgi.compatibility.state/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.osgi.compatibility.state
-Bundle-Version: 1.1.600.qualifier
+Bundle-Version: 1.1.700.qualifier
ExtensionBundle-Activator: org.eclipse.osgi.compatibility.state.Activator
Fragment-Host: org.eclipse.osgi;bundle-version="3.12.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
diff --git a/bundles/org.eclipse.osgi.compatibility.state/pom.xml b/bundles/org.eclipse.osgi.compatibility.state/pom.xml
index 493fabd42..fa8746a5e 100644
--- a/bundles/org.eclipse.osgi.compatibility.state/pom.xml
+++ b/bundles/org.eclipse.osgi.compatibility.state/pom.xml
@@ -19,6 +19,6 @@
</parent>
<groupId>org.eclipse.osgi</groupId>
<artifactId>org.eclipse.osgi.compatibility.state</artifactId>
- <version>1.1.600-SNAPSHOT</version>
+ <version>1.1.700-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top