Skip to content

Commit

Permalink
v0.5.2: update extension name (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eskibear authored Feb 26, 2018
1 parent c2b2eb7 commit 1a2ca68
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions 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.5.2](#052)
- [0.5.1](#051)
- [0.5.0](#050)
- [Early Versions](#early-versions)
Expand All @@ -25,6 +26,8 @@ All notable changes to the "vscode-maven" extension will be documented in this f
## Unreleased

## Released
### 0.5.2
- Updated extension name.

### 0.5.1
- Excluded pom.xml in `target` folder by default. (to avoid duplicate item in explorer)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Maven Project Explorer
# Maven for Java

[![Marketplace Version](https://vsmarketplacebadge.apphb.com/version-short/vscjava.vscode-maven.svg)](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-maven)
[![Installs](https://vsmarketplacebadge.apphb.com/installs-short/vscjava.vscode-maven.svg)](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-maven)
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "vscode-maven",
"displayName": "Maven Project Explorer",
"displayName": "Maven for Java",
"description": "Manage maven projects, execute goals, generate project from archetype, improve user experience for Java developers.",
"version": "0.5.1",
"version": "0.5.2",
"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.5.1/README.md",
"homepage": "https://github.com/Microsoft/vscode-maven/blob/v0.5.2/README.md",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/vscode-maven.git"
Expand Down Expand Up @@ -270,7 +270,7 @@
},
"configuration": [
{
"title": "Maven Project Explorer",
"title": "Maven for Java",
"properties": {
"maven.projects.maxDepthOfPom": {
"type": "integer",
Expand Down

0 comments on commit 1a2ca68

Please sign in to comment.