Skip to content

Commit

Permalink
Merge branch 'xwiki:master' into XWIKI-21894
Browse files Browse the repository at this point in the history
  • Loading branch information
Sereza7 authored Feb 20, 2024
2 parents 3233d07 + 3fe9ffe commit d3e3e9e
Show file tree
Hide file tree
Showing 794 changed files with 1,133 additions and 1,063 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.xwiki.commons</groupId>
<artifactId>xwiki-commons-pom</artifactId>
<version>16.1.0-SNAPSHOT</version>
<version>16.2.0-SNAPSHOT</version>
<!-- Note: Do NOT set the <relativePath> tag here as this can cause issues. For example imagine you're using
Jenkins and you have the following directory structure:
workspace/xwiki-commons
Expand All @@ -41,7 +41,7 @@
<artifactId>xwiki-platform</artifactId>
<name>XWiki Platform - Parent POM</name>
<packaging>pom</packaging>
<version>16.1.0-SNAPSHOT</version>
<version>16.2.0-SNAPSHOT</version>
<description>XWiki Platform - Parent POM</description>
<properties>
<!-- Useful for external Maven projects that extend the Platform POM. Must not be used by Platform project! -->
Expand Down
2 changes: 1 addition & 1 deletion xwiki-platform-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform</artifactId>
<version>16.1.0-SNAPSHOT</version>
<version>16.2.0-SNAPSHOT</version>
</parent>
<artifactId>xwiki-platform-core</artifactId>
<name>XWiki Platform - Core - Parent POM</name>
Expand Down
2 changes: 1 addition & 1 deletion xwiki-platform-core/xwiki-platform-activeinstalls2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-core</artifactId>
<version>16.1.0-SNAPSHOT</version>
<version>16.2.0-SNAPSHOT</version>
</parent>
<artifactId>xwiki-platform-activeinstalls2</artifactId>
<name>XWiki Platform - Active Installs 2 - Parent POM</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-activeinstalls2</artifactId>
<version>16.1.0-SNAPSHOT</version>
<version>16.2.0-SNAPSHOT</version>
</parent>
<artifactId>xwiki-platform-activeinstalls2-api</artifactId>
<name>XWiki Platform - Active Installs 2 - API</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-activeinstalls2</artifactId>
<version>16.1.0-SNAPSHOT</version>
<version>16.2.0-SNAPSHOT</version>
</parent>
<artifactId>xwiki-platform-activeinstalls2-test</artifactId>
<name>XWiki Platform - Active Installs 2 - Tests - Parent POM</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-activeinstalls2-test</artifactId>
<version>16.1.0-SNAPSHOT</version>
<version>16.2.0-SNAPSHOT</version>
</parent>
<artifactId>xwiki-platform-activeinstalls2-test-docker</artifactId>
<name>XWiki Platform - Active Installs 2 - Tests - Functional Docker Tests</name>
Expand Down
2 changes: 1 addition & 1 deletion xwiki-platform-core/xwiki-platform-administration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-core</artifactId>
<version>16.1.0-SNAPSHOT</version>
<version>16.2.0-SNAPSHOT</version>
</parent>
<artifactId>xwiki-platform-administration</artifactId>
<name>XWiki Platform - Administration - Parent POM</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-administration</artifactId>
<version>16.1.0-SNAPSHOT</version>
<version>16.2.0-SNAPSHOT</version>
</parent>
<artifactId>xwiki-platform-administration-test</artifactId>
<name>XWiki Platform - Administration - Tests - Parent POM</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-administration-test</artifactId>
<version>16.1.0-SNAPSHOT</version>
<version>16.2.0-SNAPSHOT</version>
</parent>
<artifactId>xwiki-platform-administration-test-docker</artifactId>
<name>XWiki Platform - Administration - Tests - Functional Docker Tests</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-administration-test</artifactId>
<version>16.1.0-SNAPSHOT</version>
<version>16.2.0-SNAPSHOT</version>
</parent>
<artifactId>xwiki-platform-administration-test-pageobjects</artifactId>
<name>XWiki Platform - Administration - Tests - Page Objects</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-administration</artifactId>
<version>16.1.0-SNAPSHOT</version>
<version>16.2.0-SNAPSHOT</version>
</parent>
<artifactId>xwiki-platform-administration-ui</artifactId>
<name>XWiki Platform - Administration - UI</name>
Expand Down
4 changes: 2 additions & 2 deletions xwiki-platform-core/xwiki-platform-alerts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-core</artifactId>
<version>16.1.0-SNAPSHOT</version>
<version>16.2.0-SNAPSHOT</version>
</parent>
<artifactId>xwiki-platform-alerts</artifactId>
<version>16.1.0-SNAPSHOT</version>
<version>16.2.0-SNAPSHOT</version>
<name>XWiki Platform - Alerts - Parent POM</name>
<packaging>pom</packaging>
<description>Application that adds an "alert" menu in the skin.</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-alerts</artifactId>
<version>16.1.0-SNAPSHOT</version>
<version>16.2.0-SNAPSHOT</version>
</parent>
<artifactId>xwiki-platform-alerts-ui</artifactId>
<version>16.1.0-SNAPSHOT</version>
<version>16.2.0-SNAPSHOT</version>
<name>XWiki Platform - Alerts - UI</name>
<packaging>xar</packaging>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion xwiki-platform-core/xwiki-platform-annotation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-core</artifactId>
<version>16.1.0-SNAPSHOT</version>
<version>16.2.0-SNAPSHOT</version>
</parent>
<artifactId>xwiki-platform-annotation</artifactId>
<name>XWiki Platform - Annotations - Parent POM</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-annotation</artifactId>
<version>16.1.0-SNAPSHOT</version>
<version>16.2.0-SNAPSHOT</version>
</parent>
<artifactId>xwiki-platform-annotation-core</artifactId>
<name>XWiki Platform - Annotations - Core Services</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-annotation</artifactId>
<version>16.1.0-SNAPSHOT</version>
<version>16.2.0-SNAPSHOT</version>
</parent>
<artifactId>xwiki-platform-annotation-io</artifactId>
<name>XWiki Platform - Annotations - XWiki Storage Implementation</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-annotation</artifactId>
<version>16.1.0-SNAPSHOT</version>
<version>16.2.0-SNAPSHOT</version>
</parent>
<artifactId>xwiki-platform-annotation-maintainer</artifactId>
<name>XWiki Platform - Annotations - Maintainer</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-annotation</artifactId>
<version>16.1.0-SNAPSHOT</version>
<version>16.2.0-SNAPSHOT</version>
</parent>
<artifactId>xwiki-platform-annotation-reference</artifactId>
<name>XWiki Platform - Annotations - References Manipulation</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-annotation</artifactId>
<version>16.1.0-SNAPSHOT</version>
<version>16.2.0-SNAPSHOT</version>
</parent>
<artifactId>xwiki-platform-annotation-rest</artifactId>
<name>XWiki Platform - Annotations - REST Services</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-annotation</artifactId>
<version>16.1.0-SNAPSHOT</version>
<version>16.2.0-SNAPSHOT</version>
</parent>
<artifactId>xwiki-platform-annotation-scripting</artifactId>
<name>XWiki Platform - Annotations - Scripting APIs</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-annotation</artifactId>
<version>16.1.0-SNAPSHOT</version>
<version>16.2.0-SNAPSHOT</version>
</parent>
<artifactId>xwiki-platform-annotation-test</artifactId>
<name>XWiki Platform - Annotations - Tests - Parent POM</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-annotation-test</artifactId>
<version>16.1.0-SNAPSHOT</version>
<version>16.2.0-SNAPSHOT</version>
</parent>
<artifactId>xwiki-platform-annotation-test-docker</artifactId>
<name>XWiki Platform - Annotation - Test - Functional Docker Tests</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-annotation-test</artifactId>
<version>16.1.0-SNAPSHOT</version>
<version>16.2.0-SNAPSHOT</version>
</parent>
<artifactId>xwiki-platform-annotation-test-pageobjects</artifactId>
<name>XWiki Platform - Annotations - Page Objects</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-annotation</artifactId>
<version>16.1.0-SNAPSHOT</version>
<version>16.2.0-SNAPSHOT</version>
</parent>
<artifactId>xwiki-platform-annotation-ui</artifactId>
<name>XWiki Platform - Annotations - UI</name>
Expand Down
2 changes: 1 addition & 1 deletion xwiki-platform-core/xwiki-platform-application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-core</artifactId>
<version>16.1.0-SNAPSHOT</version>
<version>16.2.0-SNAPSHOT</version>
</parent>
<artifactId>xwiki-platform-application</artifactId>
<name>XWiki Platform - Application - Parent POM</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-application</artifactId>
<version>16.1.0-SNAPSHOT</version>
<version>16.2.0-SNAPSHOT</version>
</parent>
<artifactId>xwiki-platform-application-test</artifactId>
<name>XWiki Platform - Application - Tests - Parent POM</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-application-test</artifactId>
<version>16.1.0-SNAPSHOT</version>
<version>16.2.0-SNAPSHOT</version>
</parent>
<artifactId>xwiki-platform-application-test-pageobjects</artifactId>
<name>XWiki Platform - Application - Tests - Page Objects</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-application</artifactId>
<version>16.1.0-SNAPSHOT</version>
<version>16.2.0-SNAPSHOT</version>
</parent>
<artifactId>xwiki-platform-application-ui</artifactId>
<name>XWiki Platform - Application - UI</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-core</artifactId>
<version>16.1.0-SNAPSHOT</version>
<version>16.2.0-SNAPSHOT</version>
</parent>
<artifactId>xwiki-platform-appwithinminutes</artifactId>
<name>XWiki Platform - App Within Minutes</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-appwithinminutes</artifactId>
<version>16.1.0-SNAPSHOT</version>
<version>16.2.0-SNAPSHOT</version>
</parent>
<artifactId>xwiki-platform-appwithinminutes-test</artifactId>
<name>XWiki Platform - App Within Minutes - Test - Parent</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-appwithinminutes-test</artifactId>
<version>16.1.0-SNAPSHOT</version>
<version>16.2.0-SNAPSHOT</version>
</parent>
<artifactId>xwiki-platform-appwithinminutes-test-docker</artifactId>
<name>XWiki Platform - AppWithinMinutes - Tests - Functional Docker Tests</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-appwithinminutes-test</artifactId>
<version>16.1.0-SNAPSHOT</version>
<version>16.2.0-SNAPSHOT</version>
</parent>
<artifactId>xwiki-platform-appwithinminutes-test-pageobjects</artifactId>
<name>XWiki Platform - App Within Minutes - Page Objects</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-appwithinminutes</artifactId>
<version>16.1.0-SNAPSHOT</version>
<version>16.2.0-SNAPSHOT</version>
</parent>
<artifactId>xwiki-platform-appwithinminutes-ui</artifactId>
<name>XWiki Platform - App Within Minutes - UI</name>
Expand Down
2 changes: 1 addition & 1 deletion xwiki-platform-core/xwiki-platform-attachment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-core</artifactId>
<version>16.1.0-SNAPSHOT</version>
<version>16.2.0-SNAPSHOT</version>
</parent>
<artifactId>xwiki-platform-attachment</artifactId>
<name>XWiki Platform - Attachment - Parent POM</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-attachment</artifactId>
<version>16.1.0-SNAPSHOT</version>
<version>16.2.0-SNAPSHOT</version>
</parent>
<artifactId>xwiki-platform-attachment-api</artifactId>
<name>XWiki Platform - Attachment - API</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-attachment</artifactId>
<version>16.1.0-SNAPSHOT</version>
<version>16.2.0-SNAPSHOT</version>
</parent>
<artifactId>xwiki-platform-attachment-picker</artifactId>
<name>XWiki Platform - Attachment - Picker - Parent POM</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-attachment-picker</artifactId>
<version>16.1.0-SNAPSHOT</version>
<version>16.2.0-SNAPSHOT</version>
</parent>
<packaging>jar</packaging>
<artifactId>xwiki-platform-attachment-picker-macro</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-attachment-picker</artifactId>
<version>16.1.0-SNAPSHOT</version>
<version>16.2.0-SNAPSHOT</version>
</parent>
<artifactId>xwiki-platform-attachment-picker-test</artifactId>
<name>XWiki Platform - Attachment - Picker - Tests - Parent POM</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-attachment-picker-test</artifactId>
<version>16.1.0-SNAPSHOT</version>
<version>16.2.0-SNAPSHOT</version>
</parent>
<artifactId>xwiki-platform-attachment-picker-test-docker</artifactId>
<name>XWiki Platform - Attachment - Picker - Tests - Functional Tests in Docker</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-attachment-picker-test</artifactId>
<version>16.1.0-SNAPSHOT</version>
<version>16.2.0-SNAPSHOT</version>
</parent>
<artifactId>xwiki-platform-attachment-picker-test-pageobjects</artifactId>
<name>XWiki Platform - Attachment - Picker - Tests - Page Objects</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-attachment-picker</artifactId>
<version>16.1.0-SNAPSHOT</version>
<version>16.2.0-SNAPSHOT</version>
</parent>
<artifactId>xwiki-platform-attachment-picker-ui</artifactId>
<name>XWiki Platform - Attachment - Picker - UI</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-attachment-picker</artifactId>
<version>16.1.0-SNAPSHOT</version>
<version>16.2.0-SNAPSHOT</version>
</parent>
<packaging>webjar</packaging>
<artifactId>xwiki-platform-attachment-picker-webjar</artifactId>
Expand Down
Loading

0 comments on commit d3e3e9e

Please sign in to comment.