Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSarika Sinha2019-06-10 08:20:07 +0000
committerSarika Sinha2019-06-10 08:20:07 +0000
commit31cbcbeeafa4f6fc390280ed727b89c0b5c4373b (patch)
tree85d17dfa892d08c6a65d23e3cdbf009b0fcebd08
parent1d2d7f20463c3b9ed1f7fda8759bc0ebe3efb98f (diff)
downloadeclipse.platform.swt-31cbcbeeafa4f6fc390280ed727b89c0b5c4373b.tar.gz
eclipse.platform.swt-31cbcbeeafa4f6fc390280ed727b89c0b5c4373b.tar.xz
eclipse.platform.swt-31cbcbeeafa4f6fc390280ed727b89c0b5c4373b.zip
Bug 547928 - Version bumps for 4.13 stream
Change-Id: I406ab0b049e6d493b78a9692b17092930697d7ed Signed-off-by: Sarika Sinha <sarika.sinha@in.ibm.com>
-rw-r--r--tests/org.eclipse.swt.tests/META-INF/MANIFEST.MF2
-rw-r--r--tests/org.eclipse.swt.tests/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/org.eclipse.swt.tests/META-INF/MANIFEST.MF b/tests/org.eclipse.swt.tests/META-INF/MANIFEST.MF
index 741f668a5c..b074711be3 100644
--- a/tests/org.eclipse.swt.tests/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.swt.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.swt.tests
-Bundle-Version: 3.106.500.qualifier
+Bundle-Version: 3.106.600.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package: org.eclipse.swt.tests.junit,
diff --git a/tests/org.eclipse.swt.tests/pom.xml b/tests/org.eclipse.swt.tests/pom.xml
index d2a17b2702..81999f9ba1 100644
--- a/tests/org.eclipse.swt.tests/pom.xml
+++ b/tests/org.eclipse.swt.tests/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2017 Eclipse Foundation and others.
+ Copyright (c) 2012, 2019 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,7 +19,7 @@
</parent>
<groupId>org.eclipse.swt</groupId>
<artifactId>org.eclipse.swt.tests</artifactId>
- <version>3.106.500-SNAPSHOT</version>
+ <version>3.106.600-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<properties>
<code.ignoredWarnings>${tests.ignoredWarnings}</code.ignoredWarnings>

Back to the top