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 Apr 30, 2023
1 parent cef750a commit 515323f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion com.io7m.hibiscus.api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>com.io7m.hibiscus</artifactId>
<groupId>com.io7m.hibiscus</groupId>
<version>0.0.7</version>
<version>0.0.8-SNAPSHOT</version>
</parent>
<artifactId>com.io7m.hibiscus.api</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion com.io7m.hibiscus.basic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>com.io7m.hibiscus</artifactId>
<groupId>com.io7m.hibiscus</groupId>
<version>0.0.7</version>
<version>0.0.8-SNAPSHOT</version>
</parent>
<artifactId>com.io7m.hibiscus.basic</artifactId>

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

<packaging>pom</packaging>
<name>com.io7m.hibiscus</name>
Expand All @@ -29,7 +29,7 @@
<properties>
<com.io7m.xstructural.version>1.8.0</com.io7m.xstructural.version>
<com.io7m.jxtrand.version>1.1.0</com.io7m.jxtrand.version>
<io7m.api.previousVersion>0.0.7</io7m.api.previousVersion>
<io7m.api.previousVersion>0.0.8-SNAPSHOT</io7m.api.previousVersion>
<junit.version>5.9.2</junit.version>
<jqwik.version>1.7.3</jqwik.version>
</properties>
Expand Down

0 comments on commit 515323f

Please sign in to comment.