From 480bd9e5de1c609b49f12c353e9d7ca2b3a99e7e Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Fri, 30 Dec 2022 22:30:08 +0300 Subject: [PATCH] fix nexus urls --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 67ea616..2ea7b2f 100644 --- a/pom.xml +++ b/pom.xml @@ -288,7 +288,7 @@ nexus-staging-maven-plugin struchkov-nexus - http://nexus:8081/nexus/ + https://nexus.struchkov.dev/nexus/ true @@ -335,11 +335,11 @@ struchkov-nexus-release - http://nexus:8081/repository/maven-releases/ + https://nexus.struchkov.dev/repository/maven-releases/ struchkov-nexus-snapshot - http://nexus:8081/repository/maven-snapshots/ + https://nexus.struchkov.dev/repository/maven-snapshots/