You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2019/04/25 13:17:37 UTC

[jena] branch master updated: Update maven javadoc plugin to 3.1.0

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

andy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jena.git


The following commit(s) were added to refs/heads/master by this push:
     new d2fe6b5  Update maven javadoc plugin to 3.1.0
d2fe6b5 is described below

commit d2fe6b5c8ad1d829eb02d61ef46871ffc164b200
Author: Andy Seaborne <an...@apache.org>
AuthorDate: Thu Apr 25 14:17:28 2019 +0100

    Update maven javadoc plugin to 3.1.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 35d8476..fe1090e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -868,7 +868,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
-          <version>3.0.1</version>
+          <version>3.1.0</version>
           <executions>
             <execution>
               <id>attach-javadocs</id>