Skip to content

Commit 21ac009

Browse files
committed
[maven-release-plugin] prepare release xwiki-commons-17.0.0-rc-1
1 parent 59f14e1 commit 21ac009

File tree

117 files changed

+128
-128
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

117 files changed

+128
-128
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<artifactId>xwiki-commons</artifactId>
2525
<name>XWiki Commons - Parent POM</name>
2626
<packaging>pom</packaging>
27-
<version>17.0.0-SNAPSHOT</version>
27+
<version>17.0.0-rc-1</version>
2828
<description>A collaborative development platform runtime based on the wiki paradigm</description>
2929
<!-- This special URL automatically finds the correct documentation page or javadoc for the module based on the
3030
passed maven coordinates (groupid:artifactid:version). Starting with 6.2-milestone-1, the version has been
@@ -324,7 +324,7 @@
324324
<connection>scm:git:git://github.com/${xwiki.github.owner}/${xwiki.github.repository}.git</connection>
325325
<developerConnection>scm:git:git@github.com:${xwiki.github.owner}/${xwiki.github.repository}.git</developerConnection>
326326
<url>https://github.com/${xwiki.github.owner}/${xwiki.github.repository}/tree/master/</url>
327-
<tag>stable-17.0.x</tag>
327+
<tag>xwiki-commons-17.0.0-rc-1</tag>
328328
</scm>
329329
<mailingLists>
330330
<mailingList>

xwiki-commons-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.xwiki.commons</groupId>
2525
<artifactId>xwiki-commons-pom</artifactId>
26-
<version>17.0.0-SNAPSHOT</version>
26+
<version>17.0.0-rc-1</version>
2727
<relativePath>../xwiki-commons-pom</relativePath>
2828
</parent>
2929
<artifactId>xwiki-commons-core</artifactId>

xwiki-commons-core/xwiki-commons-blame/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>xwiki-commons-core</artifactId>
2626
<groupId>org.xwiki.commons</groupId>
27-
<version>17.0.0-SNAPSHOT</version>
27+
<version>17.0.0-rc-1</version>
2828
</parent>
2929
<artifactId>xwiki-commons-blame</artifactId>
3030
<name>XWiki Commons - Blame</name>

xwiki-commons-core/xwiki-commons-blame/xwiki-commons-blame-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>xwiki-commons-blame</artifactId>
2626
<groupId>org.xwiki.commons</groupId>
27-
<version>17.0.0-SNAPSHOT</version>
27+
<version>17.0.0-rc-1</version>
2828
</parent>
2929
<artifactId>xwiki-commons-blame-api</artifactId>
3030
<name>XWiki Commons - Blame - API</name>

xwiki-commons-core/xwiki-commons-blame/xwiki-commons-blame-script/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>xwiki-commons-blame</artifactId>
2626
<groupId>org.xwiki.commons</groupId>
27-
<version>17.0.0-SNAPSHOT</version>
27+
<version>17.0.0-rc-1</version>
2828
</parent>
2929
<artifactId>xwiki-commons-blame-script</artifactId>
3030
<name>XWiki Commons - Blame - Script Service</name>

xwiki-commons-core/xwiki-commons-cache/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.xwiki.commons</groupId>
2727
<artifactId>xwiki-commons-core</artifactId>
28-
<version>17.0.0-SNAPSHOT</version>
28+
<version>17.0.0-rc-1</version>
2929
</parent>
3030
<artifactId>xwiki-commons-cache</artifactId>
3131
<name>XWiki Commons - Cache - Parent POM</name>

xwiki-commons-core/xwiki-commons-cache/xwiki-commons-cache-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.xwiki.commons</groupId>
2727
<artifactId>xwiki-commons-cache</artifactId>
28-
<version>17.0.0-SNAPSHOT</version>
28+
<version>17.0.0-rc-1</version>
2929
</parent>
3030
<artifactId>xwiki-commons-cache-api</artifactId>
3131
<name>XWiki Commons - Cache - API</name>

xwiki-commons-core/xwiki-commons-cache/xwiki-commons-cache-infinispan/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.xwiki.commons</groupId>
2626
<artifactId>xwiki-commons-cache</artifactId>
27-
<version>17.0.0-SNAPSHOT</version>
27+
<version>17.0.0-rc-1</version>
2828
</parent>
2929
<artifactId>xwiki-commons-cache-infinispan</artifactId>
3030
<name>XWiki Commons - Cache - Infinispan</name>

xwiki-commons-core/xwiki-commons-cache/xwiki-commons-cache-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.xwiki.commons</groupId>
2727
<artifactId>xwiki-commons-cache</artifactId>
28-
<version>17.0.0-SNAPSHOT</version>
28+
<version>17.0.0-rc-1</version>
2929
</parent>
3030
<artifactId>xwiki-commons-cache-tests</artifactId>
3131
<name>XWiki Commons - Cache - Tests</name>

xwiki-commons-core/xwiki-commons-classloader/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.xwiki.commons</groupId>
2727
<artifactId>xwiki-commons-core</artifactId>
28-
<version>17.0.0-SNAPSHOT</version>
28+
<version>17.0.0-rc-1</version>
2929
</parent>
3030
<artifactId>xwiki-commons-classloader</artifactId>
3131
<name>XWiki Commons - ClassLoader - Parent POM</name>

xwiki-commons-core/xwiki-commons-classloader/xwiki-commons-classloader-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.xwiki.commons</groupId>
2727
<artifactId>xwiki-commons-classloader</artifactId>
28-
<version>17.0.0-SNAPSHOT</version>
28+
<version>17.0.0-rc-1</version>
2929
</parent>
3030
<artifactId>xwiki-commons-classloader-api</artifactId>
3131
<name>XWiki Commons - ClassLoader - API</name>

xwiki-commons-core/xwiki-commons-collection/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.xwiki.commons</groupId>
2727
<artifactId>xwiki-commons-core</artifactId>
28-
<version>17.0.0-SNAPSHOT</version>
28+
<version>17.0.0-rc-1</version>
2929
</parent>
3030
<artifactId>xwiki-commons-collection</artifactId>
3131
<name>XWiki Commons - Collection</name>

xwiki-commons-core/xwiki-commons-component/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.xwiki.commons</groupId>
2727
<artifactId>xwiki-commons-core</artifactId>
28-
<version>17.0.0-SNAPSHOT</version>
28+
<version>17.0.0-rc-1</version>
2929
</parent>
3030
<artifactId>xwiki-commons-component</artifactId>
3131
<name>XWiki Commons - Component - Parent POM</name>

xwiki-commons-core/xwiki-commons-component/xwiki-commons-component-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.xwiki.commons</groupId>
2727
<artifactId>xwiki-commons-component</artifactId>
28-
<version>17.0.0-SNAPSHOT</version>
28+
<version>17.0.0-rc-1</version>
2929
</parent>
3030
<artifactId>xwiki-commons-component-api</artifactId>
3131
<name>XWiki Commons - Component - API</name>

xwiki-commons-core/xwiki-commons-component/xwiki-commons-component-archetype/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.xwiki.commons</groupId>
2727
<artifactId>xwiki-commons-component</artifactId>
28-
<version>17.0.0-SNAPSHOT</version>
28+
<version>17.0.0-rc-1</version>
2929
</parent>
3030
<artifactId>xwiki-commons-component-archetype</artifactId>
3131
<name>XWiki Commons - Component - Component Archetype</name>

xwiki-commons-core/xwiki-commons-component/xwiki-commons-component-default/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.xwiki.commons</groupId>
2727
<artifactId>xwiki-commons-component</artifactId>
28-
<version>17.0.0-SNAPSHOT</version>
28+
<version>17.0.0-rc-1</version>
2929
</parent>
3030
<artifactId>xwiki-commons-component-default</artifactId>
3131
<name>XWiki Commons - Component - Default Implementation</name>

xwiki-commons-core/xwiki-commons-component/xwiki-commons-component-observation/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.xwiki.commons</groupId>
2727
<artifactId>xwiki-commons-component</artifactId>
28-
<version>17.0.0-SNAPSHOT</version>
28+
<version>17.0.0-rc-1</version>
2929
</parent>
3030
<artifactId>xwiki-commons-component-observation</artifactId>
3131
<name>XWiki Commons - Component - Observation</name>

xwiki-commons-core/xwiki-commons-configuration/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.xwiki.commons</groupId>
2727
<artifactId>xwiki-commons-core</artifactId>
28-
<version>17.0.0-SNAPSHOT</version>
28+
<version>17.0.0-rc-1</version>
2929
</parent>
3030
<artifactId>xwiki-commons-configuration</artifactId>
3131
<name>XWiki Commons - Configuration - Parent POM</name>

xwiki-commons-core/xwiki-commons-configuration/xwiki-commons-configuration-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.xwiki.commons</groupId>
2727
<artifactId>xwiki-commons-configuration</artifactId>
28-
<version>17.0.0-SNAPSHOT</version>
28+
<version>17.0.0-rc-1</version>
2929
</parent>
3030
<artifactId>xwiki-commons-configuration-api</artifactId>
3131
<name>XWiki Commons - Configuration - API</name>

xwiki-commons-core/xwiki-commons-context/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.xwiki.commons</groupId>
2727
<artifactId>xwiki-commons-core</artifactId>
28-
<version>17.0.0-SNAPSHOT</version>
28+
<version>17.0.0-rc-1</version>
2929
</parent>
3030
<artifactId>xwiki-commons-context</artifactId>
3131
<name>XWiki Commons - Context</name>

xwiki-commons-core/xwiki-commons-crypto/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.xwiki.commons</groupId>
2727
<artifactId>xwiki-commons-core</artifactId>
28-
<version>17.0.0-SNAPSHOT</version>
28+
<version>17.0.0-rc-1</version>
2929
</parent>
3030
<artifactId>xwiki-commons-crypto</artifactId>
3131
<packaging>pom</packaging>

xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-cipher/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>xwiki-commons-crypto</artifactId>
2626
<groupId>org.xwiki.commons</groupId>
27-
<version>17.0.0-SNAPSHOT</version>
27+
<version>17.0.0-rc-1</version>
2828
</parent>
2929
<artifactId>xwiki-commons-crypto-cipher</artifactId>
3030
<packaging>jar</packaging>

xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>xwiki-commons-crypto</artifactId>
2626
<groupId>org.xwiki.commons</groupId>
27-
<version>17.0.0-SNAPSHOT</version>
27+
<version>17.0.0-rc-1</version>
2828
</parent>
2929
<artifactId>xwiki-commons-crypto-common</artifactId>
3030
<packaging>jar</packaging>

xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-password/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>xwiki-commons-crypto</artifactId>
2626
<groupId>org.xwiki.commons</groupId>
27-
<version>17.0.0-SNAPSHOT</version>
27+
<version>17.0.0-rc-1</version>
2828
</parent>
2929
<artifactId>xwiki-commons-crypto-password</artifactId>
3030
<packaging>jar</packaging>

xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-pkix/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>xwiki-commons-crypto</artifactId>
2626
<groupId>org.xwiki.commons</groupId>
27-
<version>17.0.0-SNAPSHOT</version>
27+
<version>17.0.0-rc-1</version>
2828
</parent>
2929
<artifactId>xwiki-commons-crypto-pkix</artifactId>
3030
<packaging>jar</packaging>

xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-signer/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>xwiki-commons-crypto</artifactId>
2626
<groupId>org.xwiki.commons</groupId>
27-
<version>17.0.0-SNAPSHOT</version>
27+
<version>17.0.0-rc-1</version>
2828
</parent>
2929
<artifactId>xwiki-commons-crypto-signer</artifactId>
3030
<packaging>jar</packaging>

xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-store/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<artifactId>xwiki-commons-crypto</artifactId>
2727
<groupId>org.xwiki.commons</groupId>
28-
<version>17.0.0-SNAPSHOT</version>
28+
<version>17.0.0-rc-1</version>
2929
</parent>
3030
<artifactId>xwiki-commons-crypto-store</artifactId>
3131
<packaging>pom</packaging>

xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-store/xwiki-commons-crypto-store-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<artifactId>xwiki-commons-crypto-store</artifactId>
2727
<groupId>org.xwiki.commons</groupId>
28-
<version>17.0.0-SNAPSHOT</version>
28+
<version>17.0.0-rc-1</version>
2929
</parent>
3030
<artifactId>xwiki-commons-crypto-store-api</artifactId>
3131
<packaging>jar</packaging>

xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-store/xwiki-commons-crypto-store-filesystem/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<artifactId>xwiki-commons-crypto-store</artifactId>
2727
<groupId>org.xwiki.commons</groupId>
28-
<version>17.0.0-SNAPSHOT</version>
28+
<version>17.0.0-rc-1</version>
2929
</parent>
3030
<artifactId>xwiki-commons-crypto-store-filesystem</artifactId>
3131
<packaging>jar</packaging>

xwiki-commons-core/xwiki-commons-diff/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.xwiki.commons</groupId>
2727
<artifactId>xwiki-commons-core</artifactId>
28-
<version>17.0.0-SNAPSHOT</version>
28+
<version>17.0.0-rc-1</version>
2929
</parent>
3030
<artifactId>xwiki-commons-diff</artifactId>
3131
<name>XWiki Commons - Diff</name>

xwiki-commons-core/xwiki-commons-diff/xwiki-commons-diff-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.xwiki.commons</groupId>
2727
<artifactId>xwiki-commons-diff</artifactId>
28-
<version>17.0.0-SNAPSHOT</version>
28+
<version>17.0.0-rc-1</version>
2929
</parent>
3030
<artifactId>xwiki-commons-diff-api</artifactId>
3131
<name>XWiki Commons - Diff API</name>

