Skip to content

Commit

Permalink
Update versions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
charphi committed Feb 8, 2024
1 parent acd9e22 commit 39de747
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions 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.4-SNAPSHOT</version>
<version>2.3.4</version>
<packaging>pom</packaging>

<name>sandbox</name>
Expand Down Expand Up @@ -36,7 +36,7 @@
</scm>

<properties>
<project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-02-08T15:10:11Z</project.build.outputTimestamp>
</properties>

<build>
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.4-SNAPSHOT</version>
<version>2.3.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion 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.4-SNAPSHOT</version>
<version>2.3.4</version>
</parent>

<artifactId>sandbox-bom</artifactId>
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.4-SNAPSHOT</version>
<version>2.3.4</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.4-SNAPSHOT</version>
<version>2.3.4</version>
</dependency>
<dependency>
<groupId>com.github.nbbrd.sandbox</groupId>
<artifactId>sandbox-impl</artifactId>
<version>2.3.4-SNAPSHOT</version>
<version>2.3.4</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.4-SNAPSHOT</version>
<version>2.3.4</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.4-SNAPSHOT</version>
<version>2.3.4</version>
</dependency>
<dependency>
<groupId>com.github.nbbrd.sandbox</groupId>
<artifactId>sandbox-impl</artifactId>
<version>2.3.4-SNAPSHOT</version>
<version>2.3.4</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.4-SNAPSHOT</version>
<version>2.3.4</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.4-SNAPSHOT</version>
<version>2.3.4</version>
</dependency>
<dependency>
<groupId>com.github.lalyos</groupId>
Expand Down

0 comments on commit 39de747

Please sign in to comment.