Skip to content

Commit

Permalink
Update for next development version
Browse files Browse the repository at this point in the history
  • Loading branch information
charphi committed Oct 20, 2024
1 parent 09b6f5a commit ae50995
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 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.4.5</version>
<version>2.4.6-SNAPSHOT</version>
<packaging>pom</packaging>

<name>sandbox</name>
Expand Down Expand Up @@ -38,7 +38,7 @@
<properties>
<!-- Java 8+ config -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputTimestamp>2024-10-20T17:57:23Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-10-20T17:57:45Z</project.build.outputTimestamp>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>

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.4.5</version>
<version>2.4.6-SNAPSHOT</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.4.5</version>
<version>2.4.6-SNAPSHOT</version>
</parent>

<artifactId>sandbox-bom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sandbox-figlet/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.4.5</version>
<version>2.4.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion sandbox-netbeans/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.nbbrd.sandbox</groupId>
<artifactId>sandbox-netbeans</artifactId>
<version>2.4.5</version>
<version>2.4.6-SNAPSHOT</version>
</parent>

<artifactId>sandbox-netbeans-app</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sandbox-netbeans/branding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.nbbrd.sandbox</groupId>
<artifactId>sandbox-netbeans</artifactId>
<version>2.4.5</version>
<version>2.4.6-SNAPSHOT</version>
</parent>

<artifactId>sandbox-netbeans-branding</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sandbox-netbeans/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>sandbox-parent</artifactId>
<groupId>com.github.nbbrd.sandbox</groupId>
<version>2.4.5</version>
<version>2.4.6-SNAPSHOT</version>
</parent>

<artifactId>sandbox-netbeans</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sandbox-picocli/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.4.5</version>
<version>2.4.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion sandbox-swing/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.4.5</version>
<version>2.4.6-SNAPSHOT</version>
</parent>

<artifactId>sandbox-swing</artifactId>
Expand Down

0 comments on commit ae50995

Please sign in to comment.