Skip to content

Commit 4083df7

Browse files
authored
[NO-ISSUE] prepare repository for the 0.1.2 release (artemiscloud#35)
Update all the references to the plugin version to 0.1.2.
1 parent 4a557cd commit 4083df7

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.env

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

2-
PLUGIN_VERSION=0.1.1
2+
PLUGIN_VERSION=0.1.2
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
@@ -48,4 +48,4 @@ CMD ["node", "dist/app.js"]
4848
LABEL name="artemiscloud/activemq-artemis-jolokia-api-server"
4949
LABEL description="ActiveMQ Artemis Jolokia Api Server"
5050
LABEL maintainer="Howard Gao <[email protected]>"
51-
LABEL version="0.1.1"
51+
LABEL version="0.1.2"

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 0.1.1
5+
> Version 0.1.2
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.1",
3+
"version": "0.1.2",
44
"private": true,
55
"homepage": "https://github.com/artemiscloud/activemq-artemis-jolokia-api-server#readme",
66
"bugs": {
@@ -65,7 +65,7 @@
6565
"typescript": "^4.7.4"
6666
},
6767
"readme": "README.md",
68-
"_id": "[email protected].1",
68+
"_id": "[email protected].2",
6969
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
7070
"dependencies": {
7171
"cors": "^2.8.5",

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: 0.1.1
9+
version: 0.1.2
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)