This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-parent.git
The following commit(s) were added to refs/heads/master by this push: new 9be9048 mark content to be removed when upgrading parent 9be9048 is described below commit 9be9048600922b10db788ae439607548350144a4 Author: Hervé Boutemy <hbout...@apache.org> AuthorDate: Sat Feb 12 17:55:53 2022 +0100 mark content to be removed when upgrading parent --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 9f46c00..1509e30 100644 --- a/pom.xml +++ b/pom.xml @@ -931,7 +931,7 @@ under the License. <sonar.host.url>https://builds.apache.org/analysis/</sonar.host.url> <maven.site.cache>${user.home}/maven-sites</maven.site.cache> <maven.site.path>../..</maven.site.path><!-- to be overridden --> - <mavenPluginToolsVersion>3.6.2</mavenPluginToolsVersion> + <mavenPluginToolsVersion>3.6.2</mavenPluginToolsVersion><!-- TODO remove when upgrading parent to 25 that has maven.plugin.tools.version --> <sisuVersion>0.3.5</sisuVersion> <!-- don't fail check for some rules that are too hard to enforce (could even be told broken for some) --> <checkstyle.violation.ignore>RedundantThrows,NewlineAtEndOfFile,ParameterNumber,MethodLength,FileLength</checkstyle.violation.ignore> @@ -962,7 +962,7 @@ under the License. <artifactId>plexus-component-annotations</artifactId> <version>2.1.1</version> </dependency> - <dependency> + <dependency><!-- TODO remove when upgrading parent to 25 --> <groupId>org.apache.maven.plugin-tools</groupId> <artifactId>maven-plugin-annotations</artifactId> <version>${mavenPluginToolsVersion}</version> @@ -1148,7 +1148,7 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-enforcer-plugin</artifactId> - <version>3.0.0</version> + <version>3.0.0</version><!-- TODO remove when upgrading parent to 25 --> <dependencies> <dependency> <groupId>org.codehaus.mojo</groupId>