Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
skjolber committed Aug 25, 2023
1 parent a69d0d3 commit 58a415c
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.skjolber.3d-bin-container-packing</groupId>
<artifactId>parent</artifactId>
<version>3.0.8</version>
<version>3.0.9-SNAPSHOT</version>
</parent>
<artifactId>api</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.skjolber.3d-bin-container-packing</groupId>
<artifactId>parent</artifactId>
<version>3.0.8</version>
<version>3.0.9-SNAPSHOT</version>
</parent>
<artifactId>core</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion extreme-points/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.skjolber.3d-bin-container-packing</groupId>
<artifactId>parent</artifactId>
<version>3.0.8</version>
<version>3.0.9-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>extreme-points</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jmh/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.skjolber.3d-bin-container-packing</groupId>
<artifactId>parent</artifactId>
<version>3.0.8</version>
<version>3.0.9-SNAPSHOT</version>
</parent>
<artifactId>jmh</artifactId>
<name>JMH</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.skjolber.3d-bin-container-packing</groupId>
<artifactId>parent</artifactId>
<version>3.0.8</version>
<version>3.0.9-SNAPSHOT</version>
<packaging>pom</packaging>
<name>3D Bin Container Packing</name>
<description>Library for 3D rectangular bin packing</description>
Expand Down Expand Up @@ -58,7 +58,7 @@
<connection>scm:git:git@github.com:skjolber/3d-bin-container-packing.git</connection>
<developerConnection>scm:git:git@github.com:skjolber/3d-bin-container-packing.git</developerConnection>
<url>git@github.com:skjolber/3d-bin-container-packing.git</url>
<tag>parent-3.0.8</tag>
<tag>HEAD</tag>
</scm>

<issueManagement>
Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.skjolber.3d-bin-container-packing</groupId>
<artifactId>parent</artifactId>
<version>3.0.8</version>
<version>3.0.9-SNAPSHOT</version>
</parent>
<artifactId>test</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion visualizer/algorithm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.skjolber.3d-bin-container-packing</groupId>
<artifactId>parent</artifactId>
<version>3.0.8</version>
<version>3.0.9-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>visualizer-algorithm</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion visualizer/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.skjolber.3d-bin-container-packing</groupId>
<artifactId>parent</artifactId>
<version>3.0.8</version>
<version>3.0.9-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>visualizer-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion visualizer/packaging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.skjolber.3d-bin-container-packing</groupId>
<artifactId>parent</artifactId>
<version>3.0.8</version>
<version>3.0.9-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>visualizer-packaging</artifactId>
Expand Down

0 comments on commit 58a415c

Please sign in to comment.