-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[NO-ISSUE] Update version to 0.1.1 (#19)
Co-authored-by: Howard Gao <[email protected]>
- Loading branch information
Showing
5 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
|
||
PLUGIN_VERSION=1.0.0 | ||
PLUGIN_VERSION=0.1.1 | ||
PLUGIN_NAME='ActiveMQ Artemis Jolokia api-server' | ||
|
||
# dev cert | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,4 +65,4 @@ CMD ["node", "dist/app.js"] | |
LABEL name="artemiscloud/activemq-artemis-jolokia-api-server" | ||
LABEL description="ActiveMQ Artemis Jolokia api-server" | ||
LABEL maintainer="Roderick Kieley <[email protected]>" | ||
LABEL version="0.1.0" | ||
LABEL version="0.1.1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "activemq-artemis-jolokia-api-server", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"private": true, | ||
"homepage": "https://github.com/artemiscloud/activemq-artemis-jolokia-api-server#readme", | ||
"bugs": { | ||
|
@@ -76,7 +76,7 @@ | |
"yaml": "^2.4.5" | ||
}, | ||
"readme": "README.md", | ||
"_id": "[email protected].0", | ||
"_id": "[email protected].1", | ||
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e", | ||
"dependencies": { | ||
"express-pino-logger": "^7.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters