This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository maven-helper-plugin. See https://gitlab.nuiton.org/nuiton/maven-helper-plugin.git commit 0e576024fac1305d3006c621e7e765b6d76903e5 Author: Arnaud Thimel <thimel@codelutin.com> Date: Tue Jan 21 10:59:28 2020 +0100 Fix Maven Central URL --- .../main/java/org/nuiton/helper/plugin/CheckAutoContainerPlugin.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helper-maven-plugin/src/main/java/org/nuiton/helper/plugin/CheckAutoContainerPlugin.java b/helper-maven-plugin/src/main/java/org/nuiton/helper/plugin/CheckAutoContainerPlugin.java index d7ff543..b8bb449 100644 --- a/helper-maven-plugin/src/main/java/org/nuiton/helper/plugin/CheckAutoContainerPlugin.java +++ b/helper-maven-plugin/src/main/java/org/nuiton/helper/plugin/CheckAutoContainerPlugin.java @@ -75,7 +75,7 @@ public class CheckAutoContainerPlugin extends AbstractPlugin { protected Map<String, String> repositories; /** - * A flag to add the maven central repository http://repo1.maven.org/maven2 + * A flag to add the maven central repository https://repo1.maven.org/maven2 * to {@link #repositories}. * * @since 1.2.5 @@ -188,7 +188,7 @@ public class CheckAutoContainerPlugin extends AbstractPlugin { public static final String MAVEN_CENTRAL_ID = "maven-central"; - public static final String MAVEN_CENTRAL_URL = "http://repo1.maven.org/maven2/"; + public static final String MAVEN_CENTRAL_URL = "https://repo1.maven.org/maven2/"; @Override public MavenProject getProject() { -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.