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 21:32:09 UTC

[maven-changes-plugin] branch master updated (21d9a09 -> a9b78d8)

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

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


    from 21d9a09  [MCHANGES-398] link to developer (by column) broken
     new 55e7c5a  Update link to Central (https)
     new a9b78d8  Use default configuration for Jenkins build

The 2 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.


Summary of changes:
 Jenkinsfile                                                             | 2 +-
 .../java/org/apache/maven/plugins/jira/JiraUnicodeTestProjectStub.java  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[maven-changes-plugin] 02/02: Use default configuration for Jenkins build

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

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

commit a9b78d87252030bca933c626170dc13ba36c3930
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Feb 9 22:23:49 2020 +0100

    Use default configuration for Jenkins build
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index a549506..e9f05f7 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,4 +17,4 @@
  * under the License.
  */
 
-asfMavenTlpPlgnBuild(jdk:['7','8','11'])
+asfMavenTlpPlgnBuild()


[maven-changes-plugin] 01/02: Update link to 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 master
in repository https://gitbox.apache.org/repos/asf/maven-changes-plugin.git

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

    Update link to Central (https)
---
 .../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 );