Skip to content

Commit

Permalink
Switch from RC1 to official release
Browse files Browse the repository at this point in the history
  • Loading branch information
Havret committed Nov 19, 2022
1 parent 9dd07e1 commit 49f7056
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ For commercial support, contact<br/>

## Compatibility

The library is tested against **ActiveMQ Artemis 2.26.0** ([Sep 28th, 2022](https://github.com/Havret/dotnet-activemq-artemis-client/issues/379)). Most of the features should work with older versions of the broker, but **Topology Management** uses API surface that was introduced in **ActiveMQ Artemis 2.14.0**.
The library is tested against **ActiveMQ Artemis 2.27.0** ([Nov 14th, 2022](https://github.com/Havret/dotnet-activemq-artemis-client/issues/388)). Most of the features should work with older versions of the broker, but **Topology Management** uses API surface that was introduced in **ActiveMQ Artemis 2.14.0**.

## Quickstart

Expand Down
2 changes: 1 addition & 1 deletion test/artemis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM --platform=linux/amd64 azul/zulu-openjdk-alpine:14
RUN mkdir /artemis
WORKDIR /artemis

RUN wget -O "artemis.tar" "https://dist.apache.org/repos/dist/dev/activemq/activemq-artemis/2.27.0/apache-artemis-2.27.0-bin.tar.gz"
RUN wget -O "artemis.tar" "https://www.apache.org/dyn/closer.cgi?filename=activemq/activemq-artemis/2.27.0/apache-artemis-2.27.0-bin.tar.gz&action=download"
RUN tar -xvf ./artemis.tar; \
ln -s /artemis/apache-artemis-2.27.0/ ./current
#WORKDIR /artemis/current
Expand Down
2 changes: 1 addition & 1 deletion test/artemis/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"
services:
activemq-artemis:
container_name: activemq-artemis
image: havret/dotnet-activemq-artemis-client-test-broker:2.27.0-rc1
image: havret/dotnet-activemq-artemis-client-test-broker:2.27.0
ports:
- 5672:5672
- 8161:8161
Expand Down

0 comments on commit 49f7056

Please sign in to comment.