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

Commit

Permalink
[NOISSUE] prepare repository for the 0.1.2 release
Browse files Browse the repository at this point in the history
Update all the references to the plugin version to 0.1.2.
  • Loading branch information
lavocatt committed Nov 26, 2024
1 parent 4a557cd commit 2202645
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

PLUGIN_VERSION=0.1.1
PLUGIN_VERSION=0.1.2
PLUGIN_NAME='ActiveMQ Artemis Jolokia api-server'

# dev cert
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ CMD ["node", "dist/app.js"]
LABEL name="artemiscloud/activemq-artemis-jolokia-api-server"
LABEL description="ActiveMQ Artemis Jolokia Api Server"
LABEL maintainer="Howard Gao <hgao@redhat.com>"
LABEL version="0.1.1"
LABEL version="0.1.2"
2 changes: 1 addition & 1 deletion api.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

> Version 0.1.1
> Version 0.1.2
This document contains a list of currently available apis that
can be used by the **activemq-artemis-self-provisioning plugin**
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "activemq-artemis-jolokia-api-server",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"homepage": "https://github.com/artemiscloud/activemq-artemis-jolokia-api-server#readme",
"bugs": {
Expand Down Expand Up @@ -65,7 +65,7 @@
"typescript": "^4.7.4"
},
"readme": "README.md",
"_id": "activemq-artemis-jolokia-api-server@0.1.1",
"_id": "activemq-artemis-jolokia-api-server@0.1.2",
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
"dependencies": {
"cors": "^2.8.5",
Expand Down
2 changes: 1 addition & 1 deletion src/config/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ info:
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0
version: 0.1.1
version: 0.1.2
description: |
This document contains a list of currently available apis that
can be used by the **activemq-artemis-self-provisioning plugin**
Expand Down

0 comments on commit 2202645

Please sign in to comment.