Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2017-08-10 08:02:38 +0000
committerAlexander Kurtakov2017-08-10 08:02:38 +0000
commite74c957a5abab5816808d57ce3cfb44bd4d1d075 (patch)
tree6ef338f514ce32ec583f14f2b72086c5291f94c9 /examples
parenta6ea6a1498989e3e2c7bef97b2099bb1ee718619 (diff)
downloadeclipse.platform.swt-e74c957a5abab5816808d57ce3cfb44bd4d1d075.tar.gz
eclipse.platform.swt-e74c957a5abab5816808d57ce3cfb44bd4d1d075.tar.xz
eclipse.platform.swt-e74c957a5abab5816808d57ce3cfb44bd4d1d075.zip
Update service release of o.e.swt.examples.
For changes in Photon stream Change-Id: Ib50bd8307d08c269c3351b0415b21cf718f018bc Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/org.eclipse.swt.examples/META-INF/MANIFEST.MF2
-rw-r--r--examples/org.eclipse.swt.examples/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/examples/org.eclipse.swt.examples/META-INF/MANIFEST.MF b/examples/org.eclipse.swt.examples/META-INF/MANIFEST.MF
index e9f3c45036..5ac05e844e 100644
--- a/examples/org.eclipse.swt.examples/META-INF/MANIFEST.MF
+++ b/examples/org.eclipse.swt.examples/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.SWTStandaloneExampleSet.name
Bundle-SymbolicName: org.eclipse.swt.examples; singleton:=true
-Bundle-Version: 3.106.0.qualifier
+Bundle-Version: 3.106.100.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
diff --git a/examples/org.eclipse.swt.examples/pom.xml b/examples/org.eclipse.swt.examples/pom.xml
index a18bf8a8a9..feed1352f9 100644
--- a/examples/org.eclipse.swt.examples/pom.xml
+++ b/examples/org.eclipse.swt.examples/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012 Eclipse Foundation and others.
+ Copyright (c) 2012, 2017 Eclipse Foundation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
@@ -19,6 +19,6 @@
</parent>
<groupId>org.eclipse.swt</groupId>
<artifactId>org.eclipse.swt.examples</artifactId>
- <version>3.106.0-SNAPSHOT</version>
+ <version>3.106.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top