You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/07/01 17:42:29 UTC

[maven-reporting-impl] 01/04: [MSHARED-1093] Upgrade Maven Parent to 36

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

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-reporting-impl.git

commit 392ae3b18f79f71f86585e7d531efe3f9dc13f49
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Fri Jul 1 19:19:30 2022 +0200

    [MSHARED-1093] Upgrade Maven Parent to 36
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9225a21..5b7f7a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.shared</groupId>
     <artifactId>maven-shared-components</artifactId>
-    <version>34</version>
+    <version>36</version>
     <relativePath />
   </parent>