We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e94b0f commit 58c22cdCopy full SHA for 58c22cd
2 files changed
org.eclipse.jdt.junit5.runtime/META-INF/MANIFEST.MF
@@ -4,7 +4,7 @@ Bundle-ManifestVersion: 2
4
Bundle-Name: %pluginName
5
Bundle-Vendor: %providerName
6
Bundle-SymbolicName: org.eclipse.jdt.junit5.runtime;singleton:=true
7
-Bundle-Version: 1.1.300.qualifier
+Bundle-Version: 1.1.400.qualifier
8
Bundle-Localization: plugin
9
Export-Package: org.eclipse.jdt.internal.junit5.runner;x-internal:=true
10
Require-Bundle: org.eclipse.jdt.junit.runtime;bundle-version="[3.5.0,4.0.0)",
org.eclipse.jdt.junit5.runtime/pom.xml
@@ -18,7 +18,7 @@
18
</parent>
19
<groupId>org.eclipse.jdt</groupId>
20
<artifactId>org.eclipse.jdt.junit5.runtime</artifactId>
21
- <version>1.1.300-SNAPSHOT</version>
+ <version>1.1.400-SNAPSHOT</version>
22
<packaging>eclipse-plugin</packaging>
23
<build>
24
<plugins>
0 commit comments