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/03/24 19:38:01 UTC

[maven-shade-plugin] branch MSHADE-415 created (now 40ccb71)

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

khmarbaise pushed a change to branch MSHADE-415
in repository https://gitbox.apache.org/repos/asf/maven-shade-plugin.git.


      at 40ccb71  [MSHADE-415] - Upgrade maven-plugin parent to 35

This branch includes the following new commits:

     new 40ccb71  [MSHADE-415] - Upgrade maven-plugin parent to 35

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[maven-shade-plugin] 01/01: [MSHADE-415] - Upgrade maven-plugin parent to 35

Posted by kh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch MSHADE-415
in repository https://gitbox.apache.org/repos/asf/maven-shade-plugin.git

commit 40ccb7124c84a95c1e99aafe6610087208d0555c
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Thu Mar 24 20:37:56 2022 +0100

    [MSHADE-415] - Upgrade maven-plugin parent to 35
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1ec7e5a..f55b5cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <artifactId>maven-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
-    <version>34</version>
+    <version>35</version>
     <relativePath />
   </parent>