build - Prepare for 0.24.1 (#863)
This commit is contained in:
Родитель
b839f1e2e2
Коммит
573598b8ca
|
@ -4,6 +4,13 @@ All notable changes to the "vscode-java-dependency" extension will be documented
|
|||
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.24.1
|
||||
* Graal Cloud Native Launcher extension renamed. by @dbalek in https://github.com/microsoft/vscode-java-dependency/pull/849
|
||||
* ux - display maven and gradle dependencies with pattern 'groupId:artifactId:version ' by @mamilic in https://github.com/microsoft/vscode-java-dependency/pull/859
|
||||
|
||||
## New Contributors
|
||||
* @mamilic made their first contribution in https://github.com/microsoft/vscode-java-dependency/pull/859
|
||||
|
||||
## 0.24.0
|
||||
* feat - Support adding new package from file explorer by @jdneo in https://github.com/microsoft/vscode-java-dependency/pull/845
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: JDTLS EXT Core
|
||||
Bundle-SymbolicName: com.microsoft.jdtls.ext.core;singleton:=true
|
||||
Bundle-Version: 0.24.0
|
||||
Bundle-Version: 0.24.1
|
||||
Bundle-Activator: com.microsoft.jdtls.ext.core.JdtlsExtActivator
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
||||
Bundle-ActivationPolicy: lazy
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>com.microsoft.jdtls.ext</groupId>
|
||||
<artifactId>jdtls-ext-parent</artifactId>
|
||||
<version>0.24.0</version>
|
||||
<version>0.24.1</version>
|
||||
</parent>
|
||||
<artifactId>com.microsoft.jdtls.ext.core</artifactId>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<parent>
|
||||
<groupId>com.microsoft.jdtls.ext</groupId>
|
||||
<artifactId>jdtls-ext-parent</artifactId>
|
||||
<version>0.24.0</version>
|
||||
<version>0.24.1</version>
|
||||
</parent>
|
||||
<artifactId>com.microsoft.jdtls.ext.tp</artifactId>
|
||||
<name>${base.name} :: Target Platform</name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<groupId>com.microsoft.jdtls.ext</groupId>
|
||||
<artifactId>jdtls-ext-parent</artifactId>
|
||||
<name>${base.name} :: Parent</name>
|
||||
<version>0.24.0</version>
|
||||
<version>0.24.1</version>
|
||||
<packaging>pom</packaging>
|
||||
<properties>
|
||||
<base.name>Java Project Manager</base.name>
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "vscode-java-dependency",
|
||||
"version": "0.24.0",
|
||||
"version": "0.24.1",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "vscode-java-dependency",
|
||||
"version": "0.24.0",
|
||||
"version": "0.24.1",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"await-lock": "^2.2.2",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "vscode-java-dependency",
|
||||
"displayName": "Project Manager for Java",
|
||||
"description": "%description%",
|
||||
"version": "0.24.0",
|
||||
"version": "0.24.1",
|
||||
"publisher": "vscjava",
|
||||
"preview": false,
|
||||
"aiKey": "5c642b22-e845-4400-badb-3f8509a70777",
|
||||
|
@ -46,7 +46,7 @@
|
|||
"main": "./main.js",
|
||||
"contributes": {
|
||||
"javaExtensions": [
|
||||
"./server/com.microsoft.jdtls.ext.core-0.24.0.jar"
|
||||
"./server/com.microsoft.jdtls.ext.core-0.24.1.jar"
|
||||
],
|
||||
"commands": [
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче