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

pkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-transform.git


The following commit(s) were added to refs/heads/main by this push:
     new 709c772  Disable inheritance of `source-release-checksum`
709c772 is described below

commit 709c77248fea493354b30d89c743908aa53033d5
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Tue May 2 19:27:52 2023 +0200

    Disable inheritance of `source-release-checksum`
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 505c2de..cef2656 100644
--- a/pom.xml
+++ b/pom.xml
@@ -230,6 +230,7 @@
             <groupId>net.nicoulaj.maven.plugins</groupId>
             <artifactId>checksum-maven-plugin</artifactId>
             <version>1.11</version>
+            <inherited>false</inherited>
             <executions>
               <execution>
                 <id>source-release-checksum</id>

Reply via email to