chore: migrate project to phoenix-oss organization
All checks were successful
Build / build (pull_request) Successful in 1m56s

This commit is contained in:
Jorge Bornhausen 2025-05-15 15:47:53 +02:00
parent 622ddf5cce
commit 8396157611
Signed by: jorge.bornhausen
SSH key fingerprint: SHA256:X2ootOwvCeP4FoNfmVUFIKIbhq95tAgnt7Oqg3x+lfs
28 changed files with 44 additions and 44 deletions

View file

@ -3,9 +3,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>ch.phoenixtechnologies.quarkus</groupId>
<groupId>ch.phoenix.oss</groupId>
<artifactId>quarkus-commons</artifactId>
<version>1.2.9-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>quarkus-uuid-generator</artifactId>

View file

@ -1,4 +1,4 @@
package ch.phoenixtechnologies.quarkus.commons.uuid;
package ch.phoenix.oss.quarkus.commons.uuid;
import java.util.Random;
import java.util.UUID;

View file

@ -1,4 +1,4 @@
package ch.phoenixtechnologies.quarkus.commons.uuid;
package ch.phoenix.oss.quarkus.commons.uuid;
import com.fasterxml.uuid.Generators;
import io.quarkus.arc.DefaultBean;

View file

@ -1,4 +1,4 @@
package ch.phoenixtechnologies.quarkus.commons.uuid;
package ch.phoenix.oss.quarkus.commons.uuid;
import static org.assertj.core.api.AssertionsForClassTypes.assertThat;