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 28, 2024
1 parent 3890516 commit f5b0dc0
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion com.io7m.mime2045.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>com.io7m.mime2045</artifactId>
<groupId>com.io7m.mime2045</groupId>
<version>1.1.0</version>
<version>1.1.2-SNAPSHOT</version>
</parent>

<artifactId>com.io7m.mime2045.core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.mime2045.fileext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>com.io7m.mime2045</artifactId>
<groupId>com.io7m.mime2045</groupId>
<version>1.1.0</version>
<version>1.1.2-SNAPSHOT</version>
</parent>

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

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

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

<artifactId>com.io7m.mime2045.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.mime2045</groupId>
<artifactId>com.io7m.mime2045</artifactId>
<version>1.1.0</version>
<version>1.1.2-SNAPSHOT</version>

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

<properties>
<!-- Configuration. -->
<io7m.api.previousVersion>1.0.1</io7m.api.previousVersion>
<io7m.api.previousVersion>1.1.0</io7m.api.previousVersion>
<io7m.java.targetJavaVersion>17</io7m.java.targetJavaVersion>

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

0 comments on commit f5b0dc0

Please sign in to comment.