Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vegegoku committed Jan 27, 2025
1 parent 58d3d56 commit cd7d320
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/org/dominokit/cli/VersionProfile.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ private static VersionProfile get(String version) {
);
case "v2":
return new VersionProfile(version, version,
ToolVersion.of("domino_ui_version", "2.0.1"),
ToolVersion.of("domino_history_version", "1.0.3"),
ToolVersion.of("domino_ui_version", "2.0.3"),
ToolVersion.of("domino_history_version", "1.0.4"),
ToolVersion.of("domino_mvp_version", "2.0.0-RC2"),
ToolVersion.of("domino_rest_version", "2.0.0-RC1"),
ToolVersion.of("domino_rest_version", "2.0.0-RC2"),
ToolVersion.of("domino_jackson_version", "1.0.4"),
ToolVersion.of("domino_auto_version", "1.0.2"),
ToolVersion.of("domino_brix_version", "HEAD-SNAPSHOT"),
Expand Down

0 comments on commit cd7d320

Please sign in to comment.