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/16 15:26:33 UTC

[maven-linkcheck-plugin] branch master updated: [MLINKCHECK-36] update doxia and parent POM (#1)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 90380c9  [MLINKCHECK-36] update doxia and parent POM (#1)
90380c9 is described below

commit 90380c97b5828b501c3dc82dde756d9f277f5b90
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Thu Apr 16 11:26:24 2020 -0400

    [MLINKCHECK-36] update doxia and parent POM (#1)
    
    * update doxia and parent POM
    * add <project.build.outputTimestamp>2019-10-02T08:04:00Z</project.build.outputTimestamp>
    * fix formatting
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 287161c..d31ce14 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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,11 +62,11 @@ 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>
-    <project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2020-04-16T16:07:00Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>