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 2022/09/08 23:36:49 UTC

[maven-compiler-plugin] 01/01: [MCOMPILER-507] Upgrade QDox to 2.0.2

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

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

commit 5afdd48ade31aa59ef02ef1b5d093fd5032273b5
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Fri Sep 9 01:34:46 2022 +0200

    [MCOMPILER-507] Upgrade QDox to 2.0.2
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index d6b532d..467a251 100644
--- a/pom.xml
+++ b/pom.xml
@@ -102,10 +102,10 @@ under the License.
   <dependencyManagement>
     <dependencies>
       <dependency>
-        <!-- to remove when using plexus-java-1.0.0 -->
+        <!-- to remove with plexus-java upgrade -->
         <groupId>com.thoughtworks.qdox</groupId>
         <artifactId>qdox</artifactId>
-        <version>2.0.1</version>
+        <version>2.0.2</version>
       </dependency>
     </dependencies>
   </dependencyManagement>