Skip to content

Commit

Permalink
Mark 4.0.0-beta0001
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed May 28, 2023
1 parent 674c6c5 commit 09b81c7
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion com.io7m.jwheatsheaf.api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>com.io7m.jwheatsheaf</artifactId>
<groupId>com.io7m.jwheatsheaf</groupId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-beta0001</version>
</parent>

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

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

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

<artifactId>com.io7m.jwheatsheaf.filter.glob</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.jwheatsheaf.oxygen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>com.io7m.jwheatsheaf</artifactId>
<groupId>com.io7m.jwheatsheaf</groupId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-beta0001</version>
</parent>

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

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

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

<groupId>com.io7m.jwheatsheaf</groupId>
<artifactId>com.io7m.jwheatsheaf</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-beta0001</version>
<packaging>pom</packaging>

<name>com.io7m.jwheatsheaf</name>
Expand All @@ -37,7 +37,7 @@
<properties>
<com.io7m.immutables.version>2.9.3</com.io7m.immutables.version>
<com.io7m.xoanon.version>1.0.0-beta0001</com.io7m.xoanon.version>
<io7m.api.previousVersion>2.0.0</io7m.api.previousVersion>
<io7m.api.previousVersion>3.0.0</io7m.api.previousVersion>
<javafx.version>20.0.1</javafx.version>
<junit.version>5.9.3</junit.version>
</properties>
Expand Down

0 comments on commit 09b81c7

Please sign in to comment.