yesamer commented on code in PR #2819: URL: https://github.com/apache/incubator-kie-tools/pull/2819#discussion_r1889910549
########## packages/dev-deployment-kogito-quarkus-blank-app/pom.xml: ########## @@ -41,19 +41,18 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> - <!-- Maven versions --> - <version.maven.artifact.plugin>3.4.1</version.maven.artifact.plugin> + <!-- Plugins version --> + <version.codehaus.flatten.plugin>1.6.0</version.codehaus.flatten.plugin> + <version.maven.clean.plugin>3.4.0</version.maven.clean.plugin> <version.maven.compiler.plugin>3.13.0</version.maven.compiler.plugin> - <version.maven.resources.plugin>3.3.1</version.maven.resources.plugin> - <version.maven.failsafe.plugin>3.0.0-M7</version.maven.failsafe.plugin> - <version.maven.surefire.plugin>3.5.0</version.maven.surefire.plugin> - <version.maven.install.plugin>3.1.3</version.maven.install.plugin> + <version.maven.dependency.plugin>3.7.1</version.maven.dependency.plugin> <version.maven.deploy.plugin>3.1.2</version.maven.deploy.plugin> + <version.maven.failsafe.plugin>${version.maven.surefire.plugin}</version.maven.failsafe.plugin> Review Comment: @jomarko Yes, that's correct. failsafe and surefire have the same release cycle. apache pom manages that in the same way: https://repo.maven.apache.org/maven2/org/apache/apache/32/apache-32.pom -- 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: commits-unsubscr...@kie.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@kie.apache.org For additional commands, e-mail: commits-h...@kie.apache.org