Skip to content

Commit

Permalink
[maven-release-plugin] prepare release xwiki-platform-14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vmassol committed Mar 28, 2022
1 parent 70dc9c5 commit cb76b32
Show file tree
Hide file tree
Showing 670 changed files with 684 additions and 684 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -35,13 +35,13 @@
By using an empty value we force Maven to resolve the parent from the Maven repositories,
see http://maven.apache.org/ref/3.2.3/maven-model/maven.html#class_parent
-->
<relativePath/>
<relativePath />
</parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform</artifactId>
<name>XWiki Platform - Parent POM</name>
<packaging>pom</packaging>
<version>14.2-SNAPSHOT</version>
<version>14.2</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 Expand Up @@ -117,7 +117,7 @@
<connection>scm:git:git://github.com/xwiki/xwiki-platform.git</connection>
<developerConnection>scm:git:git@github.com:xwiki/xwiki-platform.git</developerConnection>
<url>https://github.com/xwiki/xwiki-platform/tree/master/</url>
<tag>stable-14.2.x</tag>
<tag>xwiki-platform-14.2</tag>
</scm>
<issueManagement>
<system>jira</system>
Expand Down
2 changes: 1 addition & 1 deletion xwiki-platform-core/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform</artifactId>
<version>14.2-SNAPSHOT</version>
<version>14.2</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-activeinstalls/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-core</artifactId>
<version>14.2-SNAPSHOT</version>
<version>14.2</version>
</parent>
<artifactId>xwiki-platform-activeinstalls</artifactId>
<name>XWiki Platform - Active Installs - Parent POM</name>
Expand Down
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-activeinstalls</artifactId>
<version>14.2-SNAPSHOT</version>
<version>14.2</version>
</parent>
<artifactId>xwiki-platform-activeinstalls-client</artifactId>
<name>XWiki Platform - Active Installs - Client - Parent POM</name>
Expand Down
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-activeinstalls-client</artifactId>
<version>14.2-SNAPSHOT</version>
<version>14.2</version>
</parent>
<artifactId>xwiki-platform-activeinstalls-client-api</artifactId>
<name>XWiki Platform - Active Installs - Client - API</name>
Expand Down
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-activeinstalls</artifactId>
<version>14.2-SNAPSHOT</version>
<version>14.2</version>
</parent>
<artifactId>xwiki-platform-activeinstalls-common</artifactId>
<name>XWiki Platform - Active Installs - Common API</name>
Expand Down
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-activeinstalls</artifactId>
<version>14.2-SNAPSHOT</version>
<version>14.2</version>
</parent>
<artifactId>xwiki-platform-activeinstalls-server</artifactId>
<name>XWiki Platform - Active Installs - Server - Parent POM</name>
Expand Down
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-activeinstalls-server</artifactId>
<version>14.2-SNAPSHOT</version>
<version>14.2</version>
</parent>
<artifactId>xwiki-platform-activeinstalls-server-api</artifactId>
<name>XWiki Platform - Active Installs - Server - API</name>
Expand Down
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-activeinstalls-server</artifactId>
<version>14.2-SNAPSHOT</version>
<version>14.2</version>
</parent>
<artifactId>xwiki-platform-activeinstalls-server-ui</artifactId>
<name>XWiki Platform - Active Installs - Server - UI</name>
Expand Down
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-activeinstalls</artifactId>
<version>14.2-SNAPSHOT</version>
<version>14.2</version>
</parent>
<artifactId>xwiki-platform-activeinstalls-test</artifactId>
<name>XWiki Platform - Active Installs - Tests - Parent POM</name>
Expand Down
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-activeinstalls-test</artifactId>
<version>14.2-SNAPSHOT</version>
<version>14.2</version>
</parent>
<artifactId>xwiki-platform-activeinstalls-test-pageobjects</artifactId>
<name>XWiki Platform - Active Installs - Tests - Page Objects</name>
Expand Down
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-activeinstalls-test</artifactId>
<version>14.2-SNAPSHOT</version>
<version>14.2</version>
</parent>
<artifactId>xwiki-platform-activeinstalls-test-tests</artifactId>
<name>XWiki Platform - Active Installs - Tests - Functional Tests</name>
Expand Down
2 changes: 1 addition & 1 deletion xwiki-platform-core/xwiki-platform-administration/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-core</artifactId>
<version>14.2-SNAPSHOT</version>
<version>14.2</version>
</parent>
<artifactId>xwiki-platform-administration</artifactId>
<name>XWiki Platform - Administration - Parent POM</name>
Expand Down
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-administration</artifactId>
<version>14.2-SNAPSHOT</version>
<version>14.2</version>
</parent>
<artifactId>xwiki-platform-administration-test</artifactId>
<name>XWiki Platform - Administration - Tests - Parent POM</name>
Expand Down
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-administration-test</artifactId>
<version>14.2-SNAPSHOT</version>
<version>14.2</version>
</parent>
<artifactId>xwiki-platform-administration-test-docker</artifactId>
<name>XWiki Platform - Administration - Tests - Functional Docker Tests</name>
Expand Down
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-administration-test</artifactId>
<version>14.2-SNAPSHOT</version>
<version>14.2</version>
</parent>
<artifactId>xwiki-platform-administration-test-pageobjects</artifactId>
<name>XWiki Platform - Administration - Tests - Page Objects</name>
Expand Down
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-administration</artifactId>
<version>14.2-SNAPSHOT</version>
<version>14.2</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
Expand Up @@ -25,10 +25,10 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-core</artifactId>
<version>14.2-SNAPSHOT</version>
<version>14.2</version>
</parent>
<artifactId>xwiki-platform-alerts</artifactId>
<version>14.2-SNAPSHOT</version>
<version>14.2</version>
<name>XWiki Platform - Alerts - Parent POM</name>
<packaging>pom</packaging>
<description>Application that adds an "alert" menu in the skin.</description>
Expand Down
Expand Up @@ -25,10 +25,10 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-alerts</artifactId>
<version>14.2-SNAPSHOT</version>
<version>14.2</version>
</parent>
<artifactId>xwiki-platform-alerts-ui</artifactId>
<version>14.2-SNAPSHOT</version>
<version>14.2</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
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-core</artifactId>
<version>14.2-SNAPSHOT</version>
<version>14.2</version>
</parent>
<artifactId>xwiki-platform-annotation</artifactId>
<name>XWiki Platform - Annotations - Parent POM</name>
Expand Down
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-annotation</artifactId>
<version>14.2-SNAPSHOT</version>
<version>14.2</version>
</parent>
<artifactId>xwiki-platform-annotation-core</artifactId>
<name>XWiki Platform - Annotations - Core Services</name>
Expand Down
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-annotation</artifactId>
<version>14.2-SNAPSHOT</version>
<version>14.2</version>
</parent>
<artifactId>xwiki-platform-annotation-io</artifactId>
<name>XWiki Platform - Annotations - XWiki Storage Implementation</name>
Expand Down
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-annotation</artifactId>
<version>14.2-SNAPSHOT</version>
<version>14.2</version>
</parent>
<artifactId>xwiki-platform-annotation-maintainer</artifactId>
<name>XWiki Platform - Annotations - Maintainer</name>
Expand Down
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-annotation</artifactId>
<version>14.2-SNAPSHOT</version>
<version>14.2</version>
</parent>
<artifactId>xwiki-platform-annotation-reference</artifactId>
<name>XWiki Platform - Annotations - References Manipulation</name>
Expand Down
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-annotation</artifactId>
<version>14.2-SNAPSHOT</version>
<version>14.2</version>
</parent>
<artifactId>xwiki-platform-annotation-rest</artifactId>
<name>XWiki Platform - Annotations - REST Services</name>
Expand Down
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-annotation</artifactId>
<version>14.2-SNAPSHOT</version>
<version>14.2</version>
</parent>
<artifactId>xwiki-platform-annotation-scripting</artifactId>
<name>XWiki Platform - Annotations - Scripting APIs</name>
Expand Down
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-annotation</artifactId>
<version>14.2-SNAPSHOT</version>
<version>14.2</version>
</parent>
<artifactId>xwiki-platform-annotation-test</artifactId>
<name>XWiki Platform - Annotations - Tests - Parent POM</name>
Expand Down
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-annotation-test</artifactId>
<version>14.2-SNAPSHOT</version>
<version>14.2</version>
</parent>
<artifactId>xwiki-platform-annotation-test-docker</artifactId>
<name>XWiki Platform - Annotation - Test - Functional Docker Tests</name>
Expand Down
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-annotation-test</artifactId>
<version>14.2-SNAPSHOT</version>
<version>14.2</version>
</parent>
<artifactId>xwiki-platform-annotation-test-pageobjects</artifactId>
<name>XWiki Platform - Annotations - Page Objects</name>
Expand Down
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-annotation-test</artifactId>
<version>14.2-SNAPSHOT</version>
<version>14.2</version>
</parent>
<artifactId>xwiki-platform-annotation-test-tests</artifactId>
<name>XWiki Platform - Annotations - Tests - Functional Tests</name>
Expand Down
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-annotation</artifactId>
<version>14.2-SNAPSHOT</version>
<version>14.2</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
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-core</artifactId>
<version>14.2-SNAPSHOT</version>
<version>14.2</version>
</parent>
<artifactId>xwiki-platform-application</artifactId>
<name>XWiki Platform - Application - Parent POM</name>
Expand Down
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-application</artifactId>
<version>14.2-SNAPSHOT</version>
<version>14.2</version>
</parent>
<artifactId>xwiki-platform-application-test</artifactId>
<name>XWiki Platform - Application - Tests - Parent POM</name>
Expand Down
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-application-test</artifactId>
<version>14.2-SNAPSHOT</version>
<version>14.2</version>
</parent>
<artifactId>xwiki-platform-application-test-pageobjects</artifactId>
<name>XWiki Platform - Application - Tests - Page Objects</name>
Expand Down
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-application</artifactId>
<version>14.2-SNAPSHOT</version>
<version>14.2</version>
</parent>
<artifactId>xwiki-platform-application-ui</artifactId>
<name>XWiki Platform - Application - UI</name>
Expand Down
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-core</artifactId>
<version>14.2-SNAPSHOT</version>
<version>14.2</version>
</parent>
<artifactId>xwiki-platform-appwithinminutes</artifactId>
<name>XWiki Platform - App Within Minutes</name>
Expand Down
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-appwithinminutes</artifactId>
<version>14.2-SNAPSHOT</version>
<version>14.2</version>
</parent>
<artifactId>xwiki-platform-appwithinminutes-test</artifactId>
<name>XWiki Platform - App Within Minutes - Test - Parent</name>
Expand Down
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-appwithinminutes-test</artifactId>
<version>14.2-SNAPSHOT</version>
<version>14.2</version>
</parent>
<artifactId>xwiki-platform-appwithinminutes-test-docker</artifactId>
<name>XWiki Platform - AppWithinMinutes - Tests - Functional Docker Tests</name>
Expand Down
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-appwithinminutes-test</artifactId>
<version>14.2-SNAPSHOT</version>
<version>14.2</version>
</parent>
<artifactId>xwiki-platform-appwithinminutes-test-pageobjects</artifactId>
<name>XWiki Platform - App Within Minutes - Page Objects</name>
Expand Down
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-appwithinminutes</artifactId>
<version>14.2-SNAPSHOT</version>
<version>14.2</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
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-core</artifactId>
<version>14.2-SNAPSHOT</version>
<version>14.2</version>
</parent>
<artifactId>xwiki-platform-attachment</artifactId>
<name>XWiki Platform - Attachment - Parent POM</name>
Expand Down

0 comments on commit cb76b32

Please sign in to comment.