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/12/28 17:31:41 UTC

[maven-site] branch master updated (68566f6 -> 3195a89)

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-site.git.


    from 68566f6  maven-artifact-transfer 0.13.1 released
     new 06d01a1  Corrected links to new CI website
     new 3195a89  (doc) Use new maven-scm-publish-plugin 3.1.0

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:
 content/apt/developers/compatibility-plan.apt      | 2 +-
 content/apt/developers/retirement-plan-plugins.apt | 2 +-
 content/apt/guides/mini/guide-site.apt             | 2 +-
 content/xdoc/scm.xml                               | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)


[maven-site] 02/02: (doc) Use new maven-scm-publish-plugin 3.1.0

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-site.git

commit 3195a89a04dc909f76a43d42b738858898c9aadf
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Mon Dec 28 18:29:54 2020 +0100

    (doc) Use new maven-scm-publish-plugin 3.1.0
---
 content/apt/guides/mini/guide-site.apt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/apt/guides/mini/guide-site.apt b/content/apt/guides/mini/guide-site.apt
index f2e47c1..9470950 100644
--- a/content/apt/guides/mini/guide-site.apt
+++ b/content/apt/guides/mini/guide-site.apt
@@ -147,7 +147,7 @@ mvn site-deploy
     <plugin>
       <groupId>org.apache.maven.plugins</groupId>
       <artifactId>maven-scm-publish-plugin</artifactId>
-      <version>3.0.0</version>
+      <version>3.1.0</version>
       <configuration>
         <pubScmUrl>${project.scm.developerConnection}</pubScmUrl>
         <scmBranch>gh-pages</scmBranch>


[maven-site] 01/02: Corrected links to new CI website

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-site.git

commit 06d01a1c177f71a95ee73fa3d35e03506294c8f2
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Mon Dec 28 18:18:56 2020 +0100

    Corrected links to new CI website
---
 content/apt/developers/compatibility-plan.apt      | 2 +-
 content/apt/developers/retirement-plan-plugins.apt | 2 +-
 content/xdoc/scm.xml                               | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/content/apt/developers/compatibility-plan.apt b/content/apt/developers/compatibility-plan.apt
index 6dea424..d7207c2 100644
--- a/content/apt/developers/compatibility-plan.apt
+++ b/content/apt/developers/compatibility-plan.apt
@@ -38,7 +38,7 @@ Maven Compatibility Plan
 
   []
 
-  Current minimum runtime prerequisites for latest plugins release is visible in a {{{https://builds.apache.org/view/M-R/view/Maven/job/dist-tool-plugin/site/dist-tool-prerequisites.html}daily generated report}}.
+  Current minimum runtime prerequisites for latest plugins release is visible in a {{{https://ci-builds.apache.org/job/Maven/job/dist-tool-plugin/job/master/site/dist-tool-prerequisites.html}daily generated report}}.
 
 * Maven Plan
 
diff --git a/content/apt/developers/retirement-plan-plugins.apt b/content/apt/developers/retirement-plan-plugins.apt
index 9c2ee66..c943368 100644
--- a/content/apt/developers/retirement-plan-plugins.apt
+++ b/content/apt/developers/retirement-plan-plugins.apt
@@ -152,7 +152,7 @@ but has moved to the <Organization> <Project> project.
   [[1]] Put the JIRA project in read-only mode in case of standalone project (own Jira key): apply Maven Retired Project Permissions Scheme.
   (Requires JIRA admin karma: e.g. ask Brian Fox)
 
-  [[1]] Comment the {{{https://builds.apache.org/view/M-R/view/Maven/job/dist-tool-plugin/site/dist-tool.conf.html}dist-tool configuration}} entry.
+  [[1]] Comment the {{{https://ci-builds.apache.org/job/Maven/job/dist-tool-plugin/job/master/site/dist-tool.conf.html}dist-tool configuration}} entry.
 
   [[1]] Remove distribution from current {{{https://dist.apache.org/repos/dist/release/maven/}dist area}}
   (history remains available in {{{https://archive.apache.org/dist/maven/}archive}}).
diff --git a/content/xdoc/scm.xml b/content/xdoc/scm.xml
index d0ef807..3adb511 100644
--- a/content/xdoc/scm.xml
+++ b/content/xdoc/scm.xml
@@ -173,7 +173,7 @@ repo start master --all</pre>
               <td><a href="https://issues.apache.org/jira/projects/MRESOLVER/">Jira MRESOLVER</a></td>
             </tr>
             <tr>
-              <td><a href="https://builds.apache.org/view/M-R/view/Maven/job/dist-tool-plugin/site/">Apache Maven Distribution Checking Tool</a></td>
+              <td><a href="https://ci-builds.apache.org/job/Maven/job/dist-tool-plugin/job/master/site/">Apache Maven Distribution Checking Tool</a></td>
               <td><source><a href="https://gitbox.apache.org/repos/asf/maven-dist-tool.git">https://gitbox.apache.org/repos/asf/maven-dist-tool.git</a></source></td>
               <td><a href="https://github.com/apache/maven-dist-tool/">(GitHub mirror)</a></td>
               <td></td>