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/08/06 10:26:44 UTC

[maven-toolchains-plugin] 01/01: [MTOOLCHAINS-42] - Upgrade maven-plugin parent to 37

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

khmarbaise pushed a commit to branch MTOOLCHAINS-42
in repository https://gitbox.apache.org/repos/asf/maven-toolchains-plugin.git

commit d2cf7b31317ac2be521b15b7ea5909b246609b3d
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Aug 6 12:26:38 2022 +0200

    [MTOOLCHAINS-42] - Upgrade maven-plugin parent to 37
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9fd0187..8652457 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <artifactId>maven-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
-    <version>36</version>
+    <version>37</version>
     <relativePath />
   </parent>