Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
charphi committed Jun 28, 2023
2 parents f423c60 + e578118 commit 8c02843
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.github.nbbrd.sandbox</groupId>
<artifactId>sandbox-parent</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
<packaging>pom</packaging>

<name>sandbox</name>
Expand Down
2 changes: 1 addition & 1 deletion sandbox-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sandbox-parent</artifactId>
<groupId>com.github.nbbrd.sandbox</groupId>
<version>2.3.0</version>
<version>2.3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
24 changes: 12 additions & 12 deletions sandbox-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>sandbox-parent</artifactId>
<groupId>com.github.nbbrd.sandbox</groupId>
<version>2.3.0</version>
<version>2.3.1</version>
</parent>

<artifactId>sandbox-bom</artifactId>
Expand Down Expand Up @@ -172,17 +172,17 @@
<!-- Fix default value -->
<armored>true</armored>
</signing>
<announce>
<discussions>
<active>ALWAYS</active>
<organization>nbbrd</organization>
<team>sandbox</team>
<message>🚀 {{projectNameCapitalized}} {{projectVersion}} has been
released!
{{releaseNotesUrl}}
</message>
</discussions>
</announce>
<!-- <announce>-->
<!-- <discussions>-->
<!-- <active>ALWAYS</active>-->
<!-- <organization>nbbrd</organization>-->
<!-- <team>sandbox</team>-->
<!-- <message>🚀 {{projectNameCapitalized}} {{projectVersion}} has been-->
<!-- released!-->
<!-- {{releaseNotesUrl}}-->
<!-- </message>-->
<!-- </discussions>-->
<!-- </announce>-->
<distributions>
<!-- Name is here ! -->
<hello-nbbrd>
Expand Down
6 changes: 3 additions & 3 deletions sandbox-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sandbox-parent</artifactId>
<groupId>com.github.nbbrd.sandbox</groupId>
<version>2.3.0</version>
<version>2.3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -19,12 +19,12 @@
<dependency>
<groupId>com.github.nbbrd.sandbox</groupId>
<artifactId>sandbox-api</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>com.github.nbbrd.sandbox</groupId>
<artifactId>sandbox-impl</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>info.picocli</groupId>
Expand Down
6 changes: 3 additions & 3 deletions sandbox-desktop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>sandbox-parent</artifactId>
<groupId>com.github.nbbrd.sandbox</groupId>
<version>2.3.0</version>
<version>2.3.1</version>
</parent>

<artifactId>sandbox-desktop</artifactId>
Expand All @@ -20,12 +20,12 @@
<dependency>
<groupId>com.github.nbbrd.sandbox</groupId>
<artifactId>sandbox-api</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>com.github.nbbrd.sandbox</groupId>
<artifactId>sandbox-impl</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>com.github.nbbrd.java-desktop-util</groupId>
Expand Down
4 changes: 2 additions & 2 deletions sandbox-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sandbox-parent</artifactId>
<groupId>com.github.nbbrd.sandbox</groupId>
<version>2.3.0</version>
<version>2.3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>com.github.nbbrd.sandbox</groupId>
<artifactId>sandbox-api</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>com.github.lalyos</groupId>
Expand Down

0 comments on commit 8c02843

Please sign in to comment.