upversion to 0.24.0
Signed-off-by: Yan Zhang <yanzh@microsoft.com>
This commit is contained in:
Родитель
a67318f6cf
Коммит
659a7e3203
|
@ -1,6 +1,13 @@
|
|||
# Change Log
|
||||
All notable changes to the "vscode-maven" extension will be documented in this file.
|
||||
|
||||
## 0.24.0
|
||||
#### Added
|
||||
- Add back buttons to the project creation wizard. [#520](https://github.com/microsoft/vscode-maven/pull/520)
|
||||
|
||||
#### Fixed
|
||||
- Settings `maven.executable.*` are now limited to machine scope. Fix for [CVE-2020-0604](https://portal.msrc.microsoft.com/en-us/security-guidance/advisory/CVE-2020-0604).
|
||||
|
||||
## 0.23.0
|
||||
#### Changed
|
||||
- Rename project explorer. [#512](https://github.com/microsoft/vscode-maven/pull/512)
|
||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: com.microsoft.java.maven
|
||||
Bundle-SymbolicName: com.microsoft.java.maven.plugin;singleton:=true
|
||||
Bundle-Version: 0.23.0
|
||||
Bundle-Version: 0.24.0
|
||||
Bundle-Activator: com.microsoft.java.maven.PluginActivator
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||
Import-Package: org.eclipse.jdt.core,
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<parent>
|
||||
<groupId>com.microsoft.java.maven</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>0.23.0</version>
|
||||
<version>0.24.0</version>
|
||||
</parent>
|
||||
<artifactId>com.microsoft.java.maven.plugin</artifactId>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<groupId>com.microsoft.java.maven</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<name>${base.name} :: Parent</name>
|
||||
<version>0.23.0</version>
|
||||
<version>0.24.0</version>
|
||||
<packaging>pom</packaging>
|
||||
<properties>
|
||||
<base.name>JDTLS Maven Extension</base.name>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "vscode-maven",
|
||||
"version": "0.23.0",
|
||||
"version": "0.24.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "vscode-maven",
|
||||
"displayName": "Maven for Java",
|
||||
"description": "%description%",
|
||||
"version": "0.23.0",
|
||||
"version": "0.24.0",
|
||||
"icon": "resources/logo.png",
|
||||
"publisher": "vscjava",
|
||||
"preview": true,
|
||||
|
@ -51,7 +51,7 @@
|
|||
"main": "./dist/extension",
|
||||
"contributes": {
|
||||
"javaExtensions": [
|
||||
"./jdtls.ext/com.microsoft.java.maven.plugin/target/com.microsoft.java.maven.plugin-0.23.0.jar"
|
||||
"./jdtls.ext/com.microsoft.java.maven.plugin/target/com.microsoft.java.maven.plugin-0.24.0.jar"
|
||||
],
|
||||
"commands": [
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче