Skip to content

Commit c8a8484

Browse files
committed
[maven-release-plugin] prepare release xwiki-commons-17.10.0-rc-1
1 parent 622cf6a commit c8a8484

File tree

131 files changed

+269
-269
lines changed

Some content is hidden

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

131 files changed

+269
-269
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
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.10.0-SNAPSHOT</version>
27+
<version>17.10.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
@@ -345,7 +345,7 @@
345345
<connection>scm:git:git://github.com/${xwiki.github.owner}/${xwiki.github.repository}.git</connection>
346346
<developerConnection>scm:git:[email protected]:${xwiki.github.owner}/${xwiki.github.repository}.git</developerConnection>
347347
<url>https://github.com/${xwiki.github.owner}/${xwiki.github.repository}/tree/master/</url>
348-
<tag>stable-17.10.x</tag>
348+
<tag>xwiki-commons-17.10.0-rc-1</tag>
349349
</scm>
350350
<mailingLists>
351351
<mailingList>

xwiki-commons-core/pom.xml

Lines changed: 2 additions & 2 deletions
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.10.0-SNAPSHOT</version>
26+
<version>17.10.0-rc-1</version>
2727
<relativePath>../xwiki-commons-pom</relativePath>
2828
</parent>
2929
<artifactId>xwiki-commons-core</artifactId>
@@ -261,6 +261,6 @@
261261
</profiles>
262262

263263
<scm>
264-
<tag>stable-17.10.x</tag>
264+
<tag>xwiki-commons-17.10.0-rc-1</tag>
265265
</scm>
266266
</project>

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

Lines changed: 2 additions & 2 deletions
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.10.0-SNAPSHOT</version>
27+
<version>17.10.0-rc-1</version>
2828
</parent>
2929
<artifactId>xwiki-commons-blame</artifactId>
3030
<name>XWiki Commons - Blame</name>
@@ -45,6 +45,6 @@
4545
</modules>
4646

4747
<scm>
48-
<tag>stable-17.10.x</tag>
48+
<tag>xwiki-commons-17.10.0-rc-1</tag>
4949
</scm>
5050
</project>

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

Lines changed: 2 additions & 2 deletions
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.10.0-SNAPSHOT</version>
27+
<version>17.10.0-rc-1</version>
2828
</parent>
2929
<artifactId>xwiki-commons-blame-api</artifactId>
3030
<name>XWiki Commons - Blame - API</name>
@@ -50,6 +50,6 @@
5050
</dependencies>
5151

5252
<scm>
53-
<tag>stable-17.10.x</tag>
53+
<tag>xwiki-commons-17.10.0-rc-1</tag>
5454
</scm>
5555
</project>

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

Lines changed: 2 additions & 2 deletions
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.10.0-SNAPSHOT</version>
27+
<version>17.10.0-rc-1</version>
2828
</parent>
2929
<artifactId>xwiki-commons-blame-script</artifactId>
3030
<name>XWiki Commons - Blame - Script Service</name>
@@ -57,6 +57,6 @@
5757
</dependencies>
5858

5959
<scm>
60-
<tag>stable-17.10.x</tag>
60+
<tag>xwiki-commons-17.10.0-rc-1</tag>
6161
</scm>
6262
</project>

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

Lines changed: 2 additions & 2 deletions
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.10.0-SNAPSHOT</version>
28+
<version>17.10.0-rc-1</version>
2929
</parent>
3030
<artifactId>xwiki-commons-cache</artifactId>
3131
<name>XWiki Commons - Cache - Parent POM</name>
@@ -38,6 +38,6 @@
3838
</modules>
3939

4040
<scm>
41-
<tag>stable-17.10.x</tag>
41+
<tag>xwiki-commons-17.10.0-rc-1</tag>
4242
</scm>
4343
</project>

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

Lines changed: 2 additions & 2 deletions
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.10.0-SNAPSHOT</version>
28+
<version>17.10.0-rc-1</version>
2929
</parent>
3030
<artifactId>xwiki-commons-cache-api</artifactId>
3131
<name>XWiki Commons - Cache - API</name>
@@ -67,7 +67,7 @@
6767
</dependencies>
6868

6969
<scm>
70-
<tag>stable-17.10.x</tag>
70+
<tag>xwiki-commons-17.10.0-rc-1</tag>
7171
</scm>
7272
</project>
7373

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

Lines changed: 2 additions & 2 deletions
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.10.0-SNAPSHOT</version>
27+
<version>17.10.0-rc-1</version>
2828
</parent>
2929
<artifactId>xwiki-commons-cache-infinispan</artifactId>
3030
<name>XWiki Commons - Cache - Infinispan</name>
@@ -66,6 +66,6 @@
6666
</dependencies>
6767

6868
<scm>
69-
<tag>stable-17.10.x</tag>
69+
<tag>xwiki-commons-17.10.0-rc-1</tag>
7070
</scm>
7171
</project>

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

Lines changed: 2 additions & 2 deletions
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.10.0-SNAPSHOT</version>
28+
<version>17.10.0-rc-1</version>
2929
</parent>
3030
<artifactId>xwiki-commons-cache-tests</artifactId>
3131
<name>XWiki Commons - Cache - Tests</name>
@@ -52,6 +52,6 @@
5252
</dependencies>
5353

5454
<scm>
55-
<tag>stable-17.10.x</tag>
55+
<tag>xwiki-commons-17.10.0-rc-1</tag>
5656
</scm>
5757
</project>

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

Lines changed: 2 additions & 2 deletions
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.10.0-SNAPSHOT</version>
28+
<version>17.10.0-rc-1</version>
2929
</parent>
3030
<artifactId>xwiki-commons-classloader</artifactId>
3131
<name>XWiki Commons - ClassLoader - Parent POM</name>
@@ -36,6 +36,6 @@
3636
</modules>
3737

3838
<scm>
39-
<tag>stable-17.10.x</tag>
39+
<tag>xwiki-commons-17.10.0-rc-1</tag>
4040
</scm>
4141
</project>

0 commit comments

Comments
 (0)