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

khmarbaise pushed a commit to branch MJAVADOC-779
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git

commit 692d7a8a9918efd24633a44f0f3d4dfd22d0fec4
Author: Karl Heinz Marbaise <khmarba...@apache.org>
AuthorDate: Tue Nov 14 10:10:58 2023 +0100

    [MJAVADOC-779] - Upgrade maven-plugin parent to 41
---
 null-null.jar | Bin 0 -> 92898 bytes
 pom.xml       |   3 +--
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/null-null.jar b/null-null.jar
new file mode 100644
index 00000000..2adaecf0
Binary files /dev/null and b/null-null.jar differ
diff --git a/pom.xml b/pom.xml
index e0cfdb86..64071fc3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>40</version>
+    <version>41</version>
     <relativePath />
   </parent>
 
@@ -498,7 +498,6 @@ under the License.
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-invoker-plugin</artifactId>
-            <version>3.6.0</version>
             <configuration>
               
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
               <projectsDirectory>src/it/projects</projectsDirectory>

Reply via email to