You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2020/01/22 06:11:15 UTC

[maven-apache-parent] branch master updated (0ebfdbc -> 73f39e8)

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

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


    from 0ebfdbc  [MPOM-234] upgrade apache-rat-plugin to 0.13
     new acf526e  [MPOM-237] upgrade maven-remote-resources-plugin to 1.7.0
     new 73f39e8  [MPOM-233] add release-discuss mailing list to ASF parent site

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:
 pom.xml      |  2 +-
 site-pom.xml | 10 ++++++++++
 2 files changed, 11 insertions(+), 1 deletion(-)


[maven-apache-parent] 02/02: [MPOM-233] add release-discuss mailing list to ASF parent site

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

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

commit 73f39e82960972b21bdde630d4fe378d7c3b2ea3
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Tue Jan 21 23:37:26 2020 +0100

    [MPOM-233] add release-discuss mailing list to ASF parent site
---
 site-pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/site-pom.xml b/site-pom.xml
index cc5f99b..d42c1b1 100644
--- a/site-pom.xml
+++ b/site-pom.xml
@@ -36,6 +36,16 @@ under the License.
   <description>This project consists of a POM that contains settings that are likely to be useful to any Apache project that is building and releasing code with Maven 2/3.</description>
   <url>https://maven.apache.org/pom/asf/</url>
 
+  <mailingLists>
+    <mailingList>
+      <name>Apache Release Discuss</name>
+      <subscribe>mailto:release-discuss-subscribe@apache.org</subscribe>
+      <unsubscribe>mailto:release-discuss-unsubscribe@apache.org</unsubscribe>
+      <post>mailto:release-discuss@apache.org</post>
+      <archive>https://lists.apache.org/list.html?release-discuss@apache.org</archive>
+    </mailingList>
+  </mailingLists>
+
   <scm>
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-apache-parent.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-apache-parent.git</developerConnection>


[maven-apache-parent] 01/02: [MPOM-237] upgrade maven-remote-resources-plugin to 1.7.0

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

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

commit acf526e25cc6fb704a00252bb2cd524f97fe59d4
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Tue Jan 21 23:34:31 2020 +0100

    [MPOM-237] upgrade maven-remote-resources-plugin to 1.7.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ce67bd8..d39df57 100644
--- a/pom.xml
+++ b/pom.xml
@@ -238,7 +238,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-remote-resources-plugin</artifactId>
-          <version>1.6.0</version>
+          <version>1.7.0</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>