Skip to content

Commit

Permalink
Bump versions: mandrel, vertx, gis
Browse files Browse the repository at this point in the history
  • Loading branch information
nqminhuit committed Oct 9, 2022
1 parent 7f94b86 commit 438c5e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/quarkus/ubi-quarkus-mandrel:22.0.0.2-Final-java17
FROM quay.io/quarkus/ubi-quarkus-mandrel:22.2.0.0-Final-java17

USER root

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-core</artifactId>
<version>4.2.5</version>
<version>4.3.4</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/nqm/Gis.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
name = "gis",
description = "Git extension wrapper which supports submodules",
mixinStandardHelpOptions = true,
version = "1.0.1")
version = "1.1.0")
public class Gis extends GitCommand {

@Option(names = "-v", description = "Show more details information.", scope = ScopeType.INHERIT)
Expand Down

0 comments on commit 438c5e1

Please sign in to comment.