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

[maven-apache-parent] branch MPOM-205 updated: [MPOM-205] better id

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 f3251e0  [MPOM-205] better id
f3251e0 is described below

commit f3251e0cf10cd947788667e70b854c3e605c6ad5
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Tue Aug 7 22:22:35 2018 +0200

    [MPOM-205] better id
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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