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/03/23 13:54:49 UTC

[maven-javadoc-plugin] 01/01: update qdox

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

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

commit d852e7a21342141e64a1514cf2d13a6e2dda49c8
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Mon Mar 23 09:54:31 2020 -0400

    update qdox
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d2bc7fc..039e4f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -269,7 +269,7 @@ under the License.
     <dependency>
       <groupId>com.thoughtworks.qdox</groupId>
       <artifactId>qdox</artifactId>
-      <version>2.0-M10</version>
+      <version>2.0.0</version>
     </dependency>
 
     <!-- Plexus -->