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/05/16 18:12:52 UTC

[maven-site-plugin] 02/03: [MSITE-898] Upgrade Parent to 36

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

michaelo pushed a commit to branch maven-site-plugin-3.x
in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git

commit f314e9da6ba0b5611fd5dd7dcff2d9ecc36dcd61
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Wed Apr 27 22:59:35 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index c2525d31..494ce904 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>34</version>
+    <version>36</version>
     <relativePath />
   </parent>