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

[maven-compiler-plugin] branch master updated (4353f9d -> 5afdd48)

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

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


    from 4353f9d  [MCOMPILER-505] Small cleanup after review
     add ff45fef  [MCOMPILER-506] Upgrade parent pom to 37 and cleanup pom
     add 73ccc38  Bump mockito-core from 4.6.1 to 4.8.0
     new 5afdd48  [MCOMPILER-507] Upgrade QDox to 2.0.2

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.


Summary of changes:
 pom.xml | 101 ++++------------------------------------------------------------
 1 file changed, 6 insertions(+), 95 deletions(-)


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

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