You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/01/17 03:27:31 UTC

[maven-doap-plugin] branch ssl created (now 17031f9)

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

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


      at 17031f9  Update links to Maven Central (https)

This branch includes the following new commits:

     new 17031f9  Update links to Maven Central (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-doap-plugin] 01/01: Update links to Maven Central (https)

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

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

commit 17031f9c259186f74030d7918d6e8a63cbe8e5f1
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Fri Jan 17 04:27:18 2020 +0100

    Update links to Maven Central (https)
---
 .../java/org/apache/maven/plugin/doap/stubs/AsfDoapProjectStub.java     | 2 +-
 src/test/java/org/apache/maven/plugin/doap/stubs/DoapProjectStub.java   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/test/java/org/apache/maven/plugin/doap/stubs/AsfDoapProjectStub.java b/src/test/java/org/apache/maven/plugin/doap/stubs/AsfDoapProjectStub.java
index 7efab19..8a0c403 100644
--- a/src/test/java/org/apache/maven/plugin/doap/stubs/AsfDoapProjectStub.java
+++ b/src/test/java/org/apache/maven/plugin/doap/stubs/AsfDoapProjectStub.java
@@ -128,7 +128,7 @@ public class AsfDoapProjectStub
     public List<ArtifactRepository> getRemoteArtifactRepositories()
     {
         ArtifactRepository repository =
-            new DefaultArtifactRepository( "central", "http://repo2.maven.org/maven2/", new DefaultRepositoryLayout() );
+            new DefaultArtifactRepository( "central", "https://repo.maven.apache.org/maven2", new DefaultRepositoryLayout() );
 
         return Collections.singletonList( repository );
     }
diff --git a/src/test/java/org/apache/maven/plugin/doap/stubs/DoapProjectStub.java b/src/test/java/org/apache/maven/plugin/doap/stubs/DoapProjectStub.java
index a8d6412..7959a85 100644
--- a/src/test/java/org/apache/maven/plugin/doap/stubs/DoapProjectStub.java
+++ b/src/test/java/org/apache/maven/plugin/doap/stubs/DoapProjectStub.java
@@ -138,7 +138,7 @@ public class DoapProjectStub
     public List<ArtifactRepository> getRemoteArtifactRepositories()
     {
         ArtifactRepository repository =
-            new DefaultArtifactRepository( "central", "http://repo2.maven.org/maven2/", new DefaultRepositoryLayout() );
+            new DefaultArtifactRepository( "central", "https://repo.maven.apache.org/maven2", new DefaultRepositoryLayout() );
 
         return Collections.singletonList( repository );
     }