Skip to content

Commit

Permalink
Merge pull request #97 from com-pas/dependabot/maven/quarkus.platform…
Browse files Browse the repository at this point in the history
….version-2.2.3.Final

Bump quarkus.platform.version from 2.2.2.Final to 2.2.3.Final
  • Loading branch information
Flurb authored Sep 20, 2021
2 parents 0e81e47 + d5f8aee commit 540fa4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/.
Expand Down
2 changes: 1 addition & 1 deletion app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SPDX-License-Identifier: Apache-2.0
<packaging>jar</packaging>

<properties>
<quarkus.platform.version>2.2.2.Final</quarkus.platform.version>
<quarkus.platform.version>2.2.3.Final</quarkus.platform.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 540fa4e

Please sign in to comment.