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:24:12 UTC

[maven-apache-parent] branch master updated (b6be4a8 -> 01d812b)

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-apache-parent.git.


    from b6be4a8  Prepare for 24-SNAPSHOT
     new 61ccd38  cleanup: sync fluido skin version to 1.9
     new 6b05d1a  cleanup: updated link to CI
     new 01d812b  [MPOM-259] Upgrade maven-scm-publish-plugin to 3.1.0

The 3 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:
 pom.xml                | 24 +-----------------------
 site-pom.xml           |  2 +-
 src/site-docs/site.xml |  2 +-
 3 files changed, 3 insertions(+), 25 deletions(-)


[maven-apache-parent] 01/03: cleanup: sync fluido skin version to 1.9

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-apache-parent.git

commit 61ccd3805a48601a86645cd95ed169fc0cfe3db0
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Dec 27 12:20:59 2020 +0100

    cleanup: sync fluido skin version to 1.9
---
 src/site-docs/site.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site-docs/site.xml b/src/site-docs/site.xml
index 563c007..06a336f 100644
--- a/src/site-docs/site.xml
+++ b/src/site-docs/site.xml
@@ -36,7 +36,7 @@ under the License.
   <skin>
     <groupId>org.apache.maven.skins</groupId>
     <artifactId>maven-fluido-skin</artifactId>
-    <version>1.7</version>
+    <version>1.9</version>
   </skin>
 
   <edit>${project.scm.url}</edit>


[maven-apache-parent] 02/03: cleanup: updated link to CI

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-apache-parent.git

commit 6b05d1a20895185582efb54e8a66d52d4fa9972f
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Dec 27 12:21:25 2020 +0100

    cleanup: updated link to CI
---
 site-pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site-pom.xml b/site-pom.xml
index a506849..98ba516 100644
--- a/site-pom.xml
+++ b/site-pom.xml
@@ -58,7 +58,7 @@ under the License.
   </issueManagement>
   <ciManagement>
     <system>Jenkins</system>
-    <url>https://builds.apache.org/view/M-R/view/Maven/job/maven-box/job/maven-apache-parent/</url>
+    <url>https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven-parent/</url>
     <notifiers>
       <notifier>
         <type>mail</type>


[maven-apache-parent] 03/03: [MPOM-259] Upgrade maven-scm-publish-plugin to 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-apache-parent.git

commit 01d812b4e78c1661ad61b1d1befcccbed2cc3e3f
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Dec 27 12:20:33 2020 +0100

    [MPOM-259] Upgrade maven-scm-publish-plugin to 3.1.0
---
 pom.xml | 24 +-----------------------
 1 file changed, 1 insertion(+), 23 deletions(-)

diff --git a/pom.xml b/pom.xml
index 255e700..c7bf800 100644
--- a/pom.xml
+++ b/pom.xml
@@ -258,29 +258,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-scm-publish-plugin</artifactId>
-          <version>3.0.0</version>
-          <dependencies><!-- TODO remove these overridden dependencies when upgrading to 3.1.0, see MSCMPUB-37 -->
-            <dependency>
-              <groupId>org.apache.maven.scm</groupId>
-              <artifactId>maven-scm-api</artifactId>
-              <version>1.11.2</version>
-            </dependency>
-            <dependency>
-              <groupId>org.apache.maven.scm</groupId>
-              <artifactId>maven-scm-provider-gitexe</artifactId>
-              <version>1.11.2</version>
-            </dependency>
-            <dependency>
-              <groupId>org.apache.maven.scm</groupId>
-              <artifactId>maven-scm-provider-svn-commons</artifactId>
-              <version>1.11.2</version>
-            </dependency>
-            <dependency>
-              <groupId>org.apache.maven.scm</groupId>
-              <artifactId>maven-scm-provider-svnexe</artifactId>
-              <version>1.11.2</version>
-            </dependency>
-          </dependencies>
+          <version>3.1.0</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>