Skip to content

Commit

Permalink
Merge branch 'release/2.0.0-RC2'
Browse files Browse the repository at this point in the history
  • Loading branch information
vegegoku committed Sep 11, 2023
2 parents 5340582 + f6b42be commit 433aaea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.dominokit</groupId>
<artifactId>domino-cli</artifactId>
<version>2.0.0-RC1</version>
<version>2.0.0-RC2</version>
<properties>
<snapshot.version>HEAD-SNAPSHOT</snapshot.version>
<next.release.version>2.0.0-RC1</next.release.version>
<next.release.version>2.0.0-RC2</next.release.version>
<release.version>0.0.0-HEAD-SNAPSHOT</release.version>
<compiler-plugin.version>3.11.0</compiler-plugin.version>
<maven.compiler.release>17</maven.compiler.release>
Expand Down
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 @@ -54,9 +54,9 @@ private static VersionProfile get(String version){
);
case "v2" :
return new VersionProfile(version, version,
ToolVersion.of("domino_ui_version", "2.0.0-RC2"),
ToolVersion.of("domino_ui_version", "2.0.0-RC3"),
ToolVersion.of("domino_history_version", "1.0.0"),
ToolVersion.of("domino_mvp_version", "2.0.0-RC1"),
ToolVersion.of("domino_mvp_version", "2.0.0-RC2"),
ToolVersion.of("domino_rest_version", "1.0.0"),
ToolVersion.of("domino_jackson_version", "1.0.0"),
ToolVersion.of("quarkus_version", "2.16.7.Final"),
Expand Down

0 comments on commit 433aaea

Please sign in to comment.