You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2020/01/18 11:20:26 UTC

[maven-javadoc-plugin] branch https created (now dd110f5)

This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a change to branch https
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git.


      at dd110f5  http to central not supported anymore, switch to https

This branch includes the following new commits:

     new dd110f5  http to central not supported anymore, switch to https

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-javadoc-plugin] 01/01: http to central not supported anymore, switch to https

Posted by rf...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a commit to branch https
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git

commit dd110f5378dee48ac8927a46454a071aa6df4891
Author: rfscholte <rf...@apache.org>
AuthorDate: Sat Jan 18 12:20:19 2020 +0100

    http to central not supported anymore, switch to https
---
 .../maven/plugins/javadoc/stubs/TagletArtifactsMavenProjectStub.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/maven/plugins/javadoc/stubs/TagletArtifactsMavenProjectStub.java b/src/test/java/org/apache/maven/plugins/javadoc/stubs/TagletArtifactsMavenProjectStub.java
index 67afe30..2f97352 100644
--- a/src/test/java/org/apache/maven/plugins/javadoc/stubs/TagletArtifactsMavenProjectStub.java
+++ b/src/test/java/org/apache/maven/plugins/javadoc/stubs/TagletArtifactsMavenProjectStub.java
@@ -66,7 +66,7 @@ public class TagletArtifactsMavenProjectStub
     public List<ArtifactRepository> getRemoteArtifactRepositories()
     {
         ArtifactRepository repository =
-            new DefaultArtifactRepository( "central", "http://repo.maven.apache.org/maven2",
+            new DefaultArtifactRepository( "central", "https://repo.maven.apache.org/maven2",
                                            new DefaultRepositoryLayout() );
 
         return Collections.singletonList( repository );