From 21f2f1233b5badd17fb7dfbf228218623e36e3c7 Mon Sep 17 00:00:00 2001 From: Sheng Chen Date: Mon, 25 Mar 2024 13:40:26 +0800 Subject: [PATCH] build: Prepare for 0.23.6 (#827) --- CHANGELOG.md | 4 ++++ jdtls.ext/com.microsoft.jdtls.ext.core/META-INF/MANIFEST.MF | 2 +- jdtls.ext/com.microsoft.jdtls.ext.core/pom.xml | 2 +- .../com.microsoft.jdtls.ext.tp.target | 2 +- jdtls.ext/com.microsoft.jdtls.ext.target/pom.xml | 2 +- jdtls.ext/pom.xml | 2 +- package-lock.json | 4 ++-- package.json | 4 ++-- 8 files changed, 13 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4c55930..0eeb0d5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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.23.6 +### Fixed +- Referenced Libraries container should be immutable for build tool projects. [PR#826](https://github.com/microsoft/vscode-java-dependency/pull/826) + ## 0.23.5 ### Added - Add 'New Java File' menu to File Explorer. [PR#820](https://github.com/microsoft/vscode-java-dependency/pull/820). diff --git a/jdtls.ext/com.microsoft.jdtls.ext.core/META-INF/MANIFEST.MF b/jdtls.ext/com.microsoft.jdtls.ext.core/META-INF/MANIFEST.MF index 49b634c8..75cd0183 100644 --- a/jdtls.ext/com.microsoft.jdtls.ext.core/META-INF/MANIFEST.MF +++ b/jdtls.ext/com.microsoft.jdtls.ext.core/META-INF/MANIFEST.MF @@ -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.23.5 +Bundle-Version: 0.23.6 Bundle-Activator: com.microsoft.jdtls.ext.core.JdtlsExtActivator Bundle-RequiredExecutionEnvironment: JavaSE-11 Bundle-ActivationPolicy: lazy diff --git a/jdtls.ext/com.microsoft.jdtls.ext.core/pom.xml b/jdtls.ext/com.microsoft.jdtls.ext.core/pom.xml index 71a5e1cd..3a3f179f 100644 --- a/jdtls.ext/com.microsoft.jdtls.ext.core/pom.xml +++ b/jdtls.ext/com.microsoft.jdtls.ext.core/pom.xml @@ -5,7 +5,7 @@ com.microsoft.jdtls.ext jdtls-ext-parent - 0.23.5 + 0.23.6 com.microsoft.jdtls.ext.core eclipse-plugin diff --git a/jdtls.ext/com.microsoft.jdtls.ext.target/com.microsoft.jdtls.ext.tp.target b/jdtls.ext/com.microsoft.jdtls.ext.target/com.microsoft.jdtls.ext.tp.target index 76fe1b37..daa2dbf1 100644 --- a/jdtls.ext/com.microsoft.jdtls.ext.target/com.microsoft.jdtls.ext.tp.target +++ b/jdtls.ext/com.microsoft.jdtls.ext.target/com.microsoft.jdtls.ext.tp.target @@ -14,7 +14,7 @@ - + diff --git a/jdtls.ext/com.microsoft.jdtls.ext.target/pom.xml b/jdtls.ext/com.microsoft.jdtls.ext.target/pom.xml index 61c4f57f..5917e061 100644 --- a/jdtls.ext/com.microsoft.jdtls.ext.target/pom.xml +++ b/jdtls.ext/com.microsoft.jdtls.ext.target/pom.xml @@ -4,7 +4,7 @@ com.microsoft.jdtls.ext jdtls-ext-parent - 0.23.5 + 0.23.6 com.microsoft.jdtls.ext.tp ${base.name} :: Target Platform diff --git a/jdtls.ext/pom.xml b/jdtls.ext/pom.xml index 035b28f9..35ac33db 100644 --- a/jdtls.ext/pom.xml +++ b/jdtls.ext/pom.xml @@ -4,7 +4,7 @@ com.microsoft.jdtls.ext jdtls-ext-parent ${base.name} :: Parent - 0.23.5 + 0.23.6 pom Java Project Manager diff --git a/package-lock.json b/package-lock.json index 0c09d5bc..4da6e0ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-java-dependency", - "version": "0.23.5", + "version": "0.23.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-java-dependency", - "version": "0.23.5", + "version": "0.23.6", "license": "MIT", "dependencies": { "await-lock": "^2.2.2", diff --git a/package.json b/package.json index ccbf7149..3fa5f483 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-java-dependency", "displayName": "Project Manager for Java", "description": "%description%", - "version": "0.23.5", + "version": "0.23.6", "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.23.5.jar" + "./server/com.microsoft.jdtls.ext.core-0.23.6.jar" ], "commands": [ {