You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/08/19 15:01:56 UTC

[GitHub] [maven-checkstyle-plugin] slawekjaranowski commented on a diff in pull request #87: [MCHECKSTYLE-417] Upgrade Maven Reporting API to 3.1.1/Maven Reportin…

slawekjaranowski commented on code in PR #87:
URL: https://github.com/apache/maven-checkstyle-plugin/pull/87#discussion_r950289733


##########
pom.xml:
##########
@@ -64,11 +64,14 @@ under the License.
 
   <properties>
     <javaVersion>8</javaVersion>
+    <aetherVersion>1.0.0.v20140518</aetherVersion>
     <mavenVersion>3.2.5</mavenVersion>
     <checkstyleVersion>9.3</checkstyleVersion>
     <doxiaVersion>1.11.1</doxiaVersion>
-    <sitePluginVersion>3.9.1</sitePluginVersion>
-    <surefire.version>2.22.2</surefire.version>
+    <doxiaSitetoolsVersion>1.11.1</doxiaSitetoolsVersion>
+    <sitePluginVersion>3.12.1</sitePluginVersion>
+    <jxrPluginVersion>3.3.0</jxrPluginVersion>
+    <surefire.version>3.0.0-M7</surefire.version>

Review Comment:
   `surefire.version` the same value in parent 37



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org