Skip to content

Commit

Permalink
Prepare release for 0.44.0 (#1021)
Browse files Browse the repository at this point in the history
* Prepare release for 0.44.0

* update slf4j.api to 2.0.11
  • Loading branch information
testforstephen authored Jan 30, 2024
1 parent 8d5fe37 commit 9305308
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9305308

Please sign in to comment.