Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/macro-jwplayer
Commit: 7b04b66f7d38f2b6ab7d6364aac3de306de7a203
https://github.com/xwiki-contrib/macro-jwplayer/commit/7b04b66f7d38f2b6ab7d…
Author: Antoine Mottier <antoine.mottier(a)ow2.org>
Date: 2024-02-14 (Wed, 14 Feb 2024)
Changed paths:
M pom.xml
Log Message:
-----------
Fix override of enforce-java rule
In `xwiki-commons` the configuration of `maven-enforcer-plugin` that declares `enforce-java` rule is done in `<plugins>` not in `<pluginManagement>`.
This commit modify the override of the rule (in order to requires Java 11+) to be done in `<plugins>` instead of `<pluginManagement>`.
Commit: cc1e393eabd26bddeb262b9f6d33897031f85cc1
https://github.com/xwiki-contrib/macro-jwplayer/commit/cc1e393eabd26bddeb26…
Author: Antoine Mottier <antoine.mottier(a)ow2.org>
Date: 2024-02-14 (Wed, 14 Feb 2024)
Changed paths:
M pom.xml
Log Message:
-----------
Merge pull request #23 from amottier/fix-bulding-with-maven-3.9
Fix override of enforce-java rule
Compare: https://github.com/xwiki-contrib/macro-jwplayer/compare/63513c8265a6...cc1e…