Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2019-02-08 08:03:09 +0000
committerLars Vogel2019-02-08 08:03:09 +0000
commit548c0c75acb2b27e73a2b35d5082bbc68b931362 (patch)
treeb95ba4fb1bcc27ddf0251f35bd8e6d3abd786971 /bundles
parent684430b1320e2e5f99dc7a93dda6484558b606ae (diff)
downloadrt.equinox.framework-548c0c75acb2b27e73a2b35d5082bbc68b931362.tar.gz
rt.equinox.framework-548c0c75acb2b27e73a2b35d5082bbc68b931362.tar.xz
rt.equinox.framework-548c0c75acb2b27e73a2b35d5082bbc68b931362.zip
Version 4.11 update for org.eclipse.osgi.compatibility.state
Change-Id: I3a9b88e4d1a9f05831fb16a0e4b710e4cac6abf1 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.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 38d565005..a01c7b832 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.300.qualifier
+Bundle-Version: 1.1.400.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 b2b3c1476..cbb4705d4 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.300-SNAPSHOT</version>
+ <version>1.1.400-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top