Skip to content

Commit 005876e

Browse files
authored
up version to 0.40.3 (#927)
1 parent 4c3d640 commit 005876e

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Change Log
22
All notable changes to the "vscode-maven" extension will be documented in this file.
33

4-
# 0.40.2
4+
## 0.40.3
5+
### Fixed
6+
- Cannot navigate to POM of dependencies when `localRepository` is specified in settings.xml. [#924](https://github.com/microsoft/vscode-maven/issues/924)
7+
8+
## 0.40.2
59
### Fixed
610
- [CVE-2022-42889](https://github.com/advisories/GHSA-599f-7c49-w659)
711
- Documentation on tag hover duplicates with the XML extension's implementation. [#918](https://github.com/microsoft/vscode-maven/issues/918)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-maven",
33
"displayName": "Maven for Java",
44
"description": "%description%",
5-
"version": "0.40.2",
5+
"version": "0.40.3",
66
"icon": "resources/logo.png",
77
"publisher": "vscjava",
88
"preview": true,

0 commit comments

Comments
 (0)