Skip to content

Commit

Permalink
prepare for 0.40.4 (#936)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eskibear committed Jan 18, 2023
1 parent 0841d26 commit 8a1b6a1
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 7 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.40.4
### Fixed
- Missing "Resolve Unknow Type" feature when Language Support for Java was upgraded to v1.14.0. [#932](https://github.com/microsoft/vscode-maven/issues/932)

## 0.40.3
### Fixed
- Cannot navigate to POM of dependencies when `localRepository` is specified in settings.xml. [#924](https://github.com/microsoft/vscode-maven/issues/924)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: com.microsoft.java.maven
Bundle-SymbolicName: com.microsoft.java.maven.plugin;singleton:=true
Bundle-Version: 0.38.0
Bundle-Version: 0.39.0
Bundle-Activator: com.microsoft.java.maven.PluginActivator
Bundle-RequiredExecutionEnvironment: JavaSE-17
Import-Package: org.eclipse.jdt.core,
Expand Down
2 changes: 1 addition & 1 deletion jdtls.ext/com.microsoft.java.maven.plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.microsoft.java.maven</groupId>
<artifactId>parent</artifactId>
<version>0.38.0</version>
<version>0.39.0</version>
</parent>
<artifactId>com.microsoft.java.maven.plugin</artifactId>
<packaging>eclipse-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion jdtls.ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.microsoft.java.maven</groupId>
<artifactId>parent</artifactId>
<name>${base.name} :: Parent</name>
<version>0.38.0</version>
<version>0.39.0</version>
<packaging>pom</packaging>
<properties>
<base.name>JDTLS Maven Extension</base.name>
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.

4 changes: 2 additions & 2 deletions 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.40.3",
"version": "0.40.4",
"icon": "resources/logo.png",
"publisher": "vscjava",
"preview": true,
Expand Down Expand Up @@ -65,7 +65,7 @@
"main": "./dist/extension",
"contributes": {
"javaExtensions": [
"./jdtls.ext/com.microsoft.java.maven.plugin/target/com.microsoft.java.maven.plugin-0.38.0.jar"
"./jdtls.ext/com.microsoft.java.maven.plugin/target/com.microsoft.java.maven.plugin-0.39.0.jar"
],
"commands": [
{
Expand Down

0 comments on commit 8a1b6a1

Please sign in to comment.