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:01 UTC

[maven-reporting-exec] branch fix-macos-build created (now e778c6d)

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

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


      at e778c6d  Fix build forked-lifecycle IT on macOS

This branch includes the following new commits:

     new e778c6d  Fix build forked-lifecycle IT on macOS

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-reporting-exec] 01/01: Fix build forked-lifecycle IT on macOS

Posted by sj...@apache.org.
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>