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

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

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>com.io7m.ervilla</groupId>
<artifactId>com.io7m.ervilla</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>

<packaging>pom</packaging>
<name>com.io7m.ervilla</name>
Expand Down

0 comments on commit de60d73

Please sign in to comment.