From ec36953500ae2d36d2a7d5814aa339a26f3e08bc Mon Sep 17 00:00:00 2001 From: Scott Leberknight <174812+sleberknight@users.noreply.github.com> Date: Tue, 7 Nov 2023 22:13:30 -0500 Subject: [PATCH] Fix SCM URL in the POM The developerConnection should start with scm:git: --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4c6b3be..9bc47bb 100644 --- a/pom.xml +++ b/pom.xml @@ -79,7 +79,7 @@ scm:git:https://github.com/kiwiproject/dropwizard-jakarta-xml-ws.git - scm:git@github.com:kiwiproject/dropwizard-jakarta-xml-ws.git + scm:git:git@github.com:kiwiproject/dropwizard-jakarta-xml-ws.git https://github.com/kiwiproject/dropwizard-jakarta-xml-ws