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/02/09 20:53:28 UTC

[maven-changes-plugin] branch ssl created (now 3f5fcfd)

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-changes-plugin.git.


      at 3f5fcfd  Update link to Central (ssl)

This branch includes the following new commits:

     new 3f5fcfd  Update link to Central (ssl)

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-changes-plugin] 01/01: Update link to Central (ssl)

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-changes-plugin.git

commit 3f5fcfd54543207e9b3aeb044d564fc1e2852585
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Feb 9 21:52:36 2020 +0100

    Update link to Central (ssl)
---
 .../java/org/apache/maven/plugins/jira/JiraUnicodeTestProjectStub.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/maven/plugins/jira/JiraUnicodeTestProjectStub.java b/src/test/java/org/apache/maven/plugins/jira/JiraUnicodeTestProjectStub.java
index d863ea3..790190e 100644
--- a/src/test/java/org/apache/maven/plugins/jira/JiraUnicodeTestProjectStub.java
+++ b/src/test/java/org/apache/maven/plugins/jira/JiraUnicodeTestProjectStub.java
@@ -42,7 +42,7 @@ public class JiraUnicodeTestProjectStub
         ArtifactRepositoryPolicy policy =
             new ArtifactRepositoryPolicy( true, ArtifactRepositoryPolicy.UPDATE_POLICY_ALWAYS,
                                           ArtifactRepositoryPolicy.CHECKSUM_POLICY_IGNORE );
-        ArtifactRepository repository = new MavenArtifactRepository( "central", "http://repo1.maven.org/maven2",
+        ArtifactRepository repository = new MavenArtifactRepository( "central", "https://repo.maven.apache.org/maven2",
                                                                      new DefaultRepositoryLayout(), policy, policy );
 
         return Collections.singletonList( repository );