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:48 UTC

[maven-javadoc-plugin] branch qdox created (now d852e7a)

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

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


      at d852e7a  update qdox

This branch includes the following new commits:

     new d852e7a  update qdox

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-javadoc-plugin] 01/01: update qdox

Posted by el...@apache.org.
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 -->