thiagoelg opened a new pull request, #3588: URL: https://github.com/apache/incubator-kie-tools/pull/3588
With the initial change in https://github.com/apache/incubator-kie-tools/pull/3541 I introduced the support for overriding the Kogito version without changing the pom.xml. This was enough for Maven-based modules, but it fails for Gradle-based modules, as Gradle can't override properties from transitive dependencies. This change removes the maven-base pom.xml in favor of a pom.xml.template file. The install script creates the pom.xml from the pom.xml.template and replaces the Quarkus and Kogito versions in it. The pom.xml is ignored by git, so any changes from forks are not propagated to PRs. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
