Skip to content

Commit

Permalink
Mark 1.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed Apr 7, 2024
1 parent 1e3970c commit 6af447e
Show file tree
Hide file tree
Showing 5 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.9-SNAPSHOT</version>
<version>1.0.0-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.9-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>com.io7m.hibiscus.basic</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion com.io7m.hibiscus.examples/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.9-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>com.io7m.hibiscus.examples</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.9-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>com.io7m.hibiscus.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.hibiscus</groupId>
<artifactId>com.io7m.hibiscus</artifactId>
<version>0.0.9-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>

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

0 comments on commit 6af447e

Please sign in to comment.