From 7d98718afaa8cd792955e3213b1e07775eac924f Mon Sep 17 00:00:00 2001 From: Marcono1234 Date: Wed, 22 Mar 2023 22:21:01 +0100 Subject: [PATCH] Fix incorrect inherited URLs in `pom.xml` Previously Maven appended the artifact ID of the modules which lead for example for the `gson` module to the incorrect URL https://github.com/google/gson/gson This can be checked with `mvn help:effective-pom` --- pom.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index d4f93ccb92..93abb76ed5 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 com.google.code.gson @@ -39,7 +40,9 @@ 11 - + + https://github.com/google/gson/ scm:git:https://github.com/google/gson.git scm:git:git@github.com:google/gson.git