Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.

Commit 2c1f758

Browse files
gaohowardhowardgao
andauthored
[NO-ISSUE] Update version to 0.1.1 (#19)
Co-authored-by: Howard Gao <howard.gao@gmail.com>
1 parent b234a8b commit 2c1f758

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
PLUGIN_VERSION=1.0.0
2+
PLUGIN_VERSION=0.1.1
33
PLUGIN_NAME='ActiveMQ Artemis Jolokia api-server'
44

55
# dev cert

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ CMD ["node", "dist/app.js"]
6565
LABEL name="artemiscloud/activemq-artemis-jolokia-api-server"
6666
LABEL description="ActiveMQ Artemis Jolokia api-server"
6767
LABEL maintainer="Roderick Kieley <rkieley@redhat.com>"
68-
LABEL version="0.1.0"
68+
LABEL version="0.1.1"

api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
(Generated by `yarn build-api-doc`.)
44

5-
> Version 1.0.0-alpha
5+
> Version 0.1.1
66
77
This document contains a list of currently available apis that
88
can be used by the **activemq-artemis-self-provisioning plugin**

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "activemq-artemis-jolokia-api-server",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"private": true,
55
"homepage": "https://github.com/artemiscloud/activemq-artemis-jolokia-api-server#readme",
66
"bugs": {
@@ -76,7 +76,7 @@
7676
"yaml": "^2.4.5"
7777
},
7878
"readme": "README.md",
79-
"_id": "activemq-artemis-jolokia-api-server@0.1.0",
79+
"_id": "activemq-artemis-jolokia-api-server@0.1.1",
8080
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
8181
"dependencies": {
8282
"express-pino-logger": "^7.0.0",

src/config/openapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ info:
66
license:
77
name: Apache 2.0
88
url: https://www.apache.org/licenses/LICENSE-2.0
9-
version: 1.0.0-alpha
9+
version: 0.1.1
1010
description: |
1111
This document contains a list of currently available apis that
1212
can be used by the **activemq-artemis-self-provisioning plugin**

0 commit comments

Comments
 (0)