Branch: refs/heads/stable-16.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 6544ce7b4f1e7bac71d705c7a1cda642f7c4d5fa
https://github.com/xwiki/xwiki-platform/commit/6544ce7b4f1e7bac71d705c7a1cd…
Author: LucasC <lucas.charpentier(a)imt-atlantique.net>
Date: 2024-05-23 (Thu, 23 May 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/less/general.less
Log Message:
-----------
XWIKI-22138: Tips panel does not have underline style for links in subwiki (#3094)
* Replaced the standard CSS class selector with a `class contains` selector
(cherry picked from commit e3e57ef0da55016d509bf600c14d17ebf719d144)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/backport-3094-to-stable-16.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 2a119c040801e45d848d736d811aad268c679808
https://github.com/xwiki/xwiki-platform/commit/2a119c040801e45d848d736d811a…
Author: LucasC <lucas.charpentier(a)imt-atlantique.net>
Date: 2024-05-23 (Thu, 23 May 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/less/general.less
Log Message:
-----------
XWIKI-22138: Tips panel does not have underline style for links in subwiki (#3094)
* Replaced the standard CSS class selector with a `class contains` selector
(cherry picked from commit e3e57ef0da55016d509bf600c14d17ebf719d144)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: e3e57ef0da55016d509bf600c14d17ebf719d144
https://github.com/xwiki/xwiki-platform/commit/e3e57ef0da55016d509bf600c14d…
Author: LucasC <lucas.charpentier(a)imt-atlantique.net>
Date: 2024-05-23 (Thu, 23 May 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/less/general.less
Log Message:
-----------
XWIKI-22138: Tips panel does not have underline style for links in subwiki (#3094)
* Replaced the standard CSS class selector with a `class contains` selector
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/feat-move-watch-button
Home: https://github.com/xwiki/xwiki-platform
Commit: af7dc32c668ef1328050f72260ecbd326190e8c3
https://github.com/xwiki/xwiki-platform/commit/af7dc32c668ef1328050f72260ec…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-23 (Thu, 23 May 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/main/java/org/xwiki/notifications/filters/internal/scope/ScopeNotificationFilter.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/main/java/org/xwiki/notifications/filters/internal/scope/ScopeNotificationFilterLocationStateComputer.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/main/java/org/xwiki/notifications/filters/internal/scope/WatchedLocationState.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/test/java/org/xwiki/notifications/filters/internal/scope/WatchedLocationStateTest.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/WatchedEntityReference.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/WatchedLocationReference.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/WatchedUserReference.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/test/java/org/xwiki/notifications/filters/watch/WatchedLocationReferenceTest.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/src/main/resources/XWiki/Notifications/Code/NotificationsDisplayerUIX.xml
Log Message:
-----------
XWIKI-19751: Move the "watch" button for a page to the page content menu
Work in progress: remove UI code for watch switch buttons, and start
introducing a new UIX for the watch button next to the edit button.
Start refactoring API for computing if a page is watched or not to get
all info.
Commit: 42238a364cccd4174cd7f59ff2f10692cff35ff9
https://github.com/xwiki/xwiki-platform/commit/42238a364cccd4174cd7f59ff2f1…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-23 (Thu, 23 May 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/main/java/org/xwiki/notifications/filters/internal/scope/ScopeNotificationFilterLocationStateComputer.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/main/java/org/xwiki/notifications/filters/internal/scope/WatchedLocationState.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/WatchedEntityReference.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/WatchedLocationReference.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/src/main/resources/XWiki/Notifications/Code/NotificationsDisplayerUIX.xml
Log Message:
-----------
XWIKI-19751: Move the "watch" button for a page to the page content menu
Commit: fdab44afc3f8757b461653b1307130cc676cbf9b
https://github.com/xwiki/xwiki-platform/commit/fdab44afc3f8757b461653b13071…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-23 (Thu, 23 May 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/main/java/org/xwiki/notifications/filters/internal/scope/ScopeNotificationFilter.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/main/java/org/xwiki/notifications/filters/internal/scope/ScopeNotificationFilterLocationStateComputer.java
Log Message:
-----------
XWIKI-19751: Move the "watch" button for a page to the page content menu
* Fix some tests in notification filters
Commit: ac3ece18deaed841fef5e359b6e7f2f33f7fbb9c
https://github.com/xwiki/xwiki-platform/commit/ac3ece18deaed841fef5e359b6e7…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-23 (Thu, 23 May 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-rest/pom.xml
A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-rest/src/main/java/org/xwiki/notifications/rest/NotificationsWatchResource.java
A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-rest/src/main/java/org/xwiki/notifications/rest/internal/DefaultNotificationsWatchResource.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-rest/src/main/resources/META-INF/components.txt
Log Message:
-----------
XWIKI-19751: Move the "watch" button for a page to the page content menu
* Start providing REST API for watch pages to simplify operations
Commit: 124e5d018ac09535975e4bc77f77f15c985b0961
https://github.com/xwiki/xwiki-platform/commit/124e5d018ac09535975e4bc77f77…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-23 (Thu, 23 May 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/main/java/org/xwiki/notifications/filters/internal/scope/ScopeNotificationFilter.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/main/java/org/xwiki/notifications/filters/internal/scope/ScopeNotificationFilterLocationStateComputer.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/main/java/org/xwiki/notifications/filters/internal/scope/WatchedLocationState.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/WatchedEntityReference.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/WatchedLocationReference.java
Log Message:
-----------
XWIKI-19751: Move the "watch" button for a page to the page content menu
* Distinguish more cases for watched / ignored pages to improve UI
Commit: c88e5b4ecab082b4088e1626c306492681f676ec
https://github.com/xwiki/xwiki-platform/commit/c88e5b4ecab082b4088e1626c306…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-23 (Thu, 23 May 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/WatchedEntitiesManager.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/WatchedEntityReference.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/WatchedLocationReference.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/WatchedUserReference.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/internal/DefaultWatchedEntitiesManager.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/internal/DefaultWatchedEntityFactory.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/script/NotificationWatchScriptService.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/test/java/org/xwiki/notifications/filters/watch/WatchedLocationReferenceTest.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/test/java/org/xwiki/notifications/filters/watch/internal/DefaultWatchedEntitiesManagerTest.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-rest/src/main/java/org/xwiki/notifications/rest/NotificationsWatchResource.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-rest/src/main/java/org/xwiki/notifications/rest/internal/DefaultNotificationsWatchResource.java
Log Message:
-----------
XWIKI-19751: Move the "watch" button for a page to the page content menu
* Provide implementation for REST API for watching pages
* Improve WatchEntitiesManager API to support more operations
* Improve WatchedEntityReference API to use UserReference
Commit: 7c186961033b5dcdff0828be89a333908c22af7b
https://github.com/xwiki/xwiki-platform/commit/7c186961033b5dcdff0828be89a3…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-23 (Thu, 23 May 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/main/java/org/xwiki/notifications/filters/internal/scope/ScopeNotificationFilter.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/src/main/resources/XWiki/Notifications/Code/NotificationsDisplayerUIX.xml
A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/src/main/resources/XWiki/Notifications/Code/NotificationsWatchUIX.xml
Log Message:
-----------
XWIKI-19751: Move the "watch" button for a page to the page content menu
* Provide a dedicated page to handle watch settings
* Start writing javascript code to handle choices
Commit: c5937afb8153be98306e536771f6d165f9710b9a
https://github.com/xwiki/xwiki-platform/commit/c5937afb8153be98306e536771f6…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-23 (Thu, 23 May 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/checkstyle/checkstyle-suppressions.xml
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/main/java/org/xwiki/notifications/filters/internal/scope/ScopeNotificationFilterLocationStateComputer.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/main/java/org/xwiki/notifications/filters/internal/scope/WatchedLocationState.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/WatchedEntitiesManager.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/WatchedEntityReference.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/WatchedLocationReference.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/WatchedUserReference.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/internal/DefaultWatchedEntitiesManager.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/test/java/org/xwiki/notifications/filters/watch/internal/DefaultWatchedEntitiesManagerTest.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/src/main/resources/XWiki/Notifications/Code/NotificationsWatchUIX.xml
Log Message:
-----------
XWIKI-19751: Move the "watch" button for a page to the page content menu
* Fix issue in WatchedEntitiesManager
* Start providing doc / fixing checkstyle
* Handle a bit more actions in UI
Commit: 225c52943f57bb24c3b0c0597f054d8a6dcfcde6
https://github.com/xwiki/xwiki-platform/commit/225c52943f57bb24c3b0c0597f05…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-23 (Thu, 23 May 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/main/java/org/xwiki/notifications/filters/internal/scope/ScopeNotificationFilter.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/main/java/org/xwiki/notifications/filters/internal/scope/ScopeNotificationFilterLocationStateComputer.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/WatchedEntityReference.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/WatchedLocationReference.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/WatchedUserReference.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/internal/DefaultWatchedEntitiesManager.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/internal/DefaultWatchedEntityFactory.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/script/NotificationWatchScriptService.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/test/java/org/xwiki/notifications/filters/watch/WatchedLocationReferenceTest.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-rest/src/main/java/org/xwiki/notifications/rest/NotificationsWatchResource.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-rest/src/main/java/org/xwiki/notifications/rest/internal/DefaultNotificationsWatchResource.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/src/main/resources/XWiki/Notifications/Code/NotificationsWatchUIX.xml
Log Message:
-----------
XWIKI-19751: Move the "watch" button for a page to the page content menu
* Fix a bug in state computer related to the fact that the scoe filter
hierarchy is not really a hierarchy
* Provide a new API to allow computing the reference of the immediate
ancestor of a page for which a filter exists
* Improve UI to base possible actions on multiple criteria: current
watch status, presence or not of a filter on an ancestor, and check
if the page is terminal or not
Commit: 6fc5d8535b33a31fc10830bd9a1d2876e2990821
https://github.com/xwiki/xwiki-platform/commit/6fc5d8535b33a31fc10830bd9a1d…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-23 (Thu, 23 May 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/src/main/resources/XWiki/Notifications/Code/NotificationsWatchUIX.xml
Log Message:
-----------
XWIKI-19751: Move the "watch" button for a page to the page content menu
* Encode all options for the watch settings modal
Commit: aa5eb7b93bfb6003370a9dca20561596fcbf7c3c
https://github.com/xwiki/xwiki-platform/commit/aa5eb7b93bfb6003370a9dca2056…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-23 (Thu, 23 May 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-rest/src/main/java/org/xwiki/notifications/rest/NotificationsWatchResource.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-rest/src/main/java/org/xwiki/notifications/rest/internal/DefaultNotificationsWatchResource.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/src/main/resources/XWiki/Notifications/Code/NotificationsWatchUIX.xml
Log Message:
-----------
XWIKI-19751: Move the "watch" button for a page to the page content menu
* Change the URL scheme for the REST API
Commit: ae6b585a1d75a8b0ae57da0b406158ecadfb75c4
https://github.com/xwiki/xwiki-platform/commit/ae6b585a1d75a8b0ae57da0b4061…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-23 (Thu, 23 May 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/main/java/org/xwiki/notifications/filters/internal/scope/ScopeNotificationFilter.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/WatchedEntityReference.java
Log Message:
-----------
XWIKI-19751: Move the "watch" button for a page to the page content menu
* Minor improvments
Commit: 7ca39bb11b89dfc161be368a62a9a62a3a760515
https://github.com/xwiki/xwiki-platform/commit/7ca39bb11b89dfc161be368a62a9…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-23 (Thu, 23 May 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-rest/pom.xml
A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-rest/src/test/java/org/xwiki/notifications/rest/internal/DefaultNotificationsWatchResourceTest.java
Log Message:
-----------
XWIKI-19751: Move the "watch" button for a page to the page content menu
* Provide test for notification rest module
Commit: 212d1ccfc7e6e6c089a16dda20f7e85560e4b81a
https://github.com/xwiki/xwiki-platform/commit/212d1ccfc7e6e6c089a16dda20f7…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-23 (Thu, 23 May 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/checkstyle/checkstyle-suppressions.xml
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/main/java/org/xwiki/notifications/filters/internal/scope/ScopeNotificationFilter.java
Log Message:
-----------
XWIKI-19751: Move the "watch" button for a page to the page content menu
* Fix checkstyle
Commit: 30a9cf9a85929fb5b4a8a8475775bd5e6170a8e1
https://github.com/xwiki/xwiki-platform/commit/30a9cf9a85929fb5b4a8a8475775…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-23 (Thu, 23 May 2024)
Changed paths:
M xwiki-platform-core/pom.xml
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/WatchedEntitiesManager.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/WatchedEntityReference.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/WatchedLocationReference.java
Log Message:
-----------
XWIKI-19751: Move the "watch" button for a page to the page content menu
* Put revapi ignores
* Start fixing since
Compare: https://github.com/xwiki/xwiki-platform/compare/33d607e60057...30a9cf9a8592
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 3c10351babdf466abd3312cb774ea5cd85628e0a
https://github.com/xwiki/xwiki-platform/commit/3c10351babdf466abd3312cb774e…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-05-22 (Wed, 22 May 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-filesystem-oldcore/src/test/java/org/xwiki/store/filesystem/internal/StoreFileUtilsTest.java
Log Message:
-----------
XWIKI-22181: Impossible to access the content of an attachment ending with .lnk file extension
* add missing unit test
(cherry picked from commit 1e9bfbb0d420257e7469056dbe66108e90de721c)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 1e9bfbb0d420257e7469056dbe66108e90de721c
https://github.com/xwiki/xwiki-platform/commit/1e9bfbb0d420257e7469056dbe66…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-05-22 (Wed, 22 May 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-filesystem-oldcore/src/test/java/org/xwiki/store/filesystem/internal/StoreFileUtilsTest.java
Log Message:
-----------
XWIKI-22181: Impossible to access the content of an attachment ending with .lnk file extension
* add missing unit test
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: e4ac8a068be8d9476b9d3f4a99752cd1f2a4b365
https://github.com/xwiki/xwiki-platform/commit/e4ac8a068be8d9476b9d3f4a9975…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-05-22 (Wed, 22 May 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-filesystem-oldcore/src/main/java/org/xwiki/store/filesystem/internal/StoreFileUtils.java
Log Message:
-----------
XWIKI-22181: Impossible to access the content of an attachment ending with .lnk file extension
(cherry picked from commit be18aa2e2370771be91f3e0d2735204f61f844f6)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: be18aa2e2370771be91f3e0d2735204f61f844f6
https://github.com/xwiki/xwiki-platform/commit/be18aa2e2370771be91f3e0d2735…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-05-22 (Wed, 22 May 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-filesystem-oldcore/src/main/java/org/xwiki/store/filesystem/internal/StoreFileUtils.java
Log Message:
-----------
XWIKI-22181: Impossible to access the content of an attachment ending with .lnk file extension
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/oidc
Commit: 5117e91353a739f31b93dc0cf2dce0a4203c84e3
https://github.com/xwiki-contrib/oidc/commit/5117e91353a739f31b93dc0cf2dce0…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-05-22 (Wed, 22 May 2024)
Changed paths:
M oidc-api/pom.xml
M oidc-authenticator-configuration/pom.xml
M oidc-authenticator-user/pom.xml
M oidc-authenticator/pom.xml
M oidc-provider/pom.xml
M oidc-test/oidc-test-pageobjects/pom.xml
M oidc-test/oidc-test-tests/pom.xml
M oidc-test/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/oidc/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/oidc
Commit: 6b8447873f69b7d412fea3618b2be4aaaaaeac4b
https://github.com/xwiki-contrib/oidc/commit/6b8447873f69b7d412fea3618b2be4…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-05-22 (Wed, 22 May 2024)
Changed paths:
M oidc-api/pom.xml
M oidc-authenticator-configuration/pom.xml
M oidc-authenticator-user/pom.xml
M oidc-authenticator/pom.xml
M oidc-provider/pom.xml
M oidc-test/oidc-test-pageobjects/pom.xml
M oidc-test/oidc-test-tests/pom.xml
M oidc-test/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release oidc-2.8.7
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/oidc/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/oidc
Commit: 0a719bf23094c8258e3859180dcd82dafbae5203
https://github.com/xwiki-contrib/oidc/commit/0a719bf23094c8258e3859180dcd82…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-05-22 (Wed, 22 May 2024)
Changed paths:
M oidc-authenticator/src/main/java/org/xwiki/contrib/oidc/auth/OIDCAuthServiceImpl.java
M oidc-authenticator/src/main/java/org/xwiki/contrib/oidc/auth/internal/OIDCClientConfiguration.java
M oidc-authenticator/src/main/java/org/xwiki/contrib/oidc/auth/internal/endpoint/CallbackOIDCEndpoint.java
Log Message:
-----------
OIDC-178: The authaurization request is missing the nonce in implicity flow
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/oidc/settings/notifications
Branch: refs/heads/stable-16.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: f05166441d5d79a122829552759577dd6aa88e12
https://github.com/xwiki/xwiki-platform/commit/f05166441d5d79a1228295527595…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-22 (Wed, 22 May 2024)
Changed paths:
M pom.xml
Log Message:
-----------
[release] Preparing release xwiki-platform-16.4.0-rc-1
Commit: 33c78b3d0a8c10eff0d59314f3395a2b32acbe45
https://github.com/xwiki/xwiki-platform/commit/33c78b3d0a8c10eff0d59314f339…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-22 (Wed, 22 May 2024)
Changed paths:
M pom.xml
M xwiki-platform-core/pom.xml
M xwiki-platform-core/xwiki-platform-activeinstalls2/pom.xml
M xwiki-platform-core/xwiki-platform-activeinstalls2/xwiki-platform-activeinstalls2-api/pom.xml
M xwiki-platform-core/xwiki-platform-activeinstalls2/xwiki-platform-activeinstalls2-test/pom.xml
M xwiki-platform-core/xwiki-platform-activeinstalls2/xwiki-platform-activeinstalls2-test/xwiki-platform-activeinstalls2-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-administration/pom.xml
M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-api/pom.xml
M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-test/pom.xml
M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-test/xwiki-platform-administration-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-test/xwiki-platform-administration-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-ui/pom.xml
M xwiki-platform-core/xwiki-platform-alerts/pom.xml
M xwiki-platform-core/xwiki-platform-alerts/xwiki-platform-alerts-ui/pom.xml
M xwiki-platform-core/xwiki-platform-annotation/pom.xml
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-core/pom.xml
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-io/pom.xml
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-maintainer/pom.xml
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-reference/pom.xml
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-rest/pom.xml
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-scripting/pom.xml
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-test/pom.xml
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-test/xwiki-platform-annotation-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-test/xwiki-platform-annotation-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-ui/pom.xml
M xwiki-platform-core/xwiki-platform-application/pom.xml
M xwiki-platform-core/xwiki-platform-application/xwiki-platform-application-test/pom.xml
M xwiki-platform-core/xwiki-platform-application/xwiki-platform-application-test/xwiki-platform-application-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-application/xwiki-platform-application-ui/pom.xml
M xwiki-platform-core/xwiki-platform-appwithinminutes/pom.xml
M xwiki-platform-core/xwiki-platform-appwithinminutes/xwiki-platform-appwithinminutes-test/pom.xml
M xwiki-platform-core/xwiki-platform-appwithinminutes/xwiki-platform-appwithinminutes-test/xwiki-platform-appwithinminutes-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-appwithinminutes/xwiki-platform-appwithinminutes-test/xwiki-platform-appwithinminutes-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-appwithinminutes/xwiki-platform-appwithinminutes-ui/pom.xml
M xwiki-platform-core/xwiki-platform-attachment/pom.xml
M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-api/pom.xml
M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-picker/pom.xml
M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-picker/xwiki-platform-attachment-picker-macro/pom.xml
M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-picker/xwiki-platform-attachment-picker-test/pom.xml
M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-picker/xwiki-platform-attachment-picker-test/xwiki-platform-attachment-picker-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-picker/xwiki-platform-attachment-picker-test/xwiki-platform-attachment-picker-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-picker/xwiki-platform-attachment-picker-ui/pom.xml
M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-picker/xwiki-platform-attachment-picker-webjar/pom.xml
M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-test/pom.xml
M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-test/xwiki-platform-attachment-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-test/xwiki-platform-attachment-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-ui/pom.xml
M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-validation/pom.xml
M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-validation/xwiki-platform-attachment-validation-api/pom.xml
M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-validation/xwiki-platform-attachment-validation-default/pom.xml
M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-validation/xwiki-platform-attachment-validation-test/pom.xml
M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-validation/xwiki-platform-attachment-validation-test/xwiki-platform-attachment-validation-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-validation/xwiki-platform-attachment-validation-test/xwiki-platform-attachment-validation-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-validation/xwiki-platform-attachment-validation-ui/pom.xml
M xwiki-platform-core/xwiki-platform-bridge/pom.xml
M xwiki-platform-core/xwiki-platform-captcha/pom.xml
M xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-api/pom.xml
M xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-default/pom.xml
M xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-jcaptcha/pom.xml
M xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-jcaptcha/xwiki-platform-captcha-jcaptcha-api/pom.xml
M xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-jcaptcha/xwiki-platform-captcha-jcaptcha-ui/pom.xml
M xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-jcaptcha/xwiki-platform-captcha-jcaptcha-webjar/pom.xml
M xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-ui/pom.xml
M xwiki-platform-core/xwiki-platform-chart/pom.xml
M xwiki-platform-core/xwiki-platform-chart/xwiki-platform-chart-macro/pom.xml
M xwiki-platform-core/xwiki-platform-chart/xwiki-platform-chart-renderer/pom.xml
M xwiki-platform-core/xwiki-platform-ckeditor/pom.xml
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/pom.xml
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/pom.xml
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/pom.xml
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-webjar/pom.xml
M xwiki-platform-core/xwiki-platform-classloader/pom.xml
M xwiki-platform-core/xwiki-platform-classloader/xwiki-platform-classloader-protocols/pom.xml
M xwiki-platform-core/xwiki-platform-classloader/xwiki-platform-classloader-protocols/xwiki-platform-classloader-protocol-attachmentjar/pom.xml
M xwiki-platform-core/xwiki-platform-classloader/xwiki-platform-classloader-xwiki/pom.xml
M xwiki-platform-core/xwiki-platform-component/pom.xml
M xwiki-platform-core/xwiki-platform-component/xwiki-platform-component-multi/pom.xml
M xwiki-platform-core/xwiki-platform-component/xwiki-platform-component-script/pom.xml
M xwiki-platform-core/xwiki-platform-component/xwiki-platform-component-wiki/pom.xml
M xwiki-platform-core/xwiki-platform-configuration/pom.xml
M xwiki-platform-core/xwiki-platform-configuration/xwiki-platform-configuration-api/pom.xml
M xwiki-platform-core/xwiki-platform-configuration/xwiki-platform-configuration-default/pom.xml
M xwiki-platform-core/xwiki-platform-container/pom.xml
M xwiki-platform-core/xwiki-platform-container/xwiki-platform-container-api/pom.xml
M xwiki-platform-core/xwiki-platform-container/xwiki-platform-container-portlet/pom.xml
M xwiki-platform-core/xwiki-platform-container/xwiki-platform-container-servlet/pom.xml
M xwiki-platform-core/xwiki-platform-crypto/pom.xml
M xwiki-platform-core/xwiki-platform-crypto/xwiki-platform-crypto-script/pom.xml
M xwiki-platform-core/xwiki-platform-crypto/xwiki-platform-crypto-store/pom.xml
M xwiki-platform-core/xwiki-platform-crypto/xwiki-platform-crypto-store/xwiki-platform-crypto-store-api/pom.xml
M xwiki-platform-core/xwiki-platform-crypto/xwiki-platform-crypto-store/xwiki-platform-crypto-store-wiki/pom.xml
M xwiki-platform-core/xwiki-platform-csrf/pom.xml
M xwiki-platform-core/xwiki-platform-dashboard/pom.xml
M xwiki-platform-core/xwiki-platform-dashboard/xwiki-platform-dashboard-macro/pom.xml
M xwiki-platform-core/xwiki-platform-dashboard/xwiki-platform-dashboard-test/pom.xml
M xwiki-platform-core/xwiki-platform-dashboard/xwiki-platform-dashboard-test/xwiki-platform-dashboard-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-dashboard/xwiki-platform-dashboard-test/xwiki-platform-dashboard-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-dashboard/xwiki-platform-dashboard-ui/pom.xml
M xwiki-platform-core/xwiki-platform-date/pom.xml
M xwiki-platform-core/xwiki-platform-diff/pom.xml
M xwiki-platform-core/xwiki-platform-diff/xwiki-platform-diff-xml/pom.xml
M xwiki-platform-core/xwiki-platform-display/pom.xml
M xwiki-platform-core/xwiki-platform-display/xwiki-platform-display-api/pom.xml
M xwiki-platform-core/xwiki-platform-display/xwiki-platform-display-html/pom.xml
M xwiki-platform-core/xwiki-platform-display/xwiki-platform-display-macro/pom.xml
M xwiki-platform-core/xwiki-platform-edit/pom.xml
M xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-api/pom.xml
M xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-default/pom.xml
M xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-test/pom.xml
M xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-test/xwiki-platform-edit-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-test/xwiki-platform-edit-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-ui/pom.xml
M xwiki-platform-core/xwiki-platform-eventstream/pom.xml
M xwiki-platform-core/xwiki-platform-eventstream/xwiki-platform-eventstream-api/pom.xml
M xwiki-platform-core/xwiki-platform-eventstream/xwiki-platform-eventstream-default/pom.xml
M xwiki-platform-core/xwiki-platform-eventstream/xwiki-platform-eventstream-stores/pom.xml
M xwiki-platform-core/xwiki-platform-eventstream/xwiki-platform-eventstream-stores/xwiki-platform-eventstream-store-common/pom.xml
M xwiki-platform-core/xwiki-platform-eventstream/xwiki-platform-eventstream-stores/xwiki-platform-eventstream-store-solr/pom.xml
M xwiki-platform-core/xwiki-platform-export/pom.xml
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-api/pom.xml
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/pom.xml
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-api/pom.xml
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-default/pom.xml
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-test/pom.xml
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-test/xwiki-platform-export-pdf-test-content/pom.xml
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-test/xwiki-platform-export-pdf-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-test/xwiki-platform-export-pdf-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-ui/pom.xml
M xwiki-platform-core/xwiki-platform-extension/pom.xml
M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-api/pom.xml
M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-cluster/pom.xml
M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-distribution/pom.xml
M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-handlers/pom.xml
M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-handlers/xwiki-platform-extension-handler-jar/pom.xml
M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-handlers/xwiki-platform-extension-handler-xar/pom.xml
M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-index/pom.xml
M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-script/pom.xml
M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-security/pom.xml
M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-security/xwiki-platform-extension-security-api/pom.xml
M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-security/xwiki-platform-extension-security-index/pom.xml
M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-security/xwiki-platform-extension-security-notifications/pom.xml
M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-security/xwiki-platform-extension-security-test/pom.xml
M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-security/xwiki-platform-extension-security-test/xwiki-platform-extension-security-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-security/xwiki-platform-extension-security-test/xwiki-platform-extension-security-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-security/xwiki-platform-extension-security-ui/pom.xml
M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-test/pom.xml
M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-test/xwiki-platform-extension-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-test/xwiki-platform-extension-test-tests/pom.xml
M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-test/xwiki-platform-extension-test-utils/pom.xml
M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-ui/pom.xml
M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-versioncheck/pom.xml
M xwiki-platform-core/xwiki-platform-feed/pom.xml
M xwiki-platform-core/xwiki-platform-feed/xwiki-platform-feed-api/pom.xml
M xwiki-platform-core/xwiki-platform-filter/pom.xml
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-events/pom.xml
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-events/xwiki-platform-filter-event-model/pom.xml
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-events/xwiki-platform-filter-event-user/pom.xml
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-events/xwiki-platform-filter-event-xwiki/pom.xml
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-instance/pom.xml
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-instance/xwiki-platform-filter-instance-api/pom.xml
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-instance/xwiki-platform-filter-instance-document/pom.xml
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-instance/xwiki-platform-filter-instance-extension/pom.xml
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-instance/xwiki-platform-filter-instance-script/pom.xml
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-script/pom.xml
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/pom.xml
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/pom.xml
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-test/pom.xml
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-test/xwiki-platform-filter-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-test/xwiki-platform-filter-test-tests/pom.xml
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-ui/pom.xml
M xwiki-platform-core/xwiki-platform-flamingo/pom.xml
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/pom.xml
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/pom.xml
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/pom.xml
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-tests/pom.xml
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-theme/pom.xml
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-theme/xwiki-platform-flamingo-theme-bootswatch/pom.xml
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-theme/xwiki-platform-flamingo-theme-test/pom.xml
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-theme/xwiki-platform-flamingo-theme-test/xwiki-platform-flamingo-theme-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-theme/xwiki-platform-flamingo-theme-test/xwiki-platform-flamingo-theme-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-theme/xwiki-platform-flamingo-theme-ui/pom.xml
M xwiki-platform-core/xwiki-platform-flavor/pom.xml
M xwiki-platform-core/xwiki-platform-flavor/xwiki-platform-flavor-api/pom.xml
M xwiki-platform-core/xwiki-platform-groovy/pom.xml
M xwiki-platform-core/xwiki-platform-help/pom.xml
M xwiki-platform-core/xwiki-platform-help/xwiki-platform-help-test/pom.xml
M xwiki-platform-core/xwiki-platform-help/xwiki-platform-help-test/xwiki-platform-help-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-help/xwiki-platform-help-ui/pom.xml
M xwiki-platform-core/xwiki-platform-icon/pom.xml
M xwiki-platform-core/xwiki-platform-icon/xwiki-platform-icon-api/pom.xml
M xwiki-platform-core/xwiki-platform-icon/xwiki-platform-icon-default/pom.xml
M xwiki-platform-core/xwiki-platform-icon/xwiki-platform-icon-fontawesome/pom.xml
M xwiki-platform-core/xwiki-platform-icon/xwiki-platform-icon-macro/pom.xml
M xwiki-platform-core/xwiki-platform-icon/xwiki-platform-icon-rest/pom.xml
M xwiki-platform-core/xwiki-platform-icon/xwiki-platform-icon-rest/xwiki-platform-icon-rest-api/pom.xml
M xwiki-platform-core/xwiki-platform-icon/xwiki-platform-icon-rest/xwiki-platform-icon-rest-default/pom.xml
M xwiki-platform-core/xwiki-platform-icon/xwiki-platform-icon-script/pom.xml
M xwiki-platform-core/xwiki-platform-icon/xwiki-platform-icon-test/pom.xml
M xwiki-platform-core/xwiki-platform-icon/xwiki-platform-icon-test/xwiki-platform-icon-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-icon/xwiki-platform-icon-ui/pom.xml
M xwiki-platform-core/xwiki-platform-image/pom.xml
M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-lightbox/pom.xml
M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-lightbox/xwiki-platform-image-lightbox-test/pom.xml
M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-lightbox/xwiki-platform-image-lightbox-test/xwiki-platform-image-lightbox-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-lightbox/xwiki-platform-image-lightbox-test/xwiki-platform-image-lightbox-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-lightbox/xwiki-platform-image-lightbox-ui/pom.xml
M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-lightbox/xwiki-platform-image-lightbox-webjar/pom.xml
M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-processing/pom.xml
M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-processing/xwiki-platform-image-processing-api/pom.xml
M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-processing/xwiki-platform-image-processing-plugin/pom.xml
M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-style/pom.xml
M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-style/xwiki-platform-image-style-api/pom.xml
M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-style/xwiki-platform-image-style-model/pom.xml
M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-style/xwiki-platform-image-style-rest/pom.xml
M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-style/xwiki-platform-image-style-test/pom.xml
M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-style/xwiki-platform-image-style-test/xwiki-platform-image-style-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-style/xwiki-platform-image-style-test/xwiki-platform-image-style-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-style/xwiki-platform-image-style-ui/pom.xml
M xwiki-platform-core/xwiki-platform-index/pom.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-api/pom.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-default/pom.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-test/pom.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-test/xwiki-platform-index-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-test/xwiki-platform-index-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-test/xwiki-platform-index-test-tests/pom.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/pom.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/pom.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-macro/pom.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-test/pom.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-test/xwiki-platform-index-tree-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-ui/pom.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-war/pom.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-webjar/pom.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-ui/pom.xml
M xwiki-platform-core/xwiki-platform-instance/pom.xml
M xwiki-platform-core/xwiki-platform-invitation/pom.xml
M xwiki-platform-core/xwiki-platform-invitation/xwiki-platform-invitation-test/pom.xml
M xwiki-platform-core/xwiki-platform-invitation/xwiki-platform-invitation-test/xwiki-platform-invitation-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-invitation/xwiki-platform-invitation-test/xwiki-platform-invitation-test-pageobject/pom.xml
M xwiki-platform-core/xwiki-platform-invitation/xwiki-platform-invitation-ui/pom.xml
M xwiki-platform-core/xwiki-platform-job/pom.xml
M xwiki-platform-core/xwiki-platform-job/xwiki-platform-job-api/pom.xml
M xwiki-platform-core/xwiki-platform-job/xwiki-platform-job-handler/pom.xml
M xwiki-platform-core/xwiki-platform-job/xwiki-platform-job-script/pom.xml
M xwiki-platform-core/xwiki-platform-job/xwiki-platform-job-webjar/pom.xml
M xwiki-platform-core/xwiki-platform-jodatime/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-annotation/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-events-hibernate/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-events-hibernate/xwiki-platform-legacy-events-hibernate-api/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-events-hibernate/xwiki-platform-legacy-events-hibernate-ui/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-extension-handler-xar/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-instance/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-mail/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-mail/xwiki-platform-legacy-mail-send/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-mail/xwiki-platform-legacy-mail-send/xwiki-platform-legacy-mail-send-default/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-mail/xwiki-platform-legacy-mail-send/xwiki-platform-legacy-mail-send-storage/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-model-api/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-notifications/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-notifications/xwiki-platform-legacy-notification-activitymacro/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-notifications/xwiki-platform-legacy-notifications-api/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-notifications/xwiki-platform-legacy-notifications-filters/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-notifications/xwiki-platform-legacy-notifications-filters/xwiki-platform-legacy-notifications-filters-api/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-notifications/xwiki-platform-legacy-notifications-notifiers/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-notifications/xwiki-platform-legacy-notifications-notifiers/xwiki-platform-legacy-notifications-notifiers-api/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-notifications/xwiki-platform-legacy-notifications-notifiers/xwiki-platform-legacy-notifications-notifiers-default/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-notifications/xwiki-platform-legacy-notifications-sources/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-observation/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-office/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-office/xwiki-platform-legacy-office-importer/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-office/xwiki-platform-legacy-office-viewer/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-oldcore/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-refactoring/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-refactoring/xwiki-platform-legacy-refactoring-api/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-rendering/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-rendering/xwiki-platform-legacy-rendering-macros/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-rendering/xwiki-platform-legacy-rendering-macros/xwiki-platform-legacy-rendering-macro-include/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-rendering/xwiki-platform-legacy-rendering-wikimacro/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-rendering/xwiki-platform-legacy-rendering-wikimacro/xwiki-platform-legacy-rendering-wikimacro-api/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-rendering/xwiki-platform-legacy-rendering-wikimacro/xwiki-platform-legacy-rendering-wikimacro-store/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-resource/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-resource/xwiki-platform-legacy-resource-temporary/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-security/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-security/xwiki-platform-legacy-security-authentication/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-security/xwiki-platform-legacy-security-authentication/xwiki-platform-legacy-security-authentication-api/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-url/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-web/pom.xml
M xwiki-platform-core/xwiki-platform-lesscss/pom.xml
M xwiki-platform-core/xwiki-platform-lesscss/xwiki-platform-lesscss-api/pom.xml
M xwiki-platform-core/xwiki-platform-lesscss/xwiki-platform-lesscss-default/pom.xml
M xwiki-platform-core/xwiki-platform-lesscss/xwiki-platform-lesscss-script/pom.xml
M xwiki-platform-core/xwiki-platform-like/pom.xml
M xwiki-platform-core/xwiki-platform-like/xwiki-platform-like-api/pom.xml
M xwiki-platform-core/xwiki-platform-like/xwiki-platform-like-notifications/pom.xml
M xwiki-platform-core/xwiki-platform-like/xwiki-platform-like-test/pom.xml
M xwiki-platform-core/xwiki-platform-like/xwiki-platform-like-test/xwiki-platform-like-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-like/xwiki-platform-like-test/xwiki-platform-like-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-like/xwiki-platform-like-ui/pom.xml
M xwiki-platform-core/xwiki-platform-link/pom.xml
M xwiki-platform-core/xwiki-platform-linkchecker/pom.xml
M xwiki-platform-core/xwiki-platform-linkchecker/xwiki-platform-linkchecker-api/pom.xml
M xwiki-platform-core/xwiki-platform-linkchecker/xwiki-platform-linkchecker-test/pom.xml
M xwiki-platform-core/xwiki-platform-linkchecker/xwiki-platform-linkchecker-test/xwiki-platform-linkchecker-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-linkchecker/xwiki-platform-linkchecker-test/xwiki-platform-linkchecker-test-tests/pom.xml
M xwiki-platform-core/xwiki-platform-linkchecker/xwiki-platform-linkchecker-ui/pom.xml
M xwiki-platform-core/xwiki-platform-livedata/pom.xml
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-api/pom.xml
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-livetable/pom.xml
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-macro/pom.xml
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-rest/pom.xml
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-test/pom.xml
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-test/xwiki-platform-livedata-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-test/xwiki-platform-livedata-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-war/pom.xml
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/pom.xml
M xwiki-platform-core/xwiki-platform-livetable/pom.xml
M xwiki-platform-core/xwiki-platform-livetable/xwiki-platform-livetable-ui/pom.xml
M xwiki-platform-core/xwiki-platform-localization/pom.xml
M xwiki-platform-core/xwiki-platform-localization/xwiki-platform-localization-api/pom.xml
M xwiki-platform-core/xwiki-platform-localization/xwiki-platform-localization-macro/pom.xml
M xwiki-platform-core/xwiki-platform-localization/xwiki-platform-localization-rest/pom.xml
M xwiki-platform-core/xwiki-platform-localization/xwiki-platform-localization-rest/xwiki-platform-localization-rest-api/pom.xml
M xwiki-platform-core/xwiki-platform-localization/xwiki-platform-localization-rest/xwiki-platform-localization-rest-default/pom.xml
M xwiki-platform-core/xwiki-platform-localization/xwiki-platform-localization-script/pom.xml
M xwiki-platform-core/xwiki-platform-localization/xwiki-platform-localization-sources/pom.xml
M xwiki-platform-core/xwiki-platform-localization/xwiki-platform-localization-sources/xwiki-platform-localization-source-jar/pom.xml
M xwiki-platform-core/xwiki-platform-localization/xwiki-platform-localization-sources/xwiki-platform-localization-source-legacy/pom.xml
M xwiki-platform-core/xwiki-platform-localization/xwiki-platform-localization-sources/xwiki-platform-localization-source-wiki/pom.xml
M xwiki-platform-core/xwiki-platform-localization/xwiki-platform-localization-syntaxes/pom.xml
M xwiki-platform-core/xwiki-platform-localization/xwiki-platform-localization-syntaxes/xwiki-platform-localization-syntax-messagetool/pom.xml
M xwiki-platform-core/xwiki-platform-localization/xwiki-platform-localization-test/pom.xml
M xwiki-platform-core/xwiki-platform-localization/xwiki-platform-localization-test/xwiki-platform-localization-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-localization/xwiki-platform-localization-webjar/pom.xml
M xwiki-platform-core/xwiki-platform-logging/pom.xml
M xwiki-platform-core/xwiki-platform-logging/xwiki-platform-logging-script/pom.xml
M xwiki-platform-core/xwiki-platform-logging/xwiki-platform-logging-ui/pom.xml
M xwiki-platform-core/xwiki-platform-mail/pom.xml
M xwiki-platform-core/xwiki-platform-mail/xwiki-platform-mail-api/pom.xml
M xwiki-platform-core/xwiki-platform-mail/xwiki-platform-mail-general/pom.xml
M xwiki-platform-core/xwiki-platform-mail/xwiki-platform-mail-resender-ui/pom.xml
M xwiki-platform-core/xwiki-platform-mail/xwiki-platform-mail-script/pom.xml
M xwiki-platform-core/xwiki-platform-mail/xwiki-platform-mail-send/pom.xml
M xwiki-platform-core/xwiki-platform-mail/xwiki-platform-mail-send/xwiki-platform-mail-send-api/pom.xml
M xwiki-platform-core/xwiki-platform-mail/xwiki-platform-mail-send/xwiki-platform-mail-send-default/pom.xml
M xwiki-platform-core/xwiki-platform-mail/xwiki-platform-mail-send/xwiki-platform-mail-send-storage/pom.xml
M xwiki-platform-core/xwiki-platform-mail/xwiki-platform-mail-test/pom.xml
M xwiki-platform-core/xwiki-platform-mail/xwiki-platform-mail-test/xwiki-platform-mail-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-mail/xwiki-platform-mail-test/xwiki-platform-mail-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-mail/xwiki-platform-mail-ui/pom.xml
M xwiki-platform-core/xwiki-platform-mailsender/pom.xml
M xwiki-platform-core/xwiki-platform-mentions/pom.xml
M xwiki-platform-core/xwiki-platform-mentions/xwiki-platform-mentions-api/pom.xml
M xwiki-platform-core/xwiki-platform-mentions/xwiki-platform-mentions-default/pom.xml
M xwiki-platform-core/xwiki-platform-mentions/xwiki-platform-mentions-notifications/pom.xml
M xwiki-platform-core/xwiki-platform-mentions/xwiki-platform-mentions-test/pom.xml
M xwiki-platform-core/xwiki-platform-mentions/xwiki-platform-mentions-test/xwiki-platform-mentions-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-mentions/xwiki-platform-mentions-test/xwiki-platform-mentions-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-mentions/xwiki-platform-mentions-ui/pom.xml
M xwiki-platform-core/xwiki-platform-menu/pom.xml
M xwiki-platform-core/xwiki-platform-menu/xwiki-platform-menu-test/pom.xml
M xwiki-platform-core/xwiki-platform-menu/xwiki-platform-menu-test/xwiki-platform-menu-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-menu/xwiki-platform-menu-test/xwiki-platform-menu-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-menu/xwiki-platform-menu-ui/pom.xml
M xwiki-platform-core/xwiki-platform-messagestream/pom.xml
M xwiki-platform-core/xwiki-platform-messagestream/xwiki-platform-messagestream-api/pom.xml
M xwiki-platform-core/xwiki-platform-messagestream/xwiki-platform-messagestream-test/pom.xml
M xwiki-platform-core/xwiki-platform-messagestream/xwiki-platform-messagestream-test/xwiki-platform-messagestream-test-tests/pom.xml
M xwiki-platform-core/xwiki-platform-messagestream/xwiki-platform-messagestream-ui/pom.xml
M xwiki-platform-core/xwiki-platform-minimaldependencies/pom.xml
M xwiki-platform-core/xwiki-platform-model/pom.xml
M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-api/pom.xml
M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-validation/pom.xml
M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-validation/xwiki-platform-model-validation-api/pom.xml
M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-validation/xwiki-platform-model-validation-default/pom.xml
M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-validation/xwiki-platform-model-validation-ui/pom.xml
M xwiki-platform-core/xwiki-platform-netflux/pom.xml
M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/pom.xml
M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-rest/pom.xml
M xwiki-platform-core/xwiki-platform-notifications/pom.xml
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-api/pom.xml
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/pom.xml
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/pom.xml
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/pom.xml
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/pom.xml
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-macro/pom.xml
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-macro/xwiki-platform-notifications-macro-ui/pom.xml
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-notifiers/pom.xml
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-notifiers/xwiki-platform-notifications-notifiers-api/pom.xml
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-notifiers/xwiki-platform-notifications-notifiers-default/pom.xml
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-preferences/pom.xml
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-preferences/xwiki-platform-notifications-preferences-api/pom.xml
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-preferences/xwiki-platform-notifications-preferences-default/pom.xml
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-rest/pom.xml
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-script/pom.xml
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-sources/pom.xml
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/pom.xml
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/pom.xml
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/pom.xml
M xwiki-platform-core/xwiki-platform-observation/pom.xml
M xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-remote/pom.xml
M xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-test/pom.xml
M xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-test/xwiki-platform-observation-test-tests/pom.xml
M xwiki-platform-core/xwiki-platform-office/pom.xml
M xwiki-platform-core/xwiki-platform-office/xwiki-platform-office-importer/pom.xml
M xwiki-platform-core/xwiki-platform-office/xwiki-platform-office-macro/pom.xml
M xwiki-platform-core/xwiki-platform-office/xwiki-platform-office-test/pom.xml
M xwiki-platform-core/xwiki-platform-office/xwiki-platform-office-test/xwiki-platform-office-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-office/xwiki-platform-office-test/xwiki-platform-office-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-office/xwiki-platform-office-ui/pom.xml
M xwiki-platform-core/xwiki-platform-office/xwiki-platform-office-viewer/pom.xml
M xwiki-platform-core/xwiki-platform-oldcore/pom.xml
M xwiki-platform-core/xwiki-platform-panels/pom.xml
M xwiki-platform-core/xwiki-platform-panels/xwiki-platform-panels-api/pom.xml
M xwiki-platform-core/xwiki-platform-panels/xwiki-platform-panels-test/pom.xml
M xwiki-platform-core/xwiki-platform-panels/xwiki-platform-panels-test/xwiki-platform-panels-test-content/pom.xml
M xwiki-platform-core/xwiki-platform-panels/xwiki-platform-panels-test/xwiki-platform-panels-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-panels/xwiki-platform-panels-test/xwiki-platform-panels-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-panels/xwiki-platform-panels-test/xwiki-platform-panels-test-tests/pom.xml
M xwiki-platform-core/xwiki-platform-panels/xwiki-platform-panels-ui/pom.xml
M xwiki-platform-core/xwiki-platform-query/pom.xml
M xwiki-platform-core/xwiki-platform-query/xwiki-platform-query-jpql-parser/pom.xml
M xwiki-platform-core/xwiki-platform-query/xwiki-platform-query-manager/pom.xml
M xwiki-platform-core/xwiki-platform-query/xwiki-platform-query-xwql/pom.xml
M xwiki-platform-core/xwiki-platform-ratings/pom.xml
M xwiki-platform-core/xwiki-platform-ratings/xwiki-platform-ratings-api/pom.xml
M xwiki-platform-core/xwiki-platform-ratings/xwiki-platform-ratings-ui/pom.xml
M xwiki-platform-core/xwiki-platform-realtime/pom.xml
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-ui/pom.xml
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/pom.xml
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wiki/pom.xml
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wiki/xwiki-platform-realtime-wiki-test/pom.xml
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wiki/xwiki-platform-realtime-wiki-test/xwiki-platform-realtime-wiki-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wiki/xwiki-platform-realtime-wiki-test/xwiki-platform-realtime-wiki-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wiki/xwiki-platform-realtime-wiki-ui/pom.xml
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wiki/xwiki-platform-realtime-wiki-webjar/pom.xml
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/pom.xml
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/pom.xml
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-ui/pom.xml
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/pom.xml
M xwiki-platform-core/xwiki-platform-refactoring/pom.xml
M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/pom.xml
M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-default/pom.xml
M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-ui/pom.xml
M xwiki-platform-core/xwiki-platform-release/pom.xml
M xwiki-platform-core/xwiki-platform-release/xwiki-platform-release-test/pom.xml
M xwiki-platform-core/xwiki-platform-release/xwiki-platform-release-test/xwiki-platform-release-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-release/xwiki-platform-release-test/xwiki-platform-release-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-release/xwiki-platform-release-ui/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-async/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-async/xwiki-platform-rendering-async-api/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-async/xwiki-platform-rendering-async-default/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-async/xwiki-platform-rendering-async-macro/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-configuration/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-configuration/xwiki-platform-rendering-configuration-api/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-configuration/xwiki-platform-rendering-configuration-default/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-cache/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-code-oldcore/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-code/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-container/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-context/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-gallery/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-groovy/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-include/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-python/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-script/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-toc/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-useravatar/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-velocity/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-parser/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-signature/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-transformations/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-transformations/xwiki-platform-rendering-transformation-api/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-transformations/xwiki-platform-rendering-transformation-icon/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-transformations/xwiki-platform-rendering-transformation-macro/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-ui/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-api/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/pom.xml
M xwiki-platform-core/xwiki-platform-repository/pom.xml
M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-api/pom.xml
M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-ui/pom.xml
M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-test/pom.xml
M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-test/xwiki-platform-repository-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-test/xwiki-platform-repository-test-tests/pom.xml
M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-test/xwiki-platform-repository-test-utils/pom.xml
M xwiki-platform-core/xwiki-platform-resource/pom.xml
M xwiki-platform-core/xwiki-platform-resource/xwiki-platform-resource-api/pom.xml
M xwiki-platform-core/xwiki-platform-resource/xwiki-platform-resource-default/pom.xml
M xwiki-platform-core/xwiki-platform-resource/xwiki-platform-resource-servlet/pom.xml
M xwiki-platform-core/xwiki-platform-resource/xwiki-platform-resource-temporary/pom.xml
M xwiki-platform-core/xwiki-platform-resource/xwiki-platform-resource-test/pom.xml
M xwiki-platform-core/xwiki-platform-resource/xwiki-platform-resource-test/xwiki-platform-resource-test-tests/pom.xml
M xwiki-platform-core/xwiki-platform-rest/pom.xml
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-api/pom.xml
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-jersey/pom.xml
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-model/pom.xml
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/pom.xml
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-test/pom.xml
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-test/xwiki-platform-rest-test-tests/pom.xml
M xwiki-platform-core/xwiki-platform-sandbox/pom.xml
M xwiki-platform-core/xwiki-platform-scheduler/pom.xml
M xwiki-platform-core/xwiki-platform-scheduler/xwiki-platform-scheduler-api/pom.xml
M xwiki-platform-core/xwiki-platform-scheduler/xwiki-platform-scheduler-test/pom.xml
M xwiki-platform-core/xwiki-platform-scheduler/xwiki-platform-scheduler-test/xwiki-platform-scheduler-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-scheduler/xwiki-platform-scheduler-test/xwiki-platform-scheduler-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-scheduler/xwiki-platform-scheduler-ui/pom.xml
M xwiki-platform-core/xwiki-platform-search/pom.xml
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-api/pom.xml
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/pom.xml
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/pom.xml
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-query/pom.xml
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-rest/pom.xml
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-server/pom.xml
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-server/xwiki-platform-search-solr-server-core-minimal/pom.xml
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-server/xwiki-platform-search-solr-server-core-search/pom.xml
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-server/xwiki-platform-search-solr-server-plugin/pom.xml
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-test/pom.xml
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-test/xwiki-platform-search-solr-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-test/xwiki-platform-search-solr-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-test/xwiki-platform-search-solr-test-utils/pom.xml
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-ui/pom.xml
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-ui/pom.xml
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-webjar/pom.xml
M xwiki-platform-core/xwiki-platform-security/pom.xml
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-api/pom.xml
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authentication/pom.xml
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authentication/xwiki-platform-security-authentication-api/pom.xml
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authentication/xwiki-platform-security-authentication-default/pom.xml
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authentication/xwiki-platform-security-authentication-script/pom.xml
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authentication/xwiki-platform-security-authentication-test/pom.xml
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authentication/xwiki-platform-security-authentication-test/xwiki-platform-security-authentication-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authentication/xwiki-platform-security-authentication-ui/pom.xml
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authorization/pom.xml
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authorization/xwiki-platform-security-authorization-api/pom.xml
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authorization/xwiki-platform-security-authorization-bridge/pom.xml
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authorization/xwiki-platform-security-authorization-script/pom.xml
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-requiredrights/pom.xml
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-requiredrights/xwiki-platform-security-requiredrights-api/pom.xml
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-requiredrights/xwiki-platform-security-requiredrights-default/pom.xml
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-requiredrights/xwiki-platform-security-requiredrights-macro/pom.xml
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-requiredrights/xwiki-platform-security-requiredrights-test/pom.xml
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-requiredrights/xwiki-platform-security-requiredrights-test/xwiki-platform-security-requiredrights-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-requiredrights/xwiki-platform-security-requiredrights-test/xwiki-platform-security-requiredrights-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-sharepage/pom.xml
M xwiki-platform-core/xwiki-platform-sharepage/xwiki-platform-sharepage-api/pom.xml
M xwiki-platform-core/xwiki-platform-sharepage/xwiki-platform-sharepage-test/pom.xml
M xwiki-platform-core/xwiki-platform-sharepage/xwiki-platform-sharepage-test/xwiki-platform-sharepage-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-sharepage/xwiki-platform-sharepage-test/xwiki-platform-sharepage-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-sharepage/xwiki-platform-sharepage-ui/pom.xml
M xwiki-platform-core/xwiki-platform-sheet/pom.xml
M xwiki-platform-core/xwiki-platform-sheet/xwiki-platform-sheet-api/pom.xml
M xwiki-platform-core/xwiki-platform-sheet/xwiki-platform-sheet-ui/pom.xml
M xwiki-platform-core/xwiki-platform-skin/pom.xml
M xwiki-platform-core/xwiki-platform-skin/xwiki-platform-skin-api/pom.xml
M xwiki-platform-core/xwiki-platform-skin/xwiki-platform-skin-skinx/pom.xml
M xwiki-platform-core/xwiki-platform-skin/xwiki-platform-skin-test/pom.xml
M xwiki-platform-core/xwiki-platform-skin/xwiki-platform-skin-test/xwiki-platform-skin-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-skin/xwiki-platform-skin-test/xwiki-platform-skin-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-skin/xwiki-platform-skin-ui/pom.xml
M xwiki-platform-core/xwiki-platform-statistics/pom.xml
M xwiki-platform-core/xwiki-platform-statistics/xwiki-platform-statistics-ui/pom.xml
M xwiki-platform-core/xwiki-platform-store/pom.xml
M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-api/pom.xml
M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-filesystem-oldcore/pom.xml
M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-filesystem/pom.xml
M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-locks/pom.xml
M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-merge/pom.xml
M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-merge/xwiki-platform-store-merge-api/pom.xml
M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-merge/xwiki-platform-store-merge-default/pom.xml
M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-serialization/pom.xml
M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-transaction/pom.xml
M xwiki-platform-core/xwiki-platform-tag/pom.xml
M xwiki-platform-core/xwiki-platform-tag/xwiki-platform-tag-api/pom.xml
M xwiki-platform-core/xwiki-platform-tag/xwiki-platform-tag-test/pom.xml
M xwiki-platform-core/xwiki-platform-tag/xwiki-platform-tag-test/xwiki-platform-tag-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-tag/xwiki-platform-tag-test/xwiki-platform-tag-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-tag/xwiki-platform-tag-ui/pom.xml
M xwiki-platform-core/xwiki-platform-template/pom.xml
M xwiki-platform-core/xwiki-platform-template/xwiki-platform-template-api/pom.xml
M xwiki-platform-core/xwiki-platform-test/pom.xml
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-checker/pom.xml
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-integration/pom.xml
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-oldcore/pom.xml
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-page/pom.xml
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-rest/pom.xml
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/pom.xml
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-upgrade/pom.xml
M xwiki-platform-core/xwiki-platform-tika/pom.xml
M xwiki-platform-core/xwiki-platform-tika/xwiki-platform-tika-detect/pom.xml
M xwiki-platform-core/xwiki-platform-tika/xwiki-platform-tika-parsers/pom.xml
M xwiki-platform-core/xwiki-platform-tour/pom.xml
M xwiki-platform-core/xwiki-platform-tour/xwiki-platform-tour-test/pom.xml
M xwiki-platform-core/xwiki-platform-tour/xwiki-platform-tour-test/xwiki-platform-tour-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-tour/xwiki-platform-tour-test/xwiki-platform-tour-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-tour/xwiki-platform-tour-ui/pom.xml
M xwiki-platform-core/xwiki-platform-tree/pom.xml
M xwiki-platform-core/xwiki-platform-tree/xwiki-platform-tree-api/pom.xml
M xwiki-platform-core/xwiki-platform-tree/xwiki-platform-tree-macro/pom.xml
M xwiki-platform-core/xwiki-platform-tree/xwiki-platform-tree-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-tree/xwiki-platform-tree-war/pom.xml
M xwiki-platform-core/xwiki-platform-tree/xwiki-platform-tree-webjar/pom.xml
M xwiki-platform-core/xwiki-platform-uiextension/pom.xml
M xwiki-platform-core/xwiki-platform-uiextension/xwiki-platform-uiextension-api/pom.xml
M xwiki-platform-core/xwiki-platform-uiextension/xwiki-platform-uiextension-test/pom.xml
M xwiki-platform-core/xwiki-platform-uiextension/xwiki-platform-uiextension-ui/pom.xml
M xwiki-platform-core/xwiki-platform-url/pom.xml
M xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-api/pom.xml
M xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-container/pom.xml
M xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-default/pom.xml
M xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-schemes/pom.xml
M xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-schemes/xwiki-platform-url-scheme-filesystem/pom.xml
M xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-schemes/xwiki-platform-url-scheme-reference/pom.xml
M xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-schemes/xwiki-platform-url-scheme-standard/pom.xml
M xwiki-platform-core/xwiki-platform-user/pom.xml
M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-api/pom.xml
M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-default/pom.xml
M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-directory/pom.xml
M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-directory/xwiki-platform-user-directory-test/pom.xml
M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-directory/xwiki-platform-user-directory-test/xwiki-platform-user-directory-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-directory/xwiki-platform-user-directory-test/xwiki-platform-user-directory-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-directory/xwiki-platform-user-directory-ui/pom.xml
M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-profile/pom.xml
M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-profile/xwiki-platform-user-profile-test/pom.xml
M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-profile/xwiki-platform-user-profile-test/xwiki-platform-user-profile-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-profile/xwiki-platform-user-profile-test/xwiki-platform-user-profile-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-profile/xwiki-platform-user-profile-ui/pom.xml
M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-resource/pom.xml
M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-script/pom.xml
M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-test/pom.xml
M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-test/xwiki-platform-user-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-velocity/pom.xml
M xwiki-platform-core/xwiki-platform-velocity/xwiki-platform-velocity-webapp/pom.xml
M xwiki-platform-core/xwiki-platform-velocity/xwiki-platform-velocity-xwiki/pom.xml
M xwiki-platform-core/xwiki-platform-vfs/pom.xml
M xwiki-platform-core/xwiki-platform-vfs/xwiki-platform-vfs-api/pom.xml
M xwiki-platform-core/xwiki-platform-vfs/xwiki-platform-vfs-test/pom.xml
M xwiki-platform-core/xwiki-platform-vfs/xwiki-platform-vfs-test/xwiki-platform-vfs-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-vfs/xwiki-platform-vfs-ui/pom.xml
M xwiki-platform-core/xwiki-platform-web/pom.xml
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/pom.xml
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/pom.xml
M xwiki-platform-core/xwiki-platform-webjars/pom.xml
M xwiki-platform-core/xwiki-platform-webjars/xwiki-platform-webjars-api/pom.xml
M xwiki-platform-core/xwiki-platform-webjars/xwiki-platform-webjars-test/pom.xml
M xwiki-platform-core/xwiki-platform-webjars/xwiki-platform-webjars-test/xwiki-platform-webjars-test-tests/pom.xml
M xwiki-platform-core/xwiki-platform-websocket/pom.xml
M xwiki-platform-core/xwiki-platform-whatsnew/pom.xml
M xwiki-platform-core/xwiki-platform-whatsnew/xwiki-platform-whatsnew-api/pom.xml
M xwiki-platform-core/xwiki-platform-whatsnew/xwiki-platform-whatsnew-test/pom.xml
M xwiki-platform-core/xwiki-platform-whatsnew/xwiki-platform-whatsnew-test/xwiki-platform-whatsnew-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-whatsnew/xwiki-platform-whatsnew-test/xwiki-platform-whatsnew-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-whatsnew/xwiki-platform-whatsnew-ui/pom.xml
M xwiki-platform-core/xwiki-platform-wiki/pom.xml
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-api/pom.xml
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-creationjob/pom.xml
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-default/pom.xml
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-rest/pom.xml
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-rest/xwiki-platform-wiki-rest-api/pom.xml
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-rest/xwiki-platform-wiki-rest-default/pom.xml
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-script/pom.xml
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-template/pom.xml
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-template/xwiki-platform-wiki-template-api/pom.xml
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-template/xwiki-platform-wiki-template-default/pom.xml
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-template/xwiki-platform-wiki-template-script/pom.xml
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-test/pom.xml
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-test/xwiki-platform-wiki-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-test/xwiki-platform-wiki-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-ui/pom.xml
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-ui/xwiki-platform-wiki-ui-common/pom.xml
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-ui/xwiki-platform-wiki-ui-mainwiki/pom.xml
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-ui/xwiki-platform-wiki-ui-wiki/pom.xml
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-user/pom.xml
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-user/xwiki-platform-wiki-user-api/pom.xml
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-user/xwiki-platform-wiki-user-default/pom.xml
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-user/xwiki-platform-wiki-user-script/pom.xml
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-workspaces-migrator/pom.xml
M xwiki-platform-core/xwiki-platform-wysiwyg/pom.xml
M xwiki-platform-core/xwiki-platform-wysiwyg/xwiki-platform-wysiwyg-api/pom.xml
M xwiki-platform-core/xwiki-platform-wysiwyg/xwiki-platform-wysiwyg-ui/pom.xml
M xwiki-platform-core/xwiki-platform-xar/pom.xml
M xwiki-platform-core/xwiki-platform-xar/xwiki-platform-xar-model/pom.xml
M xwiki-platform-core/xwiki-platform-xar/xwiki-platform-xar-script/pom.xml
M xwiki-platform-core/xwiki-platform-xclass/pom.xml
M xwiki-platform-core/xwiki-platform-xclass/xwiki-platform-xclass-test/pom.xml
M xwiki-platform-core/xwiki-platform-xclass/xwiki-platform-xclass-test/xwiki-platform-xclass-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-xclass/xwiki-platform-xclass-test/xwiki-platform-xclass-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-xclass/xwiki-platform-xclass-ui/pom.xml
M xwiki-platform-core/xwiki-platform-xml/pom.xml
M xwiki-platform-core/xwiki-platform-xml/xwiki-platform-xml-script/pom.xml
M xwiki-platform-core/xwiki-platform-xml/xwiki-platform-xml-security/pom.xml
M xwiki-platform-core/xwiki-platform-zipexplorer/pom.xml
M xwiki-platform-distribution/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-debian/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-common/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-mariadb-common/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-mysql-common/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-pgsql-common/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-solr/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-solr/xwiki-platform-distribution-debian-solr-all/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-solr/xwiki-platform-distribution-debian-solr-cores/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-solr/xwiki-platform-distribution-debian-solr-cores/xwiki-platform-distribution-debian-solr-core-events/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-solr/xwiki-platform-distribution-debian-solr-cores/xwiki-platform-distribution-debian-solr-core-extension_index/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-solr/xwiki-platform-distribution-debian-solr-cores/xwiki-platform-distribution-debian-solr-core-ratings/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-solr/xwiki-platform-distribution-debian-solr-cores/xwiki-platform-distribution-debian-solr-core-search/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-tomcat/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-tomcat/xwiki-platform-distribution-debian-tomcat8-common/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-tomcat/xwiki-platform-distribution-debian-tomcat8-mariadb/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-tomcat/xwiki-platform-distribution-debian-tomcat8-mysql/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-tomcat/xwiki-platform-distribution-debian-tomcat8-pgsql/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-tomcat/xwiki-platform-distribution-debian-tomcat9-common/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-tomcat/xwiki-platform-distribution-debian-tomcat9-mariadb/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-tomcat/xwiki-platform-distribution-debian-tomcat9-mysql/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-tomcat/xwiki-platform-distribution-debian-tomcat9-pgsql/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-xjetty/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-xjetty/xwiki-platform-distribution-debian-xjetty-common/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-xjetty/xwiki-platform-distribution-debian-xjetty-mariadb/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-xjetty/xwiki-platform-distribution-debian-xjetty-mysql/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-xjetty/xwiki-platform-distribution-debian-xjetty-pgsql/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-common/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-data/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-data/xwiki-platform-distribution-flavor-data-hsqldb/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-jetty-hsqldb/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-mainwiki/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-escaping/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-misc/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-pageobjects/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-security/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-storage/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-ui/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-upgrade/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-upgrade/xwiki-platform-distribution-flavor-test-upgrade-1011/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-upgrade/xwiki-platform-distribution-flavor-test-upgrade-1110/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-upgrade/xwiki-platform-distribution-flavor-test-upgrade-1210-custom/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-upgrade/xwiki-platform-distribution-flavor-test-upgrade-1210/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-upgrade/xwiki-platform-distribution-flavor-test-upgrade-1310/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-upgrade/xwiki-platform-distribution-flavor-test-upgrade-1410/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-upgrade/xwiki-platform-distribution-flavor-test-upgrade-1510/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-upgrade/xwiki-platform-distribution-flavor-test-upgrade-84-filestore/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-upgrade/xwiki-platform-distribution-flavor-test-upgrade-84/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-upgrade/xwiki-platform-distribution-flavor-test-upgrade-911/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-webstandards/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-tour/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-wiki/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-xip/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-jetty-hsqldb/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-resources/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-ui/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-ui/xwiki-platform-distribution-ui-admin-user/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-ui/xwiki-platform-distribution-ui-base/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-war-dependencies/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-war-legacydependencies/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-war/pom.xml
M xwiki-platform-tools/pom.xml
M xwiki-platform-tools/xwiki-platform-tool-configuration-resources/pom.xml
M xwiki-platform-tools/xwiki-platform-tool-jetty/pom.xml
M xwiki-platform-tools/xwiki-platform-tool-jetty/xwiki-platform-tool-jetty-listener/pom.xml
M xwiki-platform-tools/xwiki-platform-tool-jetty/xwiki-platform-tool-jetty-resources/pom.xml
M xwiki-platform-tools/xwiki-platform-tool-packager-plugin/pom.xml
M xwiki-platform-tools/xwiki-platform-tool-provision-plugin/pom.xml
M xwiki-platform-tools/xwiki-platform-tool-rootwebapp/pom.xml
M xwiki-platform-tools/xwiki-platform-tool-standards-validator/pom.xml
M xwiki-platform-tools/xwiki-platform-tool-xmldoc-update-plugin/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release xwiki-platform-16.4.0-rc-1
Commit: e33971af9ad3a283a7ec7e4ff255826c05e8301d
https://github.com/xwiki/xwiki-platform/commit/e33971af9ad3a283a7ec7e4ff255…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-22 (Wed, 22 May 2024)
Changed paths:
M pom.xml
M xwiki-platform-core/pom.xml
M xwiki-platform-core/xwiki-platform-activeinstalls2/pom.xml
M xwiki-platform-core/xwiki-platform-activeinstalls2/xwiki-platform-activeinstalls2-api/pom.xml
M xwiki-platform-core/xwiki-platform-activeinstalls2/xwiki-platform-activeinstalls2-test/pom.xml
M xwiki-platform-core/xwiki-platform-activeinstalls2/xwiki-platform-activeinstalls2-test/xwiki-platform-activeinstalls2-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-administration/pom.xml
M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-api/pom.xml
M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-test/pom.xml
M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-test/xwiki-platform-administration-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-test/xwiki-platform-administration-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-ui/pom.xml
M xwiki-platform-core/xwiki-platform-alerts/pom.xml
M xwiki-platform-core/xwiki-platform-alerts/xwiki-platform-alerts-ui/pom.xml
M xwiki-platform-core/xwiki-platform-annotation/pom.xml
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-core/pom.xml
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-io/pom.xml
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-maintainer/pom.xml
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-reference/pom.xml
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-rest/pom.xml
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-scripting/pom.xml
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-test/pom.xml
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-test/xwiki-platform-annotation-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-test/xwiki-platform-annotation-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-ui/pom.xml
M xwiki-platform-core/xwiki-platform-application/pom.xml
M xwiki-platform-core/xwiki-platform-application/xwiki-platform-application-test/pom.xml
M xwiki-platform-core/xwiki-platform-application/xwiki-platform-application-test/xwiki-platform-application-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-application/xwiki-platform-application-ui/pom.xml
M xwiki-platform-core/xwiki-platform-appwithinminutes/pom.xml
M xwiki-platform-core/xwiki-platform-appwithinminutes/xwiki-platform-appwithinminutes-test/pom.xml
M xwiki-platform-core/xwiki-platform-appwithinminutes/xwiki-platform-appwithinminutes-test/xwiki-platform-appwithinminutes-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-appwithinminutes/xwiki-platform-appwithinminutes-test/xwiki-platform-appwithinminutes-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-appwithinminutes/xwiki-platform-appwithinminutes-ui/pom.xml
M xwiki-platform-core/xwiki-platform-attachment/pom.xml
M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-api/pom.xml
M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-picker/pom.xml
M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-picker/xwiki-platform-attachment-picker-macro/pom.xml
M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-picker/xwiki-platform-attachment-picker-test/pom.xml
M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-picker/xwiki-platform-attachment-picker-test/xwiki-platform-attachment-picker-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-picker/xwiki-platform-attachment-picker-test/xwiki-platform-attachment-picker-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-picker/xwiki-platform-attachment-picker-ui/pom.xml
M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-picker/xwiki-platform-attachment-picker-webjar/pom.xml
M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-test/pom.xml
M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-test/xwiki-platform-attachment-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-test/xwiki-platform-attachment-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-ui/pom.xml
M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-validation/pom.xml
M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-validation/xwiki-platform-attachment-validation-api/pom.xml
M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-validation/xwiki-platform-attachment-validation-default/pom.xml
M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-validation/xwiki-platform-attachment-validation-test/pom.xml
M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-validation/xwiki-platform-attachment-validation-test/xwiki-platform-attachment-validation-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-validation/xwiki-platform-attachment-validation-test/xwiki-platform-attachment-validation-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-validation/xwiki-platform-attachment-validation-ui/pom.xml
M xwiki-platform-core/xwiki-platform-bridge/pom.xml
M xwiki-platform-core/xwiki-platform-captcha/pom.xml
M xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-api/pom.xml
M xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-default/pom.xml
M xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-jcaptcha/pom.xml
M xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-jcaptcha/xwiki-platform-captcha-jcaptcha-api/pom.xml
M xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-jcaptcha/xwiki-platform-captcha-jcaptcha-ui/pom.xml
M xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-jcaptcha/xwiki-platform-captcha-jcaptcha-webjar/pom.xml
M xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-ui/pom.xml
M xwiki-platform-core/xwiki-platform-chart/pom.xml
M xwiki-platform-core/xwiki-platform-chart/xwiki-platform-chart-macro/pom.xml
M xwiki-platform-core/xwiki-platform-chart/xwiki-platform-chart-renderer/pom.xml
M xwiki-platform-core/xwiki-platform-ckeditor/pom.xml
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/pom.xml
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/pom.xml
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/pom.xml
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-webjar/pom.xml
M xwiki-platform-core/xwiki-platform-classloader/pom.xml
M xwiki-platform-core/xwiki-platform-classloader/xwiki-platform-classloader-protocols/pom.xml
M xwiki-platform-core/xwiki-platform-classloader/xwiki-platform-classloader-protocols/xwiki-platform-classloader-protocol-attachmentjar/pom.xml
M xwiki-platform-core/xwiki-platform-classloader/xwiki-platform-classloader-xwiki/pom.xml
M xwiki-platform-core/xwiki-platform-component/pom.xml
M xwiki-platform-core/xwiki-platform-component/xwiki-platform-component-multi/pom.xml
M xwiki-platform-core/xwiki-platform-component/xwiki-platform-component-script/pom.xml
M xwiki-platform-core/xwiki-platform-component/xwiki-platform-component-wiki/pom.xml
M xwiki-platform-core/xwiki-platform-configuration/pom.xml
M xwiki-platform-core/xwiki-platform-configuration/xwiki-platform-configuration-api/pom.xml
M xwiki-platform-core/xwiki-platform-configuration/xwiki-platform-configuration-default/pom.xml
M xwiki-platform-core/xwiki-platform-container/pom.xml
M xwiki-platform-core/xwiki-platform-container/xwiki-platform-container-api/pom.xml
M xwiki-platform-core/xwiki-platform-container/xwiki-platform-container-portlet/pom.xml
M xwiki-platform-core/xwiki-platform-container/xwiki-platform-container-servlet/pom.xml
M xwiki-platform-core/xwiki-platform-crypto/pom.xml
M xwiki-platform-core/xwiki-platform-crypto/xwiki-platform-crypto-script/pom.xml
M xwiki-platform-core/xwiki-platform-crypto/xwiki-platform-crypto-store/pom.xml
M xwiki-platform-core/xwiki-platform-crypto/xwiki-platform-crypto-store/xwiki-platform-crypto-store-api/pom.xml
M xwiki-platform-core/xwiki-platform-crypto/xwiki-platform-crypto-store/xwiki-platform-crypto-store-wiki/pom.xml
M xwiki-platform-core/xwiki-platform-csrf/pom.xml
M xwiki-platform-core/xwiki-platform-dashboard/pom.xml
M xwiki-platform-core/xwiki-platform-dashboard/xwiki-platform-dashboard-macro/pom.xml
M xwiki-platform-core/xwiki-platform-dashboard/xwiki-platform-dashboard-test/pom.xml
M xwiki-platform-core/xwiki-platform-dashboard/xwiki-platform-dashboard-test/xwiki-platform-dashboard-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-dashboard/xwiki-platform-dashboard-test/xwiki-platform-dashboard-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-dashboard/xwiki-platform-dashboard-ui/pom.xml
M xwiki-platform-core/xwiki-platform-date/pom.xml
M xwiki-platform-core/xwiki-platform-diff/pom.xml
M xwiki-platform-core/xwiki-platform-diff/xwiki-platform-diff-xml/pom.xml
M xwiki-platform-core/xwiki-platform-display/pom.xml
M xwiki-platform-core/xwiki-platform-display/xwiki-platform-display-api/pom.xml
M xwiki-platform-core/xwiki-platform-display/xwiki-platform-display-html/pom.xml
M xwiki-platform-core/xwiki-platform-display/xwiki-platform-display-macro/pom.xml
M xwiki-platform-core/xwiki-platform-edit/pom.xml
M xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-api/pom.xml
M xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-default/pom.xml
M xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-test/pom.xml
M xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-test/xwiki-platform-edit-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-test/xwiki-platform-edit-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-ui/pom.xml
M xwiki-platform-core/xwiki-platform-eventstream/pom.xml
M xwiki-platform-core/xwiki-platform-eventstream/xwiki-platform-eventstream-api/pom.xml
M xwiki-platform-core/xwiki-platform-eventstream/xwiki-platform-eventstream-default/pom.xml
M xwiki-platform-core/xwiki-platform-eventstream/xwiki-platform-eventstream-stores/pom.xml
M xwiki-platform-core/xwiki-platform-eventstream/xwiki-platform-eventstream-stores/xwiki-platform-eventstream-store-common/pom.xml
M xwiki-platform-core/xwiki-platform-eventstream/xwiki-platform-eventstream-stores/xwiki-platform-eventstream-store-solr/pom.xml
M xwiki-platform-core/xwiki-platform-export/pom.xml
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-api/pom.xml
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/pom.xml
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-api/pom.xml
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-default/pom.xml
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-test/pom.xml
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-test/xwiki-platform-export-pdf-test-content/pom.xml
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-test/xwiki-platform-export-pdf-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-test/xwiki-platform-export-pdf-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-ui/pom.xml
M xwiki-platform-core/xwiki-platform-extension/pom.xml
M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-api/pom.xml
M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-cluster/pom.xml
M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-distribution/pom.xml
M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-handlers/pom.xml
M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-handlers/xwiki-platform-extension-handler-jar/pom.xml
M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-handlers/xwiki-platform-extension-handler-xar/pom.xml
M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-index/pom.xml
M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-script/pom.xml
M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-security/pom.xml
M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-security/xwiki-platform-extension-security-api/pom.xml
M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-security/xwiki-platform-extension-security-index/pom.xml
M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-security/xwiki-platform-extension-security-notifications/pom.xml
M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-security/xwiki-platform-extension-security-test/pom.xml
M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-security/xwiki-platform-extension-security-test/xwiki-platform-extension-security-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-security/xwiki-platform-extension-security-test/xwiki-platform-extension-security-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-security/xwiki-platform-extension-security-ui/pom.xml
M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-test/pom.xml
M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-test/xwiki-platform-extension-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-test/xwiki-platform-extension-test-tests/pom.xml
M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-test/xwiki-platform-extension-test-utils/pom.xml
M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-ui/pom.xml
M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-versioncheck/pom.xml
M xwiki-platform-core/xwiki-platform-feed/pom.xml
M xwiki-platform-core/xwiki-platform-feed/xwiki-platform-feed-api/pom.xml
M xwiki-platform-core/xwiki-platform-filter/pom.xml
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-events/pom.xml
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-events/xwiki-platform-filter-event-model/pom.xml
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-events/xwiki-platform-filter-event-user/pom.xml
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-events/xwiki-platform-filter-event-xwiki/pom.xml
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-instance/pom.xml
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-instance/xwiki-platform-filter-instance-api/pom.xml
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-instance/xwiki-platform-filter-instance-document/pom.xml
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-instance/xwiki-platform-filter-instance-extension/pom.xml
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-instance/xwiki-platform-filter-instance-script/pom.xml
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-script/pom.xml
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/pom.xml
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/pom.xml
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-test/pom.xml
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-test/xwiki-platform-filter-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-test/xwiki-platform-filter-test-tests/pom.xml
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-ui/pom.xml
M xwiki-platform-core/xwiki-platform-flamingo/pom.xml
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/pom.xml
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/pom.xml
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/pom.xml
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-tests/pom.xml
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-theme/pom.xml
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-theme/xwiki-platform-flamingo-theme-bootswatch/pom.xml
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-theme/xwiki-platform-flamingo-theme-test/pom.xml
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-theme/xwiki-platform-flamingo-theme-test/xwiki-platform-flamingo-theme-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-theme/xwiki-platform-flamingo-theme-test/xwiki-platform-flamingo-theme-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-theme/xwiki-platform-flamingo-theme-ui/pom.xml
M xwiki-platform-core/xwiki-platform-flavor/pom.xml
M xwiki-platform-core/xwiki-platform-flavor/xwiki-platform-flavor-api/pom.xml
M xwiki-platform-core/xwiki-platform-groovy/pom.xml
M xwiki-platform-core/xwiki-platform-help/pom.xml
M xwiki-platform-core/xwiki-platform-help/xwiki-platform-help-test/pom.xml
M xwiki-platform-core/xwiki-platform-help/xwiki-platform-help-test/xwiki-platform-help-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-help/xwiki-platform-help-ui/pom.xml
M xwiki-platform-core/xwiki-platform-icon/pom.xml
M xwiki-platform-core/xwiki-platform-icon/xwiki-platform-icon-api/pom.xml
M xwiki-platform-core/xwiki-platform-icon/xwiki-platform-icon-default/pom.xml
M xwiki-platform-core/xwiki-platform-icon/xwiki-platform-icon-fontawesome/pom.xml
M xwiki-platform-core/xwiki-platform-icon/xwiki-platform-icon-macro/pom.xml
M xwiki-platform-core/xwiki-platform-icon/xwiki-platform-icon-rest/pom.xml
M xwiki-platform-core/xwiki-platform-icon/xwiki-platform-icon-rest/xwiki-platform-icon-rest-api/pom.xml
M xwiki-platform-core/xwiki-platform-icon/xwiki-platform-icon-rest/xwiki-platform-icon-rest-default/pom.xml
M xwiki-platform-core/xwiki-platform-icon/xwiki-platform-icon-script/pom.xml
M xwiki-platform-core/xwiki-platform-icon/xwiki-platform-icon-test/pom.xml
M xwiki-platform-core/xwiki-platform-icon/xwiki-platform-icon-test/xwiki-platform-icon-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-icon/xwiki-platform-icon-ui/pom.xml
M xwiki-platform-core/xwiki-platform-image/pom.xml
M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-lightbox/pom.xml
M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-lightbox/xwiki-platform-image-lightbox-test/pom.xml
M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-lightbox/xwiki-platform-image-lightbox-test/xwiki-platform-image-lightbox-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-lightbox/xwiki-platform-image-lightbox-test/xwiki-platform-image-lightbox-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-lightbox/xwiki-platform-image-lightbox-ui/pom.xml
M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-lightbox/xwiki-platform-image-lightbox-webjar/pom.xml
M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-processing/pom.xml
M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-processing/xwiki-platform-image-processing-api/pom.xml
M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-processing/xwiki-platform-image-processing-plugin/pom.xml
M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-style/pom.xml
M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-style/xwiki-platform-image-style-api/pom.xml
M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-style/xwiki-platform-image-style-model/pom.xml
M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-style/xwiki-platform-image-style-rest/pom.xml
M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-style/xwiki-platform-image-style-test/pom.xml
M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-style/xwiki-platform-image-style-test/xwiki-platform-image-style-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-style/xwiki-platform-image-style-test/xwiki-platform-image-style-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-style/xwiki-platform-image-style-ui/pom.xml
M xwiki-platform-core/xwiki-platform-index/pom.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-api/pom.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-default/pom.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-test/pom.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-test/xwiki-platform-index-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-test/xwiki-platform-index-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-test/xwiki-platform-index-test-tests/pom.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/pom.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/pom.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-macro/pom.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-test/pom.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-test/xwiki-platform-index-tree-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-ui/pom.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-war/pom.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-webjar/pom.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-ui/pom.xml
M xwiki-platform-core/xwiki-platform-instance/pom.xml
M xwiki-platform-core/xwiki-platform-invitation/pom.xml
M xwiki-platform-core/xwiki-platform-invitation/xwiki-platform-invitation-test/pom.xml
M xwiki-platform-core/xwiki-platform-invitation/xwiki-platform-invitation-test/xwiki-platform-invitation-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-invitation/xwiki-platform-invitation-test/xwiki-platform-invitation-test-pageobject/pom.xml
M xwiki-platform-core/xwiki-platform-invitation/xwiki-platform-invitation-ui/pom.xml
M xwiki-platform-core/xwiki-platform-job/pom.xml
M xwiki-platform-core/xwiki-platform-job/xwiki-platform-job-api/pom.xml
M xwiki-platform-core/xwiki-platform-job/xwiki-platform-job-handler/pom.xml
M xwiki-platform-core/xwiki-platform-job/xwiki-platform-job-script/pom.xml
M xwiki-platform-core/xwiki-platform-job/xwiki-platform-job-webjar/pom.xml
M xwiki-platform-core/xwiki-platform-jodatime/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-annotation/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-events-hibernate/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-events-hibernate/xwiki-platform-legacy-events-hibernate-api/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-events-hibernate/xwiki-platform-legacy-events-hibernate-ui/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-extension-handler-xar/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-instance/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-mail/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-mail/xwiki-platform-legacy-mail-send/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-mail/xwiki-platform-legacy-mail-send/xwiki-platform-legacy-mail-send-default/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-mail/xwiki-platform-legacy-mail-send/xwiki-platform-legacy-mail-send-storage/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-model-api/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-notifications/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-notifications/xwiki-platform-legacy-notification-activitymacro/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-notifications/xwiki-platform-legacy-notifications-api/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-notifications/xwiki-platform-legacy-notifications-filters/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-notifications/xwiki-platform-legacy-notifications-filters/xwiki-platform-legacy-notifications-filters-api/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-notifications/xwiki-platform-legacy-notifications-notifiers/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-notifications/xwiki-platform-legacy-notifications-notifiers/xwiki-platform-legacy-notifications-notifiers-api/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-notifications/xwiki-platform-legacy-notifications-notifiers/xwiki-platform-legacy-notifications-notifiers-default/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-notifications/xwiki-platform-legacy-notifications-sources/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-observation/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-office/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-office/xwiki-platform-legacy-office-importer/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-office/xwiki-platform-legacy-office-viewer/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-oldcore/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-refactoring/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-refactoring/xwiki-platform-legacy-refactoring-api/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-rendering/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-rendering/xwiki-platform-legacy-rendering-macros/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-rendering/xwiki-platform-legacy-rendering-macros/xwiki-platform-legacy-rendering-macro-include/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-rendering/xwiki-platform-legacy-rendering-wikimacro/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-rendering/xwiki-platform-legacy-rendering-wikimacro/xwiki-platform-legacy-rendering-wikimacro-api/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-rendering/xwiki-platform-legacy-rendering-wikimacro/xwiki-platform-legacy-rendering-wikimacro-store/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-resource/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-resource/xwiki-platform-legacy-resource-temporary/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-security/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-security/xwiki-platform-legacy-security-authentication/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-security/xwiki-platform-legacy-security-authentication/xwiki-platform-legacy-security-authentication-api/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-url/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-web/pom.xml
M xwiki-platform-core/xwiki-platform-lesscss/pom.xml
M xwiki-platform-core/xwiki-platform-lesscss/xwiki-platform-lesscss-api/pom.xml
M xwiki-platform-core/xwiki-platform-lesscss/xwiki-platform-lesscss-default/pom.xml
M xwiki-platform-core/xwiki-platform-lesscss/xwiki-platform-lesscss-script/pom.xml
M xwiki-platform-core/xwiki-platform-like/pom.xml
M xwiki-platform-core/xwiki-platform-like/xwiki-platform-like-api/pom.xml
M xwiki-platform-core/xwiki-platform-like/xwiki-platform-like-notifications/pom.xml
M xwiki-platform-core/xwiki-platform-like/xwiki-platform-like-test/pom.xml
M xwiki-platform-core/xwiki-platform-like/xwiki-platform-like-test/xwiki-platform-like-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-like/xwiki-platform-like-test/xwiki-platform-like-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-like/xwiki-platform-like-ui/pom.xml
M xwiki-platform-core/xwiki-platform-link/pom.xml
M xwiki-platform-core/xwiki-platform-linkchecker/pom.xml
M xwiki-platform-core/xwiki-platform-linkchecker/xwiki-platform-linkchecker-api/pom.xml
M xwiki-platform-core/xwiki-platform-linkchecker/xwiki-platform-linkchecker-test/pom.xml
M xwiki-platform-core/xwiki-platform-linkchecker/xwiki-platform-linkchecker-test/xwiki-platform-linkchecker-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-linkchecker/xwiki-platform-linkchecker-test/xwiki-platform-linkchecker-test-tests/pom.xml
M xwiki-platform-core/xwiki-platform-linkchecker/xwiki-platform-linkchecker-ui/pom.xml
M xwiki-platform-core/xwiki-platform-livedata/pom.xml
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-api/pom.xml
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-livetable/pom.xml
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-macro/pom.xml
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-rest/pom.xml
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-test/pom.xml
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-test/xwiki-platform-livedata-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-test/xwiki-platform-livedata-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-war/pom.xml
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/pom.xml
M xwiki-platform-core/xwiki-platform-livetable/pom.xml
M xwiki-platform-core/xwiki-platform-livetable/xwiki-platform-livetable-ui/pom.xml
M xwiki-platform-core/xwiki-platform-localization/pom.xml
M xwiki-platform-core/xwiki-platform-localization/xwiki-platform-localization-api/pom.xml
M xwiki-platform-core/xwiki-platform-localization/xwiki-platform-localization-macro/pom.xml
M xwiki-platform-core/xwiki-platform-localization/xwiki-platform-localization-rest/pom.xml
M xwiki-platform-core/xwiki-platform-localization/xwiki-platform-localization-rest/xwiki-platform-localization-rest-api/pom.xml
M xwiki-platform-core/xwiki-platform-localization/xwiki-platform-localization-rest/xwiki-platform-localization-rest-default/pom.xml
M xwiki-platform-core/xwiki-platform-localization/xwiki-platform-localization-script/pom.xml
M xwiki-platform-core/xwiki-platform-localization/xwiki-platform-localization-sources/pom.xml
M xwiki-platform-core/xwiki-platform-localization/xwiki-platform-localization-sources/xwiki-platform-localization-source-jar/pom.xml
M xwiki-platform-core/xwiki-platform-localization/xwiki-platform-localization-sources/xwiki-platform-localization-source-legacy/pom.xml
M xwiki-platform-core/xwiki-platform-localization/xwiki-platform-localization-sources/xwiki-platform-localization-source-wiki/pom.xml
M xwiki-platform-core/xwiki-platform-localization/xwiki-platform-localization-syntaxes/pom.xml
M xwiki-platform-core/xwiki-platform-localization/xwiki-platform-localization-syntaxes/xwiki-platform-localization-syntax-messagetool/pom.xml
M xwiki-platform-core/xwiki-platform-localization/xwiki-platform-localization-test/pom.xml
M xwiki-platform-core/xwiki-platform-localization/xwiki-platform-localization-test/xwiki-platform-localization-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-localization/xwiki-platform-localization-webjar/pom.xml
M xwiki-platform-core/xwiki-platform-logging/pom.xml
M xwiki-platform-core/xwiki-platform-logging/xwiki-platform-logging-script/pom.xml
M xwiki-platform-core/xwiki-platform-logging/xwiki-platform-logging-ui/pom.xml
M xwiki-platform-core/xwiki-platform-mail/pom.xml
M xwiki-platform-core/xwiki-platform-mail/xwiki-platform-mail-api/pom.xml
M xwiki-platform-core/xwiki-platform-mail/xwiki-platform-mail-general/pom.xml
M xwiki-platform-core/xwiki-platform-mail/xwiki-platform-mail-resender-ui/pom.xml
M xwiki-platform-core/xwiki-platform-mail/xwiki-platform-mail-script/pom.xml
M xwiki-platform-core/xwiki-platform-mail/xwiki-platform-mail-send/pom.xml
M xwiki-platform-core/xwiki-platform-mail/xwiki-platform-mail-send/xwiki-platform-mail-send-api/pom.xml
M xwiki-platform-core/xwiki-platform-mail/xwiki-platform-mail-send/xwiki-platform-mail-send-default/pom.xml
M xwiki-platform-core/xwiki-platform-mail/xwiki-platform-mail-send/xwiki-platform-mail-send-storage/pom.xml
M xwiki-platform-core/xwiki-platform-mail/xwiki-platform-mail-test/pom.xml
M xwiki-platform-core/xwiki-platform-mail/xwiki-platform-mail-test/xwiki-platform-mail-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-mail/xwiki-platform-mail-test/xwiki-platform-mail-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-mail/xwiki-platform-mail-ui/pom.xml
M xwiki-platform-core/xwiki-platform-mailsender/pom.xml
M xwiki-platform-core/xwiki-platform-mentions/pom.xml
M xwiki-platform-core/xwiki-platform-mentions/xwiki-platform-mentions-api/pom.xml
M xwiki-platform-core/xwiki-platform-mentions/xwiki-platform-mentions-default/pom.xml
M xwiki-platform-core/xwiki-platform-mentions/xwiki-platform-mentions-notifications/pom.xml
M xwiki-platform-core/xwiki-platform-mentions/xwiki-platform-mentions-test/pom.xml
M xwiki-platform-core/xwiki-platform-mentions/xwiki-platform-mentions-test/xwiki-platform-mentions-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-mentions/xwiki-platform-mentions-test/xwiki-platform-mentions-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-mentions/xwiki-platform-mentions-ui/pom.xml
M xwiki-platform-core/xwiki-platform-menu/pom.xml
M xwiki-platform-core/xwiki-platform-menu/xwiki-platform-menu-test/pom.xml
M xwiki-platform-core/xwiki-platform-menu/xwiki-platform-menu-test/xwiki-platform-menu-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-menu/xwiki-platform-menu-test/xwiki-platform-menu-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-menu/xwiki-platform-menu-ui/pom.xml
M xwiki-platform-core/xwiki-platform-messagestream/pom.xml
M xwiki-platform-core/xwiki-platform-messagestream/xwiki-platform-messagestream-api/pom.xml
M xwiki-platform-core/xwiki-platform-messagestream/xwiki-platform-messagestream-test/pom.xml
M xwiki-platform-core/xwiki-platform-messagestream/xwiki-platform-messagestream-test/xwiki-platform-messagestream-test-tests/pom.xml
M xwiki-platform-core/xwiki-platform-messagestream/xwiki-platform-messagestream-ui/pom.xml
M xwiki-platform-core/xwiki-platform-minimaldependencies/pom.xml
M xwiki-platform-core/xwiki-platform-model/pom.xml
M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-api/pom.xml
M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-validation/pom.xml
M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-validation/xwiki-platform-model-validation-api/pom.xml
M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-validation/xwiki-platform-model-validation-default/pom.xml
M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-validation/xwiki-platform-model-validation-ui/pom.xml
M xwiki-platform-core/xwiki-platform-netflux/pom.xml
M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/pom.xml
M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-rest/pom.xml
M xwiki-platform-core/xwiki-platform-notifications/pom.xml
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-api/pom.xml
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/pom.xml
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/pom.xml
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/pom.xml
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/pom.xml
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-macro/pom.xml
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-macro/xwiki-platform-notifications-macro-ui/pom.xml
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-notifiers/pom.xml
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-notifiers/xwiki-platform-notifications-notifiers-api/pom.xml
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-notifiers/xwiki-platform-notifications-notifiers-default/pom.xml
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-preferences/pom.xml
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-preferences/xwiki-platform-notifications-preferences-api/pom.xml
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-preferences/xwiki-platform-notifications-preferences-default/pom.xml
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-rest/pom.xml
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-script/pom.xml
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-sources/pom.xml
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/pom.xml
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/pom.xml
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/pom.xml
M xwiki-platform-core/xwiki-platform-observation/pom.xml
M xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-remote/pom.xml
M xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-test/pom.xml
M xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-test/xwiki-platform-observation-test-tests/pom.xml
M xwiki-platform-core/xwiki-platform-office/pom.xml
M xwiki-platform-core/xwiki-platform-office/xwiki-platform-office-importer/pom.xml
M xwiki-platform-core/xwiki-platform-office/xwiki-platform-office-macro/pom.xml
M xwiki-platform-core/xwiki-platform-office/xwiki-platform-office-test/pom.xml
M xwiki-platform-core/xwiki-platform-office/xwiki-platform-office-test/xwiki-platform-office-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-office/xwiki-platform-office-test/xwiki-platform-office-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-office/xwiki-platform-office-ui/pom.xml
M xwiki-platform-core/xwiki-platform-office/xwiki-platform-office-viewer/pom.xml
M xwiki-platform-core/xwiki-platform-oldcore/pom.xml
M xwiki-platform-core/xwiki-platform-panels/pom.xml
M xwiki-platform-core/xwiki-platform-panels/xwiki-platform-panels-api/pom.xml
M xwiki-platform-core/xwiki-platform-panels/xwiki-platform-panels-test/pom.xml
M xwiki-platform-core/xwiki-platform-panels/xwiki-platform-panels-test/xwiki-platform-panels-test-content/pom.xml
M xwiki-platform-core/xwiki-platform-panels/xwiki-platform-panels-test/xwiki-platform-panels-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-panels/xwiki-platform-panels-test/xwiki-platform-panels-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-panels/xwiki-platform-panels-test/xwiki-platform-panels-test-tests/pom.xml
M xwiki-platform-core/xwiki-platform-panels/xwiki-platform-panels-ui/pom.xml
M xwiki-platform-core/xwiki-platform-query/pom.xml
M xwiki-platform-core/xwiki-platform-query/xwiki-platform-query-jpql-parser/pom.xml
M xwiki-platform-core/xwiki-platform-query/xwiki-platform-query-manager/pom.xml
M xwiki-platform-core/xwiki-platform-query/xwiki-platform-query-xwql/pom.xml
M xwiki-platform-core/xwiki-platform-ratings/pom.xml
M xwiki-platform-core/xwiki-platform-ratings/xwiki-platform-ratings-api/pom.xml
M xwiki-platform-core/xwiki-platform-ratings/xwiki-platform-ratings-ui/pom.xml
M xwiki-platform-core/xwiki-platform-realtime/pom.xml
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-ui/pom.xml
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/pom.xml
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wiki/pom.xml
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wiki/xwiki-platform-realtime-wiki-test/pom.xml
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wiki/xwiki-platform-realtime-wiki-test/xwiki-platform-realtime-wiki-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wiki/xwiki-platform-realtime-wiki-test/xwiki-platform-realtime-wiki-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wiki/xwiki-platform-realtime-wiki-ui/pom.xml
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wiki/xwiki-platform-realtime-wiki-webjar/pom.xml
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/pom.xml
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/pom.xml
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-ui/pom.xml
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/pom.xml
M xwiki-platform-core/xwiki-platform-refactoring/pom.xml
M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/pom.xml
M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-default/pom.xml
M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-ui/pom.xml
M xwiki-platform-core/xwiki-platform-release/pom.xml
M xwiki-platform-core/xwiki-platform-release/xwiki-platform-release-test/pom.xml
M xwiki-platform-core/xwiki-platform-release/xwiki-platform-release-test/xwiki-platform-release-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-release/xwiki-platform-release-test/xwiki-platform-release-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-release/xwiki-platform-release-ui/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-async/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-async/xwiki-platform-rendering-async-api/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-async/xwiki-platform-rendering-async-default/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-async/xwiki-platform-rendering-async-macro/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-configuration/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-configuration/xwiki-platform-rendering-configuration-api/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-configuration/xwiki-platform-rendering-configuration-default/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-cache/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-code-oldcore/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-code/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-container/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-context/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-gallery/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-groovy/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-include/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-python/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-script/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-toc/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-useravatar/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-velocity/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-parser/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-signature/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-transformations/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-transformations/xwiki-platform-rendering-transformation-api/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-transformations/xwiki-platform-rendering-transformation-icon/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-transformations/xwiki-platform-rendering-transformation-macro/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-ui/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-api/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/pom.xml
M xwiki-platform-core/xwiki-platform-repository/pom.xml
M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-api/pom.xml
M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-ui/pom.xml
M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-test/pom.xml
M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-test/xwiki-platform-repository-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-test/xwiki-platform-repository-test-tests/pom.xml
M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-test/xwiki-platform-repository-test-utils/pom.xml
M xwiki-platform-core/xwiki-platform-resource/pom.xml
M xwiki-platform-core/xwiki-platform-resource/xwiki-platform-resource-api/pom.xml
M xwiki-platform-core/xwiki-platform-resource/xwiki-platform-resource-default/pom.xml
M xwiki-platform-core/xwiki-platform-resource/xwiki-platform-resource-servlet/pom.xml
M xwiki-platform-core/xwiki-platform-resource/xwiki-platform-resource-temporary/pom.xml
M xwiki-platform-core/xwiki-platform-resource/xwiki-platform-resource-test/pom.xml
M xwiki-platform-core/xwiki-platform-resource/xwiki-platform-resource-test/xwiki-platform-resource-test-tests/pom.xml
M xwiki-platform-core/xwiki-platform-rest/pom.xml
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-api/pom.xml
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-jersey/pom.xml
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-model/pom.xml
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/pom.xml
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-test/pom.xml
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-test/xwiki-platform-rest-test-tests/pom.xml
M xwiki-platform-core/xwiki-platform-sandbox/pom.xml
M xwiki-platform-core/xwiki-platform-scheduler/pom.xml
M xwiki-platform-core/xwiki-platform-scheduler/xwiki-platform-scheduler-api/pom.xml
M xwiki-platform-core/xwiki-platform-scheduler/xwiki-platform-scheduler-test/pom.xml
M xwiki-platform-core/xwiki-platform-scheduler/xwiki-platform-scheduler-test/xwiki-platform-scheduler-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-scheduler/xwiki-platform-scheduler-test/xwiki-platform-scheduler-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-scheduler/xwiki-platform-scheduler-ui/pom.xml
M xwiki-platform-core/xwiki-platform-search/pom.xml
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-api/pom.xml
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/pom.xml
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/pom.xml
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-query/pom.xml
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-rest/pom.xml
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-server/pom.xml
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-server/xwiki-platform-search-solr-server-core-minimal/pom.xml
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-server/xwiki-platform-search-solr-server-core-search/pom.xml
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-server/xwiki-platform-search-solr-server-plugin/pom.xml
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-test/pom.xml
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-test/xwiki-platform-search-solr-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-test/xwiki-platform-search-solr-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-test/xwiki-platform-search-solr-test-utils/pom.xml
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-ui/pom.xml
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-ui/pom.xml
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-webjar/pom.xml
M xwiki-platform-core/xwiki-platform-security/pom.xml
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-api/pom.xml
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authentication/pom.xml
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authentication/xwiki-platform-security-authentication-api/pom.xml
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authentication/xwiki-platform-security-authentication-default/pom.xml
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authentication/xwiki-platform-security-authentication-script/pom.xml
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authentication/xwiki-platform-security-authentication-test/pom.xml
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authentication/xwiki-platform-security-authentication-test/xwiki-platform-security-authentication-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authentication/xwiki-platform-security-authentication-ui/pom.xml
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authorization/pom.xml
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authorization/xwiki-platform-security-authorization-api/pom.xml
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authorization/xwiki-platform-security-authorization-bridge/pom.xml
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authorization/xwiki-platform-security-authorization-script/pom.xml
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-requiredrights/pom.xml
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-requiredrights/xwiki-platform-security-requiredrights-api/pom.xml
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-requiredrights/xwiki-platform-security-requiredrights-default/pom.xml
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-requiredrights/xwiki-platform-security-requiredrights-macro/pom.xml
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-requiredrights/xwiki-platform-security-requiredrights-test/pom.xml
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-requiredrights/xwiki-platform-security-requiredrights-test/xwiki-platform-security-requiredrights-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-requiredrights/xwiki-platform-security-requiredrights-test/xwiki-platform-security-requiredrights-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-sharepage/pom.xml
M xwiki-platform-core/xwiki-platform-sharepage/xwiki-platform-sharepage-api/pom.xml
M xwiki-platform-core/xwiki-platform-sharepage/xwiki-platform-sharepage-test/pom.xml
M xwiki-platform-core/xwiki-platform-sharepage/xwiki-platform-sharepage-test/xwiki-platform-sharepage-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-sharepage/xwiki-platform-sharepage-test/xwiki-platform-sharepage-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-sharepage/xwiki-platform-sharepage-ui/pom.xml
M xwiki-platform-core/xwiki-platform-sheet/pom.xml
M xwiki-platform-core/xwiki-platform-sheet/xwiki-platform-sheet-api/pom.xml
M xwiki-platform-core/xwiki-platform-sheet/xwiki-platform-sheet-ui/pom.xml
M xwiki-platform-core/xwiki-platform-skin/pom.xml
M xwiki-platform-core/xwiki-platform-skin/xwiki-platform-skin-api/pom.xml
M xwiki-platform-core/xwiki-platform-skin/xwiki-platform-skin-skinx/pom.xml
M xwiki-platform-core/xwiki-platform-skin/xwiki-platform-skin-test/pom.xml
M xwiki-platform-core/xwiki-platform-skin/xwiki-platform-skin-test/xwiki-platform-skin-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-skin/xwiki-platform-skin-test/xwiki-platform-skin-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-skin/xwiki-platform-skin-ui/pom.xml
M xwiki-platform-core/xwiki-platform-statistics/pom.xml
M xwiki-platform-core/xwiki-platform-statistics/xwiki-platform-statistics-ui/pom.xml
M xwiki-platform-core/xwiki-platform-store/pom.xml
M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-api/pom.xml
M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-filesystem-oldcore/pom.xml
M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-filesystem/pom.xml
M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-locks/pom.xml
M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-merge/pom.xml
M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-merge/xwiki-platform-store-merge-api/pom.xml
M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-merge/xwiki-platform-store-merge-default/pom.xml
M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-serialization/pom.xml
M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-transaction/pom.xml
M xwiki-platform-core/xwiki-platform-tag/pom.xml
M xwiki-platform-core/xwiki-platform-tag/xwiki-platform-tag-api/pom.xml
M xwiki-platform-core/xwiki-platform-tag/xwiki-platform-tag-test/pom.xml
M xwiki-platform-core/xwiki-platform-tag/xwiki-platform-tag-test/xwiki-platform-tag-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-tag/xwiki-platform-tag-test/xwiki-platform-tag-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-tag/xwiki-platform-tag-ui/pom.xml
M xwiki-platform-core/xwiki-platform-template/pom.xml
M xwiki-platform-core/xwiki-platform-template/xwiki-platform-template-api/pom.xml
M xwiki-platform-core/xwiki-platform-test/pom.xml
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-checker/pom.xml
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-integration/pom.xml
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-oldcore/pom.xml
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-page/pom.xml
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-rest/pom.xml
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/pom.xml
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-upgrade/pom.xml
M xwiki-platform-core/xwiki-platform-tika/pom.xml
M xwiki-platform-core/xwiki-platform-tika/xwiki-platform-tika-detect/pom.xml
M xwiki-platform-core/xwiki-platform-tika/xwiki-platform-tika-parsers/pom.xml
M xwiki-platform-core/xwiki-platform-tour/pom.xml
M xwiki-platform-core/xwiki-platform-tour/xwiki-platform-tour-test/pom.xml
M xwiki-platform-core/xwiki-platform-tour/xwiki-platform-tour-test/xwiki-platform-tour-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-tour/xwiki-platform-tour-test/xwiki-platform-tour-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-tour/xwiki-platform-tour-ui/pom.xml
M xwiki-platform-core/xwiki-platform-tree/pom.xml
M xwiki-platform-core/xwiki-platform-tree/xwiki-platform-tree-api/pom.xml
M xwiki-platform-core/xwiki-platform-tree/xwiki-platform-tree-macro/pom.xml
M xwiki-platform-core/xwiki-platform-tree/xwiki-platform-tree-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-tree/xwiki-platform-tree-war/pom.xml
M xwiki-platform-core/xwiki-platform-tree/xwiki-platform-tree-webjar/pom.xml
M xwiki-platform-core/xwiki-platform-uiextension/pom.xml
M xwiki-platform-core/xwiki-platform-uiextension/xwiki-platform-uiextension-api/pom.xml
M xwiki-platform-core/xwiki-platform-uiextension/xwiki-platform-uiextension-test/pom.xml
M xwiki-platform-core/xwiki-platform-uiextension/xwiki-platform-uiextension-ui/pom.xml
M xwiki-platform-core/xwiki-platform-url/pom.xml
M xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-api/pom.xml
M xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-container/pom.xml
M xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-default/pom.xml
M xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-schemes/pom.xml
M xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-schemes/xwiki-platform-url-scheme-filesystem/pom.xml
M xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-schemes/xwiki-platform-url-scheme-reference/pom.xml
M xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-schemes/xwiki-platform-url-scheme-standard/pom.xml
M xwiki-platform-core/xwiki-platform-user/pom.xml
M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-api/pom.xml
M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-default/pom.xml
M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-directory/pom.xml
M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-directory/xwiki-platform-user-directory-test/pom.xml
M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-directory/xwiki-platform-user-directory-test/xwiki-platform-user-directory-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-directory/xwiki-platform-user-directory-test/xwiki-platform-user-directory-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-directory/xwiki-platform-user-directory-ui/pom.xml
M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-profile/pom.xml
M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-profile/xwiki-platform-user-profile-test/pom.xml
M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-profile/xwiki-platform-user-profile-test/xwiki-platform-user-profile-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-profile/xwiki-platform-user-profile-test/xwiki-platform-user-profile-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-profile/xwiki-platform-user-profile-ui/pom.xml
M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-resource/pom.xml
M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-script/pom.xml
M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-test/pom.xml
M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-test/xwiki-platform-user-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-velocity/pom.xml
M xwiki-platform-core/xwiki-platform-velocity/xwiki-platform-velocity-webapp/pom.xml
M xwiki-platform-core/xwiki-platform-velocity/xwiki-platform-velocity-xwiki/pom.xml
M xwiki-platform-core/xwiki-platform-vfs/pom.xml
M xwiki-platform-core/xwiki-platform-vfs/xwiki-platform-vfs-api/pom.xml
M xwiki-platform-core/xwiki-platform-vfs/xwiki-platform-vfs-test/pom.xml
M xwiki-platform-core/xwiki-platform-vfs/xwiki-platform-vfs-test/xwiki-platform-vfs-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-vfs/xwiki-platform-vfs-ui/pom.xml
M xwiki-platform-core/xwiki-platform-web/pom.xml
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/pom.xml
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/pom.xml
M xwiki-platform-core/xwiki-platform-webjars/pom.xml
M xwiki-platform-core/xwiki-platform-webjars/xwiki-platform-webjars-api/pom.xml
M xwiki-platform-core/xwiki-platform-webjars/xwiki-platform-webjars-test/pom.xml
M xwiki-platform-core/xwiki-platform-webjars/xwiki-platform-webjars-test/xwiki-platform-webjars-test-tests/pom.xml
M xwiki-platform-core/xwiki-platform-websocket/pom.xml
M xwiki-platform-core/xwiki-platform-whatsnew/pom.xml
M xwiki-platform-core/xwiki-platform-whatsnew/xwiki-platform-whatsnew-api/pom.xml
M xwiki-platform-core/xwiki-platform-whatsnew/xwiki-platform-whatsnew-test/pom.xml
M xwiki-platform-core/xwiki-platform-whatsnew/xwiki-platform-whatsnew-test/xwiki-platform-whatsnew-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-whatsnew/xwiki-platform-whatsnew-test/xwiki-platform-whatsnew-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-whatsnew/xwiki-platform-whatsnew-ui/pom.xml
M xwiki-platform-core/xwiki-platform-wiki/pom.xml
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-api/pom.xml
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-creationjob/pom.xml
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-default/pom.xml
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-rest/pom.xml
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-rest/xwiki-platform-wiki-rest-api/pom.xml
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-rest/xwiki-platform-wiki-rest-default/pom.xml
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-script/pom.xml
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-template/pom.xml
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-template/xwiki-platform-wiki-template-api/pom.xml
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-template/xwiki-platform-wiki-template-default/pom.xml
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-template/xwiki-platform-wiki-template-script/pom.xml
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-test/pom.xml
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-test/xwiki-platform-wiki-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-test/xwiki-platform-wiki-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-ui/pom.xml
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-ui/xwiki-platform-wiki-ui-common/pom.xml
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-ui/xwiki-platform-wiki-ui-mainwiki/pom.xml
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-ui/xwiki-platform-wiki-ui-wiki/pom.xml
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-user/pom.xml
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-user/xwiki-platform-wiki-user-api/pom.xml
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-user/xwiki-platform-wiki-user-default/pom.xml
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-user/xwiki-platform-wiki-user-script/pom.xml
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-workspaces-migrator/pom.xml
M xwiki-platform-core/xwiki-platform-wysiwyg/pom.xml
M xwiki-platform-core/xwiki-platform-wysiwyg/xwiki-platform-wysiwyg-api/pom.xml
M xwiki-platform-core/xwiki-platform-wysiwyg/xwiki-platform-wysiwyg-ui/pom.xml
M xwiki-platform-core/xwiki-platform-xar/pom.xml
M xwiki-platform-core/xwiki-platform-xar/xwiki-platform-xar-model/pom.xml
M xwiki-platform-core/xwiki-platform-xar/xwiki-platform-xar-script/pom.xml
M xwiki-platform-core/xwiki-platform-xclass/pom.xml
M xwiki-platform-core/xwiki-platform-xclass/xwiki-platform-xclass-test/pom.xml
M xwiki-platform-core/xwiki-platform-xclass/xwiki-platform-xclass-test/xwiki-platform-xclass-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-xclass/xwiki-platform-xclass-test/xwiki-platform-xclass-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-xclass/xwiki-platform-xclass-ui/pom.xml
M xwiki-platform-core/xwiki-platform-xml/pom.xml
M xwiki-platform-core/xwiki-platform-xml/xwiki-platform-xml-script/pom.xml
M xwiki-platform-core/xwiki-platform-xml/xwiki-platform-xml-security/pom.xml
M xwiki-platform-core/xwiki-platform-zipexplorer/pom.xml
M xwiki-platform-distribution/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-debian/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-common/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-mariadb-common/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-mysql-common/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-pgsql-common/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-solr/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-solr/xwiki-platform-distribution-debian-solr-all/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-solr/xwiki-platform-distribution-debian-solr-cores/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-solr/xwiki-platform-distribution-debian-solr-cores/xwiki-platform-distribution-debian-solr-core-events/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-solr/xwiki-platform-distribution-debian-solr-cores/xwiki-platform-distribution-debian-solr-core-extension_index/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-solr/xwiki-platform-distribution-debian-solr-cores/xwiki-platform-distribution-debian-solr-core-ratings/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-solr/xwiki-platform-distribution-debian-solr-cores/xwiki-platform-distribution-debian-solr-core-search/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-tomcat/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-tomcat/xwiki-platform-distribution-debian-tomcat8-common/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-tomcat/xwiki-platform-distribution-debian-tomcat8-mariadb/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-tomcat/xwiki-platform-distribution-debian-tomcat8-mysql/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-tomcat/xwiki-platform-distribution-debian-tomcat8-pgsql/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-tomcat/xwiki-platform-distribution-debian-tomcat9-common/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-tomcat/xwiki-platform-distribution-debian-tomcat9-mariadb/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-tomcat/xwiki-platform-distribution-debian-tomcat9-mysql/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-tomcat/xwiki-platform-distribution-debian-tomcat9-pgsql/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-xjetty/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-xjetty/xwiki-platform-distribution-debian-xjetty-common/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-xjetty/xwiki-platform-distribution-debian-xjetty-mariadb/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-xjetty/xwiki-platform-distribution-debian-xjetty-mysql/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-xjetty/xwiki-platform-distribution-debian-xjetty-pgsql/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-common/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-data/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-data/xwiki-platform-distribution-flavor-data-hsqldb/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-jetty-hsqldb/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-mainwiki/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-escaping/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-misc/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-pageobjects/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-security/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-storage/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-ui/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-upgrade/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-upgrade/xwiki-platform-distribution-flavor-test-upgrade-1011/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-upgrade/xwiki-platform-distribution-flavor-test-upgrade-1110/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-upgrade/xwiki-platform-distribution-flavor-test-upgrade-1210-custom/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-upgrade/xwiki-platform-distribution-flavor-test-upgrade-1210/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-upgrade/xwiki-platform-distribution-flavor-test-upgrade-1310/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-upgrade/xwiki-platform-distribution-flavor-test-upgrade-1410/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-upgrade/xwiki-platform-distribution-flavor-test-upgrade-1510/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-upgrade/xwiki-platform-distribution-flavor-test-upgrade-84-filestore/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-upgrade/xwiki-platform-distribution-flavor-test-upgrade-84/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-upgrade/xwiki-platform-distribution-flavor-test-upgrade-911/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-webstandards/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-tour/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-wiki/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-xip/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-jetty-hsqldb/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-resources/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-ui/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-ui/xwiki-platform-distribution-ui-admin-user/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-ui/xwiki-platform-distribution-ui-base/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-war-dependencies/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-war-legacydependencies/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-war/pom.xml
M xwiki-platform-tools/pom.xml
M xwiki-platform-tools/xwiki-platform-tool-configuration-resources/pom.xml
M xwiki-platform-tools/xwiki-platform-tool-jetty/pom.xml
M xwiki-platform-tools/xwiki-platform-tool-jetty/xwiki-platform-tool-jetty-listener/pom.xml
M xwiki-platform-tools/xwiki-platform-tool-jetty/xwiki-platform-tool-jetty-resources/pom.xml
M xwiki-platform-tools/xwiki-platform-tool-packager-plugin/pom.xml
M xwiki-platform-tools/xwiki-platform-tool-provision-plugin/pom.xml
M xwiki-platform-tools/xwiki-platform-tool-rootwebapp/pom.xml
M xwiki-platform-tools/xwiki-platform-tool-standards-validator/pom.xml
M xwiki-platform-tools/xwiki-platform-tool-xmldoc-update-plugin/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: 15aaa18f0c5c960ab25237a71866f9347829dd88
https://github.com/xwiki/xwiki-platform/commit/15aaa18f0c5c960ab25237a71866…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-22 (Wed, 22 May 2024)
Changed paths:
M pom.xml
Log Message:
-----------
[release] Update parent after release xwiki-platform-16.4.0-rc-1
Compare: https://github.com/xwiki/xwiki-platform/compare/9e8795887a59...15aaa18f0c5c
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/application-changerequest
Commit: 5d22a514c50979ee025a9439d786066301e9d727
https://github.com/xwiki-contrib/application-changerequest/commit/5d22a514c…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-22 (Wed, 22 May 2024)
Changed paths:
M application-changerequest-replication/src/main/java/org/xwiki/contrib/changerequest/replication/internal/listeners/AbstractChangeRequestEventListener.java
M application-changerequest-replication/src/test/java/org/xwiki/contrib/changerequest/replication/internal/listeners/ChangeRequestCreatedListenerTest.java
M application-changerequest-replication/src/test/java/org/xwiki/contrib/changerequest/replication/internal/listeners/ChangeRequestDiscussionListenerTest.java
M application-changerequest-replication/src/test/java/org/xwiki/contrib/changerequest/replication/internal/listeners/ChangeRequestRebasedListenerTest.java
M application-changerequest-replication/src/test/java/org/xwiki/contrib/changerequest/replication/internal/listeners/ChangeRequestUpdatedListenerTest.java
M application-changerequest-replication/src/test/java/org/xwiki/contrib/changerequest/replication/internal/listeners/DocumentModifiedInChangeRequestListenerTest.java
M application-changerequest-replication/src/test/java/org/xwiki/contrib/changerequest/replication/internal/listeners/FileChangeAddedListenerTest.java
M application-changerequest-replication/src/test/java/org/xwiki/contrib/changerequest/replication/internal/listeners/ReadyForReviewListenerTest.java
M application-changerequest-replication/src/test/java/org/xwiki/contrib/changerequest/replication/internal/listeners/ReviewAddedListenerTest.java
M application-changerequest-replication/src/test/java/org/xwiki/contrib/changerequest/replication/internal/listeners/StaleChangeRequestListenerTest.java
M application-changerequest-replication/src/test/java/org/xwiki/contrib/changerequest/replication/internal/listeners/StatusUpdatedListenerTest.java
M pom.xml
Log Message:
-----------
CRAPP-345: Upgrade to Replication 2.0.0
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-changerequest/settings/notific…
Branch: refs/heads/upgrade-replication-2
Home: https://github.com/xwiki-contrib/application-changerequest
Commit: d1e09d30df3a8b257d49342744a0116d186e3225
https://github.com/xwiki-contrib/application-changerequest/commit/d1e09d30d…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-22 (Wed, 22 May 2024)
Changed paths:
M application-changerequest-replication/src/main/java/org/xwiki/contrib/changerequest/replication/internal/listeners/AbstractChangeRequestEventListener.java
M application-changerequest-replication/src/test/java/org/xwiki/contrib/changerequest/replication/internal/listeners/ChangeRequestCreatedListenerTest.java
M application-changerequest-replication/src/test/java/org/xwiki/contrib/changerequest/replication/internal/listeners/ChangeRequestDiscussionListenerTest.java
M application-changerequest-replication/src/test/java/org/xwiki/contrib/changerequest/replication/internal/listeners/ChangeRequestRebasedListenerTest.java
M application-changerequest-replication/src/test/java/org/xwiki/contrib/changerequest/replication/internal/listeners/ChangeRequestUpdatedListenerTest.java
M application-changerequest-replication/src/test/java/org/xwiki/contrib/changerequest/replication/internal/listeners/DocumentModifiedInChangeRequestListenerTest.java
M application-changerequest-replication/src/test/java/org/xwiki/contrib/changerequest/replication/internal/listeners/FileChangeAddedListenerTest.java
M application-changerequest-replication/src/test/java/org/xwiki/contrib/changerequest/replication/internal/listeners/ReadyForReviewListenerTest.java
M application-changerequest-replication/src/test/java/org/xwiki/contrib/changerequest/replication/internal/listeners/ReviewAddedListenerTest.java
M application-changerequest-replication/src/test/java/org/xwiki/contrib/changerequest/replication/internal/listeners/StaleChangeRequestListenerTest.java
M application-changerequest-replication/src/test/java/org/xwiki/contrib/changerequest/replication/internal/listeners/StatusUpdatedListenerTest.java
M pom.xml
Log Message:
-----------
CRAPP-345: Upgrade to Replication 2.0.0
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-changerequest/settings/notific…