Skip to content

Commit

Permalink
Begin next development iteration.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed May 7, 2024
1 parent 91b0971 commit e802eaf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion com.io7m.jmutnum.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.io7m.jmutnum</groupId>
<artifactId>com.io7m.jmutnum</artifactId>
<version>4.0.1</version>
<version>4.1.0-SNAPSHOT</version>
</parent>

<artifactId>com.io7m.jmutnum.core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.jmutnum.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.io7m.jmutnum</groupId>
<artifactId>com.io7m.jmutnum</artifactId>
<version>4.0.1</version>
<version>4.1.0-SNAPSHOT</version>
</parent>

<artifactId>com.io7m.jmutnum.tests</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>com.io7m.jmutnum</groupId>
<artifactId>com.io7m.jmutnum</artifactId>
<version>4.0.1</version>
<version>4.1.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>com.io7m.jmutnum</name>
Expand All @@ -28,7 +28,7 @@

<properties>
<!-- Configuration -->
<io7m.api.previousVersion>4.0.0</io7m.api.previousVersion>
<io7m.api.previousVersion>4.0.1</io7m.api.previousVersion>
<io7m.java.targetJavaVersion>17</io7m.java.targetJavaVersion>
<io7m.org.immutables.version>2.10.1</io7m.org.immutables.version>
</properties>
Expand Down

0 comments on commit e802eaf

Please sign in to comment.