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 10, 2024
1 parent b6a4b07 commit c7b3793
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion com.io7m.jmulticlose.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.io7m.jmulticlose</groupId>
<artifactId>com.io7m.jmulticlose</artifactId>
<version>1.1.3</version>
<version>1.1.4-SNAPSHOT</version>
</parent>
<artifactId>com.io7m.jmulticlose.core</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion com.io7m.jmulticlose.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.io7m.jmulticlose</groupId>
<artifactId>com.io7m.jmulticlose</artifactId>
<version>1.1.3</version>
<version>1.1.4-SNAPSHOT</version>
</parent>
<artifactId>com.io7m.jmulticlose.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.jmulticlose</groupId>
<artifactId>com.io7m.jmulticlose</artifactId>
<version>1.1.3</version>
<version>1.1.4-SNAPSHOT</version>

<packaging>pom</packaging>
<name>com.io7m.jmulticlose</name>
Expand All @@ -28,7 +28,7 @@

<properties>
<!-- Configuration. -->
<io7m.api.previousVersion>1.1.2</io7m.api.previousVersion>
<io7m.api.previousVersion>1.1.3</io7m.api.previousVersion>
<io7m.java.targetJavaVersion>17</io7m.java.targetJavaVersion>
</properties>

Expand Down

0 comments on commit c7b3793

Please sign in to comment.