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/04/27 21:13:52 UTC

[maven-site-plugin] 02/02: [MSITE-898] Upgrade 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-site-plugin.git

commit 95ab9e556e80b2ab90034949f9e60c323706e712
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 725d9b2a..ba88bc49 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>