Skip to content

Commit 8258b38

Browse files
Merge pull request #90 from kathrynkodama/0.2.9
0.2.9
2 parents 1d28f8e + a935dbd commit 8258b38

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Change Log
22
All notable changes to the MicroProfile Starter extension will be documented below.
33

4+
## 0.2.9
5+
- MicroProfile 5.0
6+
47
## 0.2.8
58
- MicroProfile 4.1
69

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# VS Code MicroProfile Starter Extension
1+
# VS Code Extension for MicroProfile Starter
22

33
[![Marketplace Version](https://vsmarketplacebadge.apphb.com/version/MicroProfile-Community.mp-starter-vscode-ext.svg "Current Release")](https://marketplace.visualstudio.com/items?itemName=MicroProfile-Community.mp-starter-vscode-ext)
44
[![Marketplace Installs](https://vsmarketplacebadge.apphb.com/installs-short/MicroProfile-Community.mp-starter-vscode-ext.svg "Installs")](https://marketplace.visualstudio.com/items?itemName=MicroProfile-Community.mp-starter-vscode-ext)
55
[![Build Status](https://travis-ci.org/MicroShed/mp-starter-vscode-ext.svg?branch=master)](https://travis-ci.org/MicroShed/mp-starter-vscode-ext)
66

7-
The MicroProfile Starter extension provides support for generating a MicroProfile Maven project with examples based on the MicroProfile Starter project (https://start.microprofile.io/) by the MicroProfile community. You will be able to generate a project by choosing a MicroProfile version, server and specifications, such as CDI, Config, Health, Metrics, and more. The code for this extension is hosted under the MicroShed organization on GitHub.
7+
The MicroProfile Starter extension provides support for generating a MicroProfile Maven project with examples based on the MicroProfile Starter project (https://start.microprofile.io/) in Visual Studio Code. You will be able to generate a project by choosing a MicroProfile version, server and specifications, such as CDI, Config, Health, Metrics, and more. The code for this extension is hosted under the MicroShed organization on GitHub.
88

99
## Quick Start
1010

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": "mp-starter-vscode-ext",
33
"displayName": "MicroProfile Starter",
44
"description": "Generate Java microservice Maven projects using MicroProfile",
5-
"version": "0.2.8",
5+
"version": "0.2.9",
66
"publisher": "MicroProfile-Community",
77
"preview": true,
88
"license": "Apache-2.0",

src/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
export const MP_STARTER_API_ROOT = "https://start.microprofile.io/api/6";
22

33
export const MP_VERSION_LABELS: Record<string, string> = {
4+
MP50: "Version 5.0",
45
MP41: "Version 4.1",
56
MP40: "Version 4.0",
67
MP33: "Version 3.3",

0 commit comments

Comments
 (0)