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 2018/08/07 20:06:28 UTC

[maven-apache-parent] branch MPOM-205 updated: [MPOM-205] added id to show the intent

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

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


The following commit(s) were added to refs/heads/MPOM-205 by this push:
     new 6b856a6  [MPOM-205] added id to show the intent
6b856a6 is described below

commit 6b856a68000630117274d7a8c8f02160ef7907d6
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Tue Aug 7 22:04:28 2018 +0200

    [MPOM-205] added id to show the intent
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 129054d..e34a672 100644
--- a/pom.xml
+++ b/pom.xml
@@ -429,6 +429,7 @@ under the License.
             <version>1.6</version>
             <executions>
               <execution>
+                <id>checksum-source-release</id>
                 <goals>
                   <goal>files</goal>
                 </goals>