Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vegegoku committed Jan 1, 2024
1 parent 1411827 commit e33b54b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/dominokit/cli/VersionProfile.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ private static VersionProfile get(String version) {
case "v2":
return new VersionProfile(version, version,
ToolVersion.of("domino_ui_version", "2.0.0-RC5"),
ToolVersion.of("domino_history_version", "1.0.1"),
ToolVersion.of("domino_history_version", "1.0.3"),
ToolVersion.of("domino_mvp_version", "2.0.0-RC2"),
ToolVersion.of("domino_rest_version", "1.0.1"),
ToolVersion.of("domino_rest_version", "1.0.2"),
ToolVersion.of("domino_jackson_version", "1.0.4"),
ToolVersion.of("quarkus_version", "2.16.7.Final"),
ToolVersion.of("vertx_version", "3.9.4"),
Expand Down

0 comments on commit e33b54b

Please sign in to comment.