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

[maven-site] branch master updated (c01f968 -> 89a0334)

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

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


    from c01f968  Bump doxiaToolsVersion from 1.9 to 1.9.1
     new 25c97b5  Upgrade maven-pdf-plugin from 1.3 to 1.4
     new 2230e6b  Update maven-linkcheck-plugin from 1.0 to 1.2
     new 89a0334  Upgrade maven-site-plugin from 3.7.1 to 3.8.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:
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


[maven-site] 03/03: Upgrade maven-site-plugin from 3.7.1 to 3.8.2

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

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

commit 89a0334347b09c7234946530a8709b990e3db97b
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Oct 12 13:02:06 2019 +0200

    Upgrade maven-site-plugin from 3.7.1 to 3.8.2
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 3f04025..2d64a34 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,6 +96,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
+          <version>3.8.2</version>
           <configuration>
             <siteDirectory>${project.basedir}/content</siteDirectory>
             <skipDeploy>true</skipDeploy><!-- don't deploy site with maven-site-plugin -->


[maven-site] 01/03: Upgrade maven-pdf-plugin from 1.3 to 1.4

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

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

commit 25c97b5638895ae1b2b792c040094b632d536f25
Author: dependabot-preview[bot] <27...@users.noreply.github.com>
AuthorDate: Tue Oct 8 06:05:00 2019 +0000

    Upgrade maven-pdf-plugin from 1.3 to 1.4
    
    is still not fully functional
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9c12694..441c579 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,7 +90,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-pdf-plugin</artifactId>
-          <version>1.3</version>
+          <version>1.4</version>
         </plugin>
         <!-- publish mono-module site with "mvn site-deploy" -->
         <plugin>


[maven-site] 02/03: Update maven-linkcheck-plugin from 1.0 to 1.2

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

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

commit 2230e6bb294fee01fad03210d1c3d1762587a519
Author: dependabot-preview[bot] <27...@users.noreply.github.com>
AuthorDate: Tue Oct 8 06:04:57 2019 +0000

    Update maven-linkcheck-plugin from 1.0 to 1.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 441c579..3f04025 100644
--- a/pom.xml
+++ b/pom.xml
@@ -333,7 +333,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-linkcheck-plugin</artifactId>
-            <version>1.0</version>
+            <version>1.2</version>
             <configuration>
               <excludedLinks>
                 <excludedLink>**/archetype/*</excludedLink>