Skip to content

Commit

Permalink
upversion to 0.22.0 (#509)
Browse files Browse the repository at this point in the history
* upversion to 0.22.0

Signed-off-by: Yan Zhang <[email protected]>

* fix typos

Signed-off-by: Yan Zhang <[email protected]>
  • Loading branch information
Eskibear authored Jun 12, 2020
1 parent 057c6df commit 6b898c8
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 6 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# Change Log
All notable changes to the "vscode-maven" extension will be documented in this file.

## 0.22.0
#### Added
- Better support for PowerShell. [#494](https://github.com/microsoft/vscode-maven/pull/494)

#### Changed
- Keep the cache file of effective pom for diagnosis. [#319](https://github.com/microsoft/vscode-maven/issues/319#issuecomment-601494862)

#### Fixed
- Fix: mvnw was not identified if .mvn folder doesn't exist. [#504](https://github.com/microsoft/vscode-maven/issues/504)
- Fix: notification "Maven executable not found in PATH" pops up for multiple times. [#501](https://github.com/microsoft/vscode-maven/issues/501)
- Fix: tilde was not expanded as home directory in unix-like systems. [#507](https://github.com/microsoft/vscode-maven/pull/507)
- Fix: Maven output didn't write to the integrated terminal window. [#489](https://github.com/microsoft/vscode-maven/issues/489)

## 0.21.4
#### Fixed
- Set custom environment variables in folder level. [#487](https://github.com/microsoft/vscode-maven/issues/487)
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.21.4
Bundle-Version: 0.22.0
Bundle-Activator: com.microsoft.java.maven.PluginActivator
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
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.21.4</version>
<version>0.22.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.21.4</version>
<version>0.22.0</version>
<packaging>pom</packaging>
<properties>
<base.name>JDTLS Maven Extension</base.name>
Expand Down
2 changes: 1 addition & 1 deletion 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.21.4",
"version": "0.22.0",
"icon": "resources/logo.png",
"publisher": "vscjava",
"preview": true,
Expand Down Expand Up @@ -51,7 +51,7 @@
"main": "./dist/extension",
"contributes": {
"javaExtensions": [
"./jdtls.ext/com.microsoft.java.maven.plugin/target/com.microsoft.java.maven.plugin-0.21.4.jar"
"./jdtls.ext/com.microsoft.java.maven.plugin/target/com.microsoft.java.maven.plugin-0.22.0.jar"
],
"commands": [
{
Expand Down

0 comments on commit 6b898c8

Please sign in to comment.