Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2014-07-08 14:17:39 +0000
committerThomas Watson2014-07-08 14:17:39 +0000
commit778f8af2a92b34989e4a5fa08c254b424bc217f6 (patch)
tree489c3d5ff2aa575427e94b564c1ad18863549ac7
parent098688eb59875add6235ddd1ed9e6c10808c09b2 (diff)
downloadrt.equinox.framework-778f8af2a92b34989e4a5fa08c254b424bc217f6.tar.gz
rt.equinox.framework-778f8af2a92b34989e4a5fa08c254b424bc217f6.tar.xz
rt.equinox.framework-778f8af2a92b34989e4a5fa08c254b424bc217f6.zip
Bug 437234 - increment version of org.eclipse.osgi
-rw-r--r--bundles/org.eclipse.osgi/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.osgi/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF b/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
index 34fed5a2b..6c5dfebe4 100644
--- a/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
@@ -76,7 +76,7 @@ Bundle-Activator: org.eclipse.osgi.internal.framework.SystemBundleActivator
Bundle-Description: %systemBundle
Bundle-Copyright: %copyright
Bundle-Vendor: %eclipse.org
-Bundle-Version: 3.10.0.qualifier
+Bundle-Version: 3.10.100.qualifier
Bundle-Localization: systembundle
Bundle-DocUrl: http://www.eclipse.org
Eclipse-ExtensibleAPI: true
diff --git a/bundles/org.eclipse.osgi/pom.xml b/bundles/org.eclipse.osgi/pom.xml
index f33ee3a14..bf97f7027 100644
--- a/bundles/org.eclipse.osgi/pom.xml
+++ b/bundles/org.eclipse.osgi/pom.xml
@@ -19,7 +19,7 @@
</parent>
<groupId>org.eclipse.osgi</groupId>
<artifactId>org.eclipse.osgi</artifactId>
- <version>3.10.0-SNAPSHOT</version>
+ <version>3.10.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>

Back to the top