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 01d4ceb commit 9efd5cd
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion com.io7m.jbssio.api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>com.io7m.jbssio</artifactId>
<groupId>com.io7m.jbssio</groupId>
<version>2.1.0</version>
<version>2.1.1-SNAPSHOT</version>
</parent>

<artifactId>com.io7m.jbssio.api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.jbssio.ext.bounded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>com.io7m.jbssio</artifactId>
<groupId>com.io7m.jbssio</groupId>
<version>2.1.0</version>
<version>2.1.1-SNAPSHOT</version>
</parent>

<artifactId>com.io7m.jbssio.ext.bounded</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.jbssio.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>com.io7m.jbssio</artifactId>
<groupId>com.io7m.jbssio</groupId>
<version>2.1.0</version>
<version>2.1.1-SNAPSHOT</version>
</parent>

<artifactId>com.io7m.jbssio.tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.jbssio.vanilla/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>com.io7m.jbssio</artifactId>
<groupId>com.io7m.jbssio</groupId>
<version>2.1.0</version>
<version>2.1.1-SNAPSHOT</version>
</parent>

<artifactId>com.io7m.jbssio.vanilla</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.jbssio</groupId>
<artifactId>com.io7m.jbssio</artifactId>
<version>2.1.0</version>
<version>2.1.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>com.io7m.jbssio</name>
Expand All @@ -32,7 +32,7 @@

<properties>
<!-- Configuration -->
<io7m.api.previousVersion>2.0.0</io7m.api.previousVersion>
<io7m.api.previousVersion>2.1.0</io7m.api.previousVersion>
<io7m.java.targetJavaVersion>17</io7m.java.targetJavaVersion>

<!-- Third-party dependencies. -->
Expand Down

0 comments on commit 9efd5cd

Please sign in to comment.