You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/01/26 21:59:02 UTC

[maven-reporting-exec] 01/01: Fix build forked-lifecycle IT on macOS

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

sjaranowski pushed a commit to branch fix-macos-build
in repository https://gitbox.apache.org/repos/asf/maven-reporting-exec.git

commit e778c6d5f06dcceebdfbb66cf50e886977c3ea61
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Wed Jan 26 22:58:13 2022 +0100

    Fix build forked-lifecycle IT on macOS
---
 src/it/forked-lifecycle/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/it/forked-lifecycle/pom.xml b/src/it/forked-lifecycle/pom.xml
index 826b983..a1baefd 100644
--- a/src/it/forked-lifecycle/pom.xml
+++ b/src/it/forked-lifecycle/pom.xml
@@ -65,7 +65,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>3.0.0-M1</version>
+        <version>3.3.1</version>
       </plugin>
     </plugins>
   </reporting>