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

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

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

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

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

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

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

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

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

0 comments on commit 8a62027

Please sign in to comment.