chore: migrate project to phoenix-oss organization
All checks were successful
Build / build (pull_request) Successful in 1m56s
All checks were successful
Build / build (pull_request) Successful in 1m56s
This commit is contained in:
parent
622ddf5cce
commit
8396157611
28 changed files with 44 additions and 44 deletions
|
@ -1,4 +1,4 @@
|
|||
package ch.phoenixtechnologies.quarkus.commons.clock;
|
||||
package ch.phoenix.oss.quarkus.commons.clock;
|
||||
|
||||
import io.quarkus.arc.DefaultBean;
|
||||
import jakarta.enterprise.context.ApplicationScoped;
|
|
@ -1,4 +1,4 @@
|
|||
package ch.phoenixtechnologies.quarkus.commons.clock;
|
||||
package ch.phoenix.oss.quarkus.commons.clock;
|
||||
|
||||
import java.time.Instant;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package ch.phoenixtechnologies.quarkus.commons.clock;
|
||||
package ch.phoenix.oss.quarkus.commons.clock;
|
||||
|
||||
import io.quarkus.arc.DefaultBean;
|
||||
import jakarta.enterprise.context.ApplicationScoped;
|
|
@ -1,4 +1,4 @@
|
|||
package ch.phoenixtechnologies.quarkus.commons.clock;
|
||||
package ch.phoenix.oss.quarkus.commons.clock;
|
||||
|
||||
import static org.assertj.core.api.Assertions.assertThat;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package ch.phoenixtechnologies.quarkus.commons.clock;
|
||||
package ch.phoenix.oss.quarkus.commons.clock;
|
||||
|
||||
import static org.assertj.core.api.Assertions.assertThat;
|
||||
import static org.mockito.Mockito.when;
|
Loading…
Add table
Add a link
Reference in a new issue