xwiki-commons-core/xwiki-commons-diff/xwiki-commons-diff-display/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.xwiki.commons</groupId>
2727
<artifactId>xwiki-commons-diff</artifactId>
28-
<version>17.0.0-SNAPSHOT</version>
28+
<version>17.0.0-rc-1</version>
2929
</parent>
3030
<artifactId>xwiki-commons-diff-display</artifactId>
3131
<name>XWiki Commons - Diff Display API</name>

xwiki-commons-core/xwiki-commons-diff/xwiki-commons-diff-script/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.xwiki.commons</groupId>
2727
<artifactId>xwiki-commons-diff</artifactId>
28-
<version>17.0.0-SNAPSHOT</version>
28+
<version>17.0.0-rc-1</version>
2929
</parent>
3030
<artifactId>xwiki-commons-diff-script</artifactId>
3131
<name>XWiki Commons - Diff Script API</name>

xwiki-commons-core/xwiki-commons-diff/xwiki-commons-diff-xml/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.xwiki.commons</groupId>
2727
<artifactId>xwiki-commons-diff</artifactId>
28-
<version>17.0.0-SNAPSHOT</version>
28+
<version>17.0.0-rc-1</version>
2929
</parent>
3030
<artifactId>xwiki-commons-diff-xml</artifactId>
3131
<name>XWiki Commons - Diff XML</name>

xwiki-commons-core/xwiki-commons-displayer/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.xwiki.commons</groupId>
2727
<artifactId>xwiki-commons-core</artifactId>
28-
<version>17.0.0-SNAPSHOT</version>
28+
<version>17.0.0-rc-1</version>
2929
</parent>
3030
<artifactId>xwiki-commons-displayer</artifactId>
3131
<name>XWiki Commons - Displayer</name>

xwiki-commons-core/xwiki-commons-environment/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.xwiki.commons</groupId>
2727
<artifactId>xwiki-commons-core</artifactId>
28-
<version>17.0.0-SNAPSHOT</version>
28+
<version>17.0.0-rc-1</version>
2929
</parent>
3030
<artifactId>xwiki-commons-environment</artifactId>
3131
<name>XWiki Commons - Environment - Parent POM</name>

xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.xwiki.commons</groupId>
2727
<artifactId>xwiki-commons-environment</artifactId>
28-
<version>17.0.0-SNAPSHOT</version>
28+
<version>17.0.0-rc-1</version>
2929
</parent>
3030
<artifactId>xwiki-commons-environment-api</artifactId>
3131
<name>XWiki Commons - Environment - API</name>

xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.xwiki.commons</groupId>
2727
<artifactId>xwiki-commons-environment</artifactId>
28-
<version>17.0.0-SNAPSHOT</version>
28+
<version>17.0.0-rc-1</version>
2929
</parent>
3030
<artifactId>xwiki-commons-environment-common</artifactId>
3131
<name>XWiki Commons - Environment - Common</name>

xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-servlet/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.xwiki.commons</groupId>
2727
<artifactId>xwiki-commons-environment</artifactId>
28-
<version>17.0.0-SNAPSHOT</version>
28+
<version>17.0.0-rc-1</version>
2929
</parent>
3030
<artifactId>xwiki-commons-environment-servlet</artifactId>
3131
<name>XWiki Commons - Environment - Servlet</name>

xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-standard/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.xwiki.commons</groupId>
2727
<artifactId>xwiki-commons-environment</artifactId>
28-
<version>17.0.0-SNAPSHOT</version>
28+
<version>17.0.0-rc-1</version>
2929
</parent>
3030
<artifactId>xwiki-commons-environment-standard</artifactId>
3131
<name>XWiki Commons - Environment - Standard</name>

xwiki-commons-core/xwiki-commons-extension/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.xwiki.commons</groupId>
2727
<artifactId>xwiki-commons-core</artifactId>
28-
<version>17.0.0-SNAPSHOT</version>
28+
<version>17.0.0-rc-1</version>
2929
</parent>
3030
<artifactId>xwiki-commons-extension</artifactId>
3131
<name>XWiki Commons - Extension - Parent POM</name>

xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.xwiki.commons</groupId>
2727
<artifactId>xwiki-commons-extension</artifactId>
28-
<version>17.0.0-SNAPSHOT</version>
28+
<version>17.0.0-rc-1</version>
2929
</parent>
3030
<artifactId>xwiki-commons-extension-api</artifactId>
3131
<name>XWiki Commons - Extension - API</name>

xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-handlers/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.xwiki.commons</groupId>
2727
<artifactId>xwiki-commons-extension</artifactId>
28-
<version>17.0.0-SNAPSHOT</version>
28+
<version>17.0.0-rc-1</version>
2929
</parent>
3030
<artifactId>xwiki-commons-extension-handlers</artifactId>
3131
<name>XWiki Commons - Extension - Handler - Parent POM</name>

0 commit comments

Comments
 (0)