Skip to content

Commit

Permalink
update artemis and broker versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tlbueno committed Apr 10, 2024
1 parent f8fae6f commit 35bac51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ MVN_DEFAULT_CMD = mvn -T 1.5C --no-transfer-pr
MVN_TEST_CMD = ${MVN_DEFAULT_CMD} -Dfailsafe.rerunFailingTestsCount=3 failsafe:integration-test
WGET_CMD = wget -nv -c

ARTEMIS_VERSION ?= 2.32.0
ARTEMIS_VERSION ?= 2.33.0
OPERATOR_VERSION ?= main

OPERATOR_ROOT_DIR = ${ROOT_DIR}/operator-suite
Expand Down
2 changes: 1 addition & 1 deletion Makefile.downstream
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ MVN_DEFAULT_CMD = mvn --update-snapshots --no-
MVN_TEST_CMD = ${MVN_DEFAULT_CMD} failsafe:integration-test
WGET_CMD = wget -nv -c

ARTEMIS_VERSION ?= 7.11.4
ARTEMIS_VERSION ?= 7.11.6
RELEASE_TYPE ?= released

OPERATOR_ROOT_DIR = ${ROOT_DIR}/operator-suite
Expand Down

0 comments on commit 35bac51

Please sign in to comment.