Prepare release for 0.44.0 (#1021)
* Prepare release for 0.44.0 * update slf4j.api to 2.0.11
This commit is contained in:
Родитель
8d5fe37a6a
Коммит
93053083d7
|
@ -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>
|
||||
|
|
|
@ -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,
|
||||
|
|
Загрузка…
Ссылка в новой задаче