* Prepare release for 0.44.0

* update slf4j.api to 2.0.11
This commit is contained in:
Jinbo Wang 2024-01-30 15:18:13 +08:00 коммит произвёл GitHub
Родитель 8d5fe37a6a
Коммит 93053083d7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
4 изменённых файлов: 8 добавлений и 4 удалений

Просмотреть файл

@ -1,6 +1,10 @@
# Change Log
All notable changes to the "vscode-maven" extension will be documented in this file.
## 0.44.0
### Added
- add new project as module of existing project via 'New Module...' command. [#849](https://github.com/microsoft/vscode-maven/issues/849).
## 0.43.0
### Changed
- Merge "Refresh" and "Reload All Maven Projects" menus into a single menu "Reload All Maven Projects". [#997](https://github.com/microsoft/vscode-maven/pull/997).

Просмотреть файл

@ -26,7 +26,7 @@
<unit id="org.eclipse.lsp4j.sdk.feature.group" version="0.0.0"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="slf4j.api" version="2.0.10"/>
<unit id="slf4j.api" version="2.0.11"/>
<unit id="org.eclipse.m2e.maven.runtime" version="0.0.0"/>
<repository location="https://download.eclipse.org/technology/m2e/snapshots/latest/"/>
</location>

4
package-lock.json сгенерированный
Просмотреть файл

@ -1,12 +1,12 @@
{
"name": "vscode-maven",
"version": "0.43.0",
"version": "0.44.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "vscode-maven",
"version": "0.43.0",
"version": "0.44.0",
"license": "MIT",
"dependencies": {
"domhandler": "^5.0.3",

Просмотреть файл

@ -2,7 +2,7 @@
"name": "vscode-maven",
"displayName": "Maven for Java",
"description": "%description%",
"version": "0.43.0",
"version": "0.44.0",
"icon": "resources/logo.png",
"publisher": "vscjava",
"preview": false,