You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/04/01 14:38:29 UTC

[maven-linkcheck-plugin] branch doxia created (now ff508f9)

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

elharo pushed a change to branch doxia
in repository https://gitbox.apache.org/repos/asf/maven-linkcheck-plugin.git.


      at ff508f9  update doxia and parent POM

This branch includes the following new commits:

     new ff508f9  update doxia and parent POM

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-linkcheck-plugin] 01/01: update doxia and parent POM

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

elharo pushed a commit to branch doxia
in repository https://gitbox.apache.org/repos/asf/maven-linkcheck-plugin.git

commit ff508f912526960d9affc370b343c50e39a48f10
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Wed Apr 1 10:38:08 2020 -0400

    update doxia and parent POM
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 515a3db..2ba7cab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>33</version>
+    <version>34</version>
     <relativePath></relativePath>
   </parent>
 
@@ -34,7 +34,7 @@ under the License.
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Linkcheck Plugin</name>
-  <description>This plugin allows you to generate a linkcheck report of your project's documentation.</description>
+  <description>This plugin generates a linkcheck report of your project's documentation.</description>
 
   <prerequisites>
     <maven>${mavenVersion}</maven>
@@ -62,8 +62,8 @@ under the License.
   </distributionManagement>
 
   <properties>
-    <doxiaVersion>1.4</doxiaVersion>
-    <doxia-sitetoolsVersion>1.4</doxia-sitetoolsVersion>
+    <doxiaVersion>1.9.1</doxiaVersion>
+    <doxia-sitetoolsVersion>1.9.2</doxia-sitetoolsVersion>
     <mavenVersion>2.2.1</mavenVersion>
     <javaVersion>7</javaVersion>
   </properties>