File tree Expand file tree Collapse file tree 10 files changed +14
-10
lines changed
com.microsoft.java.test.plugin
com.microsoft.java.test.plugin.site
com.microsoft.java.test.runner Expand file tree Collapse file tree 10 files changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to the "vscode-java-test" extension will be documented in th
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## 0.33.1
8
+ ### Fixed
9
+ - Reduce the line spacing in test messages [ PR #1345 ] ( https://github.com/microsoft/vscode-java-test/pull/1345 )
10
+
7
11
## 0.33.0
8
12
9
13
### Added
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >com.microsoft.java.test</groupId >
9
9
<artifactId >parent</artifactId >
10
- <version >0.33.0 </version >
10
+ <version >0.33.1 </version >
11
11
</parent >
12
12
<groupId >com.microsoft.java.test</groupId >
13
13
<artifactId >test-runner-build-tools</artifactId >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<site >
3
- <bundle id =" com.microsoft.java.test.plugin" version =" 0.33.0 " />
3
+ <bundle id =" com.microsoft.java.test.plugin" version =" 0.33.1 " />
4
4
</site >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<artifactId >parent</artifactId >
6
6
<groupId >com.microsoft.java.test</groupId >
7
- <version >0.33.0 </version >
7
+ <version >0.33.1 </version >
8
8
</parent >
9
9
<artifactId >com.microsoft.java.test.plugin.site</artifactId >
10
10
<packaging >eclipse-repository</packaging >
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-Name : com.microsoft.java.test.plugin
4
4
Bundle-SymbolicName : com.microsoft.java.test.plugin;singleton:=true
5
- Bundle-Version : 0.33.0
5
+ Bundle-Version : 0.33.1
6
6
Bundle-Activator : com.microsoft.java.test.plugin.util.JUnitPlugin
7
7
Bundle-RequiredExecutionEnvironment : JavaSE-1.8
8
8
Import-Package : org.eclipse.jdt.core,
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.microsoft.java.test</groupId >
7
7
<artifactId >parent</artifactId >
8
- <version >0.33.0 </version >
8
+ <version >0.33.1 </version >
9
9
</parent >
10
10
<artifactId >com.microsoft.java.test.plugin</artifactId >
11
11
<packaging >eclipse-plugin</packaging >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.microsoft.java.test</groupId >
6
6
<artifactId >parent</artifactId >
7
- <version >0.33.0 </version >
7
+ <version >0.33.1 </version >
8
8
</parent >
9
9
<artifactId >com.microsoft.java.test.runner</artifactId >
10
10
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 4
4
<groupId >com.microsoft.java.test</groupId >
5
5
<artifactId >parent</artifactId >
6
6
<name >${base.name} :: Parent</name >
7
- <version >0.33.0 </version >
7
+ <version >0.33.1 </version >
8
8
<packaging >pom</packaging >
9
9
<properties >
10
10
<base .name>Test Runner for Java</base .name>
Original file line number Diff line number Diff line change 5
5
"repository" : {
6
6
"url" : " https://github.com/Microsoft/vscode-java-test"
7
7
},
8
- "version" : " 0.33.0 " ,
8
+ "version" : " 0.33.1 " ,
9
9
"publisher" : " vscjava" ,
10
10
"bugs" : {
11
11
"url" : " https://github.com/Microsoft/vscode-java-test/issues"
46
46
"main" : " ./main.js" ,
47
47
"contributes" : {
48
48
"javaExtensions" : [
49
- " ./server/com.microsoft.java.test.plugin-0.33.0 .jar" ,
49
+ " ./server/com.microsoft.java.test.plugin-0.33.1 .jar" ,
50
50
" ./server/org.eclipse.jdt.junit4.runtime_1.1.1200.v20200214-0716.jar" ,
51
51
" ./server/org.eclipse.jdt.junit5.runtime_1.0.900.v20200513-0617.jar" ,
52
52
" ./server/org.junit.jupiter.api_5.6.0.v20200203-2009.jar" ,
You can’t perform that action at this time.
0 commit comments