Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2018-06-07 12:43:50 +0000
committerThomas Watson2018-06-07 12:43:50 +0000
commitfa30bfc1a3e68e8afb57378ec4c7790dc616d7c9 (patch)
tree4b9e39e038c0738f77e9f115853a70a136fc205d /bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64
parent0548c899907a15695ef4a0babc1dc576919bb2b1 (diff)
downloadrt.equinox.framework-fa30bfc1a3e68e8afb57378ec4c7790dc616d7c9.tar.gz
rt.equinox.framework-fa30bfc1a3e68e8afb57378ec4c7790dc616d7c9.tar.xz
rt.equinox.framework-fa30bfc1a3e68e8afb57378ec4c7790dc616d7c9.zip
Bug 535318 - Update versions for next release
Prep for update license to EPL-2.0 Change-Id: I7515a3ec6f3edb6afc5efc0ba770a98c25d0db4d Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64')
-rw-r--r--bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/META-INF/MANIFEST.MF
index c0eac8f08..6756dbb04 100644
--- a/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.equinox.launcher.gtk.linux.aarch64;singleton:=true
-Bundle-Version: 1.1.500.qualifier
+Bundle-Version: 1.1.600.qualifier
Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.0.0,1.5.0)"
Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=aarch64))
Bundle-Localization: launcher.gtk.linux.aarch64
diff --git a/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/pom.xml b/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/pom.xml
index 7f05b6bea..85b6bffe1 100644
--- a/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/pom.xml
+++ b/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/pom.xml
@@ -19,7 +19,7 @@
</parent>
<groupId>org.eclipse.equinox</groupId>
<artifactId>org.eclipse.equinox.launcher.gtk.linux.aarch64</artifactId>
- <version>1.1.500-SNAPSHOT</version>
+ <version>1.1.600-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>

Back to the top