From 3db1a05da01ff42f4352e446b35bcc0cb935d781 Mon Sep 17 00:00:00 2001 From: Michael Schnell Date: Mon, 23 Dec 2019 11:23:01 +0100 Subject: [PATCH] Added snapshot repo --- quarkus/pom.xml | 42 ++++++++++++++++++++++++++++++------------ 1 file changed, 30 insertions(+), 12 deletions(-) diff --git a/quarkus/pom.xml b/quarkus/pom.xml index 22d0c70..58b2654 100644 --- a/quarkus/pom.xml +++ b/quarkus/pom.xml @@ -1,17 +1,35 @@ - - 4.0.0 + + 4.0.0 - org.fuin.cqrs4j.example.quarkus - cqrs4j-quarkus-example-root - 0.0.1-SNAPSHOT - pom + org.fuin.cqrs4j.example.quarkus + cqrs4j-quarkus-example-root + 0.0.1-SNAPSHOT + pom - - shared - query - - + + shared + query + + + + + + + sonatype.oss.snapshots + Sonatype OSS Snapshot Repository + https://oss.sonatype.org/content/repositories/snapshots + + false + + + always + true + + + +