chore: bump version to 1.0.1-SNAPSHOT

This commit is contained in:
Jorge Bornhausen 2024-11-11 09:43:08 +01:00
parent 7ec59eaef4
commit a18c903202
Signed by: jorge.bornhausen
SSH key fingerprint: SHA256:X2ootOwvCeP4FoNfmVUFIKIbhq95tAgnt7Oqg3x+lfs
6 changed files with 6 additions and 6 deletions

View file

@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ch.phoenixtechnologies.quarkus</groupId>
<artifactId>quarkus-commons</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>

View file

@ -7,7 +7,7 @@
<parent>
<groupId>ch.phoenixtechnologies.quarkus</groupId>
<artifactId>quarkus-commons</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
</parent>
<artifactId>quarkus-clock-service</artifactId>

View file

@ -7,7 +7,7 @@
<parent>
<groupId>ch.phoenixtechnologies.quarkus</groupId>
<artifactId>quarkus-commons</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
</parent>
<artifactId>quarkus-json-service</artifactId>

View file

@ -7,7 +7,7 @@
<parent>
<groupId>ch.phoenixtechnologies.quarkus</groupId>
<artifactId>quarkus-commons</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
</parent>
<artifactId>quarkus-message-digest-service</artifactId>

View file

@ -7,7 +7,7 @@
<parent>
<groupId>ch.phoenixtechnologies.quarkus</groupId>
<artifactId>quarkus-commons</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
</parent>
<artifactId>quarkus-random-number-generator</artifactId>

View file

@ -7,7 +7,7 @@
<parent>
<groupId>ch.phoenixtechnologies.quarkus</groupId>
<artifactId>quarkus-commons</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
</parent>
<artifactId>quarkus-uuid-generator</artifactId>