From 90e77bdc8040fcddb071ec00f00227c80e5beeb6 Mon Sep 17 00:00:00 2001 From: Artem Vysochyn Date: Sat, 1 Oct 2022 13:02:19 +0300 Subject: [PATCH] Added property distributionManagement.url --- pom.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index a277476..cf31adc 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,6 @@ - + 4.0.0 io.scalecube @@ -63,6 +65,9 @@ google_checks.xml UTF-8 UTF-8 + + https://maven.pkg.github.com/scalecube/${project.artifactId} + @@ -183,7 +188,7 @@ The reactor is not valid true - + @@ -280,7 +285,7 @@ github GitHub Packages - https://maven.pkg.github.com/scalecube/${project.artifactId} + ${distributionManagement.url}