You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2022/11/26 10:40:44 UTC

[maven-enforcer] 01/01: [MENFORCER-438] - Upgrade maven-plugin parent to 38

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

khmarbaise pushed a commit to branch MENFORCER-438
in repository https://gitbox.apache.org/repos/asf/maven-enforcer.git

commit 629f57de2f311ebfe05b578cfebccb3ea9b4feb5
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Nov 26 11:40:27 2022 +0100

    [MENFORCER-438] - Upgrade maven-plugin parent to 38
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4f06e61..e5046ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>maven-parent</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>37</version>
+    <version>38</version>
     <relativePath />
   </parent>
   <groupId>org.apache.maven.enforcer</groupId>