From 30e5ff7b756725b94b71a3829d62a393bfe39d7c Mon Sep 17 00:00:00 2001 From: Rob Tjalma Date: Mon, 20 Sep 2021 14:47:59 +0200 Subject: [PATCH] 2.2.2 to 2.2.3 Quarkus version Signed-off-by: Rob Tjalma --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32dd7b80..27db3a19 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Check [basexhttp on DockerHub](https://hub.docker.com/r/basex/basexhttp/) for a You can run your application in dev mode that enables live coding using: ```shell script -./mvnw package io.quarkus:quarkus-maven-plugin:2.2.2.Final:dev +./mvnw package io.quarkus:quarkus-maven-plugin:2.2.3.Final:dev ``` > **_NOTE:_** Quarkus now ships with a Dev UI, which is available in dev mode only at http://localhost:8080/q/dev/.