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
The following commit(s) were added to refs/heads/master by this push:
new 3aa95b8 [MPOM-244] upgrade checksum-maven-plugin to 1.11, restores
Maven 3.1.1
3aa95b8 is described below
commit 3aa95b851aafaca6ad1f40b1890264c9c4f2416c
Author: Hervé Boutemy <[email protected]>
AuthorDate: Tue Jul 6 08:07:39 2021 +0200
[MPOM-244] upgrade checksum-maven-plugin to 1.11, restores Maven 3.1.1
prerequisite (thanks nicoulaj)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index dd5e315..b46141a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -442,7 +442,7 @@ under the License.
<plugin>
<groupId>net.nicoulaj.maven.plugins</groupId>
<artifactId>checksum-maven-plugin</artifactId>
- <version>1.10</version>
+ <version>1.11</version>
<executions>
<execution>
<id>source-release-checksum</id>