Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorArun Thondapu2014-07-15 17:00:05 +0000
committerArun Thondapu2014-07-16 05:24:25 +0000
commit094f4f9254c7bc5c4410ec70c9aa06779ca739b2 (patch)
treefaf07dca6001ccb249436717644a9dbdb136fac8 /tests
parent15465cdeff2ff1f15c7b5ecf87ebf65eeaef0dae (diff)
downloadeclipse.platform.swt-094f4f9254c7bc5c4410ec70c9aa06779ca739b2.tar.gz
eclipse.platform.swt-094f4f9254c7bc5c4410ec70c9aa06779ca739b2.tar.xz
eclipse.platform.swt-094f4f9254c7bc5c4410ec70c9aa06779ca739b2.zip
Bug 439640 - SWT should increase bundle version in master to
3.104.0.qualifier Change-Id: I1f114f9ee5c15626e7ad87a0508ac4b0f10582ff Signed-off-by: Arun Thondapu <arunkumar.thondapu@in.ibm.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/org.eclipse.swt.tests/META-INF/MANIFEST.MF2
-rw-r--r--tests/org.eclipse.swt.tests/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/org.eclipse.swt.tests/META-INF/MANIFEST.MF b/tests/org.eclipse.swt.tests/META-INF/MANIFEST.MF
index 25443008a5..fc8e8ef378 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.103.0.qualifier
+Bundle-Version: 3.104.0.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 44a49ef229..1f04df85cc 100644
--- a/tests/org.eclipse.swt.tests/pom.xml
+++ b/tests/org.eclipse.swt.tests/pom.xml
@@ -19,7 +19,7 @@
</parent>
<groupId>org.eclipse.swt</groupId>
<artifactId>org.eclipse.swt.tests</artifactId>
- <version>3.103.0-SNAPSHOT</version>
+ <version>3.104.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<properties>
<code.ignoredWarnings>${tests.ignoredWarnings}</code.ignoredWarnings>

Back to the top