From 67b222160476f65d662acd43a57ed262681e2d48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Sep 2021 15:15:10 +0000 Subject: [PATCH 1/2] Bump quarkus.platform.version from 2.2.2.Final to 2.2.3.Final Bumps `quarkus.platform.version` from 2.2.2.Final to 2.2.3.Final. Updates `quarkus-universe-bom` from 2.2.2.Final to 2.2.3.Final - [Release notes](https://github.com/quarkusio/quarkus-platform/releases) - [Commits](https://github.com/quarkusio/quarkus-platform/compare/2.2.2.Final...2.2.3.Final) Updates `quarkus-maven-plugin` from 2.2.2.Final to 2.2.3.Final --- updated-dependencies: - dependency-name: io.quarkus:quarkus-universe-bom dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.quarkus:quarkus-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/pom.xml b/app/pom.xml index 482fafc..be6baf7 100644 --- a/app/pom.xml +++ b/app/pom.xml @@ -18,7 +18,7 @@ SPDX-License-Identifier: Apache-2.0 jar - 2.2.2.Final + 2.2.3.Final From d5f8aee7f4be2d886921036094184caa179863da Mon Sep 17 00:00:00 2001 From: Rob Tjalma Date: Mon, 20 Sep 2021 14:55:40 +0200 Subject: [PATCH 2/2] Adjusted README Signed-off-by: Rob Tjalma --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f6f07e..5b1056a 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The Mapping between IEC CIM and IEC 61850 is described in [Mapping](MAPPING.md). You can run your application in dev mode that enables live coding using: ```shell script -./mvnw package io.quarkus:quarkus-maven-plugin:2.0.0.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/.