Skip to content

Commit

Permalink
bump version to 0.7.0 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eskibear authored Apr 12, 2018
1 parent 80e8248 commit c1a1a12
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ All notable changes to the "vscode-maven" extension will be documented in this f
- [Change Log](#change-log)
- [Unreleased](#unreleased)
- [Released](#released)
- [0.7.0](#070)
- [0.6.0](#060)
- [0.5.2](#052)
- [0.5.1](#051)
Expand All @@ -26,10 +27,13 @@ All notable changes to the "vscode-maven" extension will be documented in this f

## Unreleased

## Released

### 0.7.0
- Added support for setting JAVA_HOME and other environment variables through configuration settings.
- Supported to put popular archetypes ahead when generating projects.
- Supported to append default options for mvn commands.

## Released
### 0.6.0
- Supported to auto-update maven project explorer tree view when pom.xml has been created/modified/removed.
- Started to collect anonymous data of **selected Maven Archetype** when users generate projects.
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.

6 changes: 3 additions & 3 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": "Manage maven projects, execute goals, generate project from archetype, improve user experience for Java developers.",
"version": "0.6.0",
"version": "0.7.0",
"icon": "resources/logo.png",
"publisher": "vscjava",
"aiKey": "7c4292ac-8ca8-4e02-9f1c-0b73e1eeeca4",
Expand All @@ -17,7 +17,7 @@
"Maven",
"Java"
],
"homepage": "https://github.com/Microsoft/vscode-maven/blob/v0.6.0/README.md",
"homepage": "https://github.com/Microsoft/vscode-maven/blob/v0.7.0/README.md",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/vscode-maven.git"
Expand Down Expand Up @@ -294,7 +294,7 @@
"description": "Specifies absolute path of mvn executable.",
"scope": "window"
},
"maven.executable.options":{
"maven.executable.options": {
"type": "string",
"default": "",
"description": "Specifies default options for all mvn commands.",
Expand Down

0 comments on commit c1a1a12

Please sign in to comment.