[java-parent-project] branch master updated: JPAR-159 - Update Maven Central URL to https

Ian Young ian at iay.org.uk
Thu Jan 16 12:54:16 EST 2020


This is an automated email from the git hooks/post-receive script.

iay pushed a commit to branch master
in repository java-parent-project.

View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=fef1c3904dd3d45c5df771916557f60be19f35fe

The following commit(s) were added to refs/heads/master by this push:
       new  fef1c39   JPAR-159 - Update Maven Central URL to https
fef1c39 is described below

commit fef1c3904dd3d45c5df771916557f60be19f35fe
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Jan 16 17:54:10 2020 +0000

    JPAR-159 - Update Maven Central URL to https
    
    Also fix reference in the upload-nexus-dependencies script.
    
    https://issues.shibboleth.net/jira/browse/JPAR-159
---
 bin/upload-nexus-dependencies.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/upload-nexus-dependencies.sh b/bin/upload-nexus-dependencies.sh
index 2feb296..0e78c08 100755
--- a/bin/upload-nexus-dependencies.sh
+++ b/bin/upload-nexus-dependencies.sh
@@ -247,7 +247,7 @@ ask y "Download signatures" DOWNLOAD_SIGNATURES
 if [ $DOWNLOAD_SIGNATURES == "y" ] ; then
     $ECHO " Signatures are downloaded using cURL from Maven Central by default."
     $ECHO " An alternative repository may be provided, for example, https://repo.spring.io/snapshot"
-    DEFAULT_DOWNLOAD_ASC_URL="http://repo1.maven.org/maven2"
+    DEFAULT_DOWNLOAD_ASC_URL="https://repo1.maven.org/maven2"
     ask $DEFAULT_DOWNLOAD_ASC_URL " Download signatures from" DOWNLOAD_ASC_URL
     $ECHO " DOWNLOAD_ASC_URL is : $DOWNLOAD_ASC_URL"
     $ECHO ""

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list