From f13ac5cd139da5abbb89d3d6e13fda49898ffaff Mon Sep 17 00:00:00 2001 From: Sheng Chen Date: Mon, 28 Jun 2021 09:59:50 +0800 Subject: [PATCH] chore: Prepare for 0.30.1 (#1218) --- CHANGELOG.md | 4 ++++ java-extension/build-tools/pom.xml | 2 +- .../com.microsoft.java.test.plugin.site/category.xml | 2 +- java-extension/com.microsoft.java.test.plugin.site/pom.xml | 2 +- .../com.microsoft.java.test.plugin/META-INF/MANIFEST.MF | 2 +- java-extension/com.microsoft.java.test.plugin/pom.xml | 2 +- java-extension/com.microsoft.java.test.runner/pom.xml | 2 +- java-extension/pom.xml | 2 +- package-lock.json | 2 +- package.json | 4 ++-- 10 files changed, 14 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5c43ec5..e24fe128 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to the "vscode-java-test" extension will be documented in th The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## 0.30.1 +### Fixed +- [Bugs fixed](https://github.com/microsoft/vscode-java-test/issues?q=is%3Aissue+is%3Aclosed+label%3Abug+milestone%3A0.30.1) + ## 0.30.0 ### Added - Support new Source Action: `Generate Tests...` in source files to help scaffold the tests. [#1172](https://github.com/microsoft/vscode-java-test/issues/1172) diff --git a/java-extension/build-tools/pom.xml b/java-extension/build-tools/pom.xml index f97496f9..f1ca2ca9 100644 --- a/java-extension/build-tools/pom.xml +++ b/java-extension/build-tools/pom.xml @@ -7,7 +7,7 @@ com.microsoft.java.test parent - 0.30.0 + 0.30.1 com.microsoft.java.test test-runner-build-tools diff --git a/java-extension/com.microsoft.java.test.plugin.site/category.xml b/java-extension/com.microsoft.java.test.plugin.site/category.xml index 25e0f85f..68c03cad 100644 --- a/java-extension/com.microsoft.java.test.plugin.site/category.xml +++ b/java-extension/com.microsoft.java.test.plugin.site/category.xml @@ -1,4 +1,4 @@ - + diff --git a/java-extension/com.microsoft.java.test.plugin.site/pom.xml b/java-extension/com.microsoft.java.test.plugin.site/pom.xml index 241133a5..a8ba2e7c 100644 --- a/java-extension/com.microsoft.java.test.plugin.site/pom.xml +++ b/java-extension/com.microsoft.java.test.plugin.site/pom.xml @@ -4,7 +4,7 @@ parent com.microsoft.java.test - 0.30.0 + 0.30.1 com.microsoft.java.test.plugin.site eclipse-repository diff --git a/java-extension/com.microsoft.java.test.plugin/META-INF/MANIFEST.MF b/java-extension/com.microsoft.java.test.plugin/META-INF/MANIFEST.MF index 2b3f6e6b..9963496c 100644 --- a/java-extension/com.microsoft.java.test.plugin/META-INF/MANIFEST.MF +++ b/java-extension/com.microsoft.java.test.plugin/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: com.microsoft.java.test.plugin Bundle-SymbolicName: com.microsoft.java.test.plugin;singleton:=true -Bundle-Version: 0.30.0 +Bundle-Version: 0.30.1 Bundle-Activator: com.microsoft.java.test.plugin.util.JUnitPlugin Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: org.eclipse.jdt.core, diff --git a/java-extension/com.microsoft.java.test.plugin/pom.xml b/java-extension/com.microsoft.java.test.plugin/pom.xml index 2eeae851..3dc54060 100644 --- a/java-extension/com.microsoft.java.test.plugin/pom.xml +++ b/java-extension/com.microsoft.java.test.plugin/pom.xml @@ -5,7 +5,7 @@ com.microsoft.java.test parent - 0.30.0 + 0.30.1 com.microsoft.java.test.plugin eclipse-plugin diff --git a/java-extension/com.microsoft.java.test.runner/pom.xml b/java-extension/com.microsoft.java.test.runner/pom.xml index 3d40e122..56b6c295 100644 --- a/java-extension/com.microsoft.java.test.runner/pom.xml +++ b/java-extension/com.microsoft.java.test.runner/pom.xml @@ -4,7 +4,7 @@ com.microsoft.java.test parent - 0.30.0 + 0.30.1 com.microsoft.java.test.runner jar diff --git a/java-extension/pom.xml b/java-extension/pom.xml index 8df602de..2c92aad6 100644 --- a/java-extension/pom.xml +++ b/java-extension/pom.xml @@ -4,7 +4,7 @@ com.microsoft.java.test parent ${base.name} :: Parent - 0.30.0 + 0.30.1 pom Java Test Runner diff --git a/package-lock.json b/package-lock.json index a78d9778..09b21091 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-java-test", - "version": "0.30.0", + "version": "0.30.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e83a75c1..a55969a4 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "repository": { "url": "https://github.com/Microsoft/vscode-java-test" }, - "version": "0.30.0", + "version": "0.30.1", "publisher": "vscjava", "bugs": { "url": "https://github.com/Microsoft/vscode-java-test/issues" @@ -49,7 +49,7 @@ "main": "./main.js", "contributes": { "javaExtensions": [ - "./server/com.microsoft.java.test.plugin-0.30.0.jar", + "./server/com.microsoft.java.test.plugin-0.30.1.jar", "./server/org.eclipse.jdt.junit4.runtime_1.1.1200.v20200214-0716.jar", "./server/org.eclipse.jdt.junit5.runtime_1.0.900.v20200513-0617.jar", "./server/org.junit.jupiter.api_5.6.0.v20200203-2009.jar",