Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2017-08-09 16:15:25 +0000
committerAlexander Kurtakov2017-08-09 16:28:05 +0000
commitfc27e494b63f1531cdec42392b50623fd5d3617f (patch)
tree88f03d380219882978f5a4b02f442faf46ebffe0 /tests/org.eclipse.swt.tests
parent03e7b0da1065f87694229435a12258c3431f4dca (diff)
downloadeclipse.platform.swt-fc27e494b63f1531cdec42392b50623fd5d3617f.tar.gz
eclipse.platform.swt-fc27e494b63f1531cdec42392b50623fd5d3617f.tar.xz
eclipse.platform.swt-fc27e494b63f1531cdec42392b50623fd5d3617f.zip
Increment micro version for changes in o.e.swt.tests.
Change-Id: I8ffcc39e3e27761bb30effc6ecf3fcf6930e16dd Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'tests/org.eclipse.swt.tests')
-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 775cd5c742..15f4d35cf4 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.0.qualifier
+Bundle-Version: 3.106.100.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 9bd1fc6a90..e6d3a91544 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, 2013 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,7 +19,7 @@
</parent>
<groupId>org.eclipse.swt</groupId>
<artifactId>org.eclipse.swt.tests</artifactId>
- <version>3.106.0-SNAPSHOT</version>
+ <version>3.106.100-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<properties>
<code.ignoredWarnings>${tests.ignoredWarnings}</code.ignoredWarnings>

Back to the top