Skip to content

Commit

Permalink
Increment the version of org.eclipse.swt.tests
Browse files Browse the repository at this point in the history
This is needed to fix builds in #918

The builds were failing with message:

Only qualifier changed for
(org.eclipse.swt.tests/3.107.300.v20240313-1307). Expected to have
bigger x.y.z than what is available in baseline
(3.107.300.v20240227-1638)
  • Loading branch information
basilevs authored and iloveeclipse committed Mar 14, 2024
1 parent a98c844 commit aef79b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/org.eclipse.swt.tests/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Eclipse SWT Tests
Bundle-SymbolicName: org.eclipse.swt.tests
Bundle-Version: 3.107.300.qualifier
Bundle-Version: 3.107.400.qualifier
Bundle-Vendor: Eclipse.org
Export-Package: org.eclipse.swt.tests.junit,
org.eclipse.swt.tests.junit.performance
Expand Down
2 changes: 1 addition & 1 deletion tests/org.eclipse.swt.tests/pom.xml
Expand Up @@ -21,7 +21,7 @@
</parent>
<groupId>org.eclipse.swt</groupId>
<artifactId>org.eclipse.swt.tests</artifactId>
<version>3.107.300-SNAPSHOT</version>
<version>3.107.400-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<properties>
<tycho.testArgLine></tycho.testArgLine>
Expand Down

0 comments on commit aef79b2

Please sign in to comment.