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 2022/11/25 20:38:06 UTC

[maven-doxia-sitetools] branch master updated (0cb1782 -> c3ff269)

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

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


    from 0cb1782  [DOXIASITETOOLS-273] Upgrade Plexus Utils to 3.5.0
     new c5a311e  Add missing plugin version
     new 8671e2b  [DOXIASITETOOLS-274] Upgrade htmlunit to 2.67.0
     new c3ff269  [DOXIASITETOOLS-276] Upgrade Maven Wagon to 3.5.2

The 3 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.


Summary of changes:
 doxia-integration-tools/pom.xml | 1 +
 doxia-site-renderer/pom.xml     | 2 +-
 pom.xml                         | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)


[maven-doxia-sitetools] 03/03: [DOXIASITETOOLS-276] Upgrade Maven Wagon to 3.5.2

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

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

commit c3ff269c9b7002932621ab14a07d5de5bce224a5
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Fri Nov 25 21:37:41 2022 +0100

    [DOXIASITETOOLS-276] Upgrade Maven Wagon to 3.5.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cf595c4..7f08a88 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,7 +71,7 @@ under the License.
     <slf4jVersion>1.7.36</slf4jVersion>
     <mavenVersion>3.2.5</mavenVersion>
     <aetherVersion>1.0.0.v20140518</aetherVersion>
-    <wagonVersion>2.8</wagonVersion>
+    <wagonVersion>3.5.2</wagonVersion>
     <junitVersion>5.8.2</junitVersion>
     <maven.site.path>doxia-sitetools-archives/doxia-sitetools-LATEST</maven.site.path>
     <project.build.outputTimestamp>2022-06-20T18:19:40Z</project.build.outputTimestamp>


[maven-doxia-sitetools] 01/03: Add missing plugin version

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

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

commit c5a311e2eab0f2c66d298aad07fab189635e2728
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Fri Nov 25 21:34:24 2022 +0100

    Add missing plugin version
---
 doxia-integration-tools/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doxia-integration-tools/pom.xml b/doxia-integration-tools/pom.xml
index d23123e..a75da87 100644
--- a/doxia-integration-tools/pom.xml
+++ b/doxia-integration-tools/pom.xml
@@ -194,6 +194,7 @@
       <plugin>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-component-metadata</artifactId>
+        <version>2.1.1</version>
         <executions>
           <execution>
             <id>create-component-descriptor</id>


[maven-doxia-sitetools] 02/03: [DOXIASITETOOLS-274] Upgrade htmlunit to 2.67.0

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

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

commit 8671e2b4009db66c0420c3dfad37961b168ed8a6
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Fri Nov 25 21:36:47 2022 +0100

    [DOXIASITETOOLS-274] Upgrade htmlunit to 2.67.0
---
 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 0d9bde4..31c6935 100644
--- a/doxia-site-renderer/pom.xml
+++ b/doxia-site-renderer/pom.xml
@@ -175,7 +175,7 @@ under the License.
     <dependency>
       <groupId>net.sourceforge.htmlunit</groupId>
       <artifactId>htmlunit</artifactId>
-      <version>2.62.0</version>
+      <version>2.67.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>