From df8247acc436709cc620b2c2958079b705242f05 Mon Sep 17 00:00:00 2001 From: Thomas Steenbergen Date: Mon, 8 Jun 2020 09:37:13 +0200 Subject: [PATCH] Fix SCM in pom.xml to point to correct repository Fix URLs to point to hte correct upstream source code repository and fix values to conform to http://maven.apache.org/pom.html#scm. Signed-off-by: Thomas Steenbergen --- pom.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index c1a3d2b..317f005 100644 --- a/pom.xml +++ b/pom.xml @@ -256,10 +256,9 @@ - scm:git:git@github.com:juven/git-demo.git - scm:git:git@github.com:juven/git-demo.git - - git@github.com:juven/git-demo.git + scm:git:https://github.com/jsr107/jsr107spec.git + scm:git:git@github.com:jsr107/jsr107spec.git + https://github.com/jsr107/jsr107spec