You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2021/05/03 06:41:45 UTC

[maven-compiler-plugin] 04/06: Bump qdox from 2.0-M9 to 2.0.0

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

slachiewicz pushed a commit to branch next
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git

commit 1b89ae2db154d2886aafc8fdae9e8ab87e898d6f
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Mon May 3 08:25:09 2021 +0200

    Bump qdox from 2.0-M9 to 2.0.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d7673fd..0e430d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,7 +91,7 @@ under the License.
         <!-- to remove when using plexus-java-1.0.0 -->
         <groupId>com.thoughtworks.qdox</groupId>
         <artifactId>qdox</artifactId>
-        <version>2.0-M9</version>
+        <version>2.0.0</version>
       </dependency>
     </dependencies>
   </dependencyManagement>