From 3d4acb71fd0164f8de18f76d7553d3355bc68379 Mon Sep 17 00:00:00 2001 From: Konrad Windszus Date: Thu, 13 Feb 2025 15:05:06 +0100 Subject: [PATCH] Fix SCM URLs Use proper SSH URL for developerConnection, use HTTPs for regular connection --- pom.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 86a3750..728393b 100644 --- a/pom.xml +++ b/pom.xml @@ -16,11 +16,12 @@ This library provides encryption/decryption functionality with pluggable ciphers and password providers - scm:git:git@github.com:codehaus-plexus/plexus-sec-dispatcher.git - scm:git:git@github.com:codehaus-plexus/plexus-sec-dispatcher.git + scm:git:https://github.com/codehaus-plexus/plexus-sec-dispatcher.git + scm:git:ssh://git@github.com:codehaus-plexus/plexus-sec-dispatcher.git HEAD - https://github.com/codehaus-plexus/plexus-sec-dispatcher.git + https://github.com/codehaus-plexus/plexus-sec-dispatcher/tree/${project.scm.tag}/ + jira https://github.com/codehaus-plexus/plexus-sec-dispatcher/issues