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

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

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

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

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

<groupId>com.io7m.trasco</groupId>
<artifactId>com.io7m.trasco</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>

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

<properties>
<!-- Configuration -->
<io7m.api.previousVersion>1.1.0</io7m.api.previousVersion>
<io7m.api.previousVersion>2.0.0</io7m.api.previousVersion>
<io7m.java.targetJavaVersion>21</io7m.java.targetJavaVersion>

<!-- io7m dependencies. -->
Expand Down

0 comments on commit 2a26b72

Please sign in to comment.