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 2018/03/24 12:57:12 UTC

[maven-javadoc-plugin] branch MJAVADOC-519 created (now d955df5)

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

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


      at d955df5  [MJAVADOC-519] - IT detectLinks fails on Windows

This branch includes the following new commits:

     new d955df5  [MJAVADOC-519] - IT detectLinks fails on Windows

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.


-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.

[maven-javadoc-plugin] 01/01: [MJAVADOC-519] - IT detectLinks fails on Windows

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

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

commit d955df5270ed539347e1032dd3ce32e6b4b033e3
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Mar 24 13:56:26 2018 +0100

    [MJAVADOC-519] - IT detectLinks fails on Windows
---
 src/it/projects/detectLinks/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/it/projects/detectLinks/pom.xml b/src/it/projects/detectLinks/pom.xml
index 2211198..ed387e8 100644
--- a/src/it/projects/detectLinks/pom.xml
+++ b/src/it/projects/detectLinks/pom.xml
@@ -53,8 +53,9 @@
     <!-- unknown apidocs link -->
     <dependency>
       <groupId>org.apache.maven</groupId>
-      <artifactId>maven-script-marmalade</artifactId>
-      <version>2.0-beta-2</version>
+      <artifactId>maven-script</artifactId>
+      <version>2.2.1</version>
+      <type>pom</type>
     </dependency>
   </dependencies>
 

-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.