You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2019/06/06 10:43:43 UTC

[maven-doxia-sitetools] branch htmlunit-2.24 created (now b53d6e8)

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

michaelo pushed a change to branch htmlunit-2.24
in repository https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git.


      at b53d6e8  Upgrade htmlunit to 2.24

This branch includes the following new commits:

     new b53d6e8  Upgrade htmlunit to 2.24

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-doxia-sitetools] 01/01: Upgrade htmlunit to 2.24

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

michaelo pushed a commit to branch htmlunit-2.24
in repository https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git

commit b53d6e83e0c931938968a6f07690db8f05cfb32a
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Thu Jun 6 12:43:35 2019 +0200

    Upgrade htmlunit to 2.24
---
 doxia-site-renderer/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doxia-site-renderer/pom.xml b/doxia-site-renderer/pom.xml
index 68a9678..79b55d8 100644
--- a/doxia-site-renderer/pom.xml
+++ b/doxia-site-renderer/pom.xml
@@ -161,7 +161,7 @@ under the License.
     <dependency>
       <groupId>net.sourceforge.htmlunit</groupId>
       <artifactId>htmlunit</artifactId>
-      <version>2.7</version>
+      <version>2.24</version>
       <scope>test</scope>
     </dependency>
     <dependency>