Skip to content

Commit 80c9ec4

Browse files
committed
[maven-release-plugin] prepare release xwiki-commons-17.10.4
1 parent e0af0e0 commit 80c9ec4

File tree

131 files changed

+275
-275
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

+275
-275
lines changed

pom.xml

Lines changed: 8 additions & 8 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.4-SNAPSHOT</version>
27+
<version>17.10.4</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
@@ -332,7 +332,7 @@
332332
plugin executes before, the property is undefined and makes the tests fail. Thus, we define an empty property
333333
here to make sure it doesn't fail. See also https://issues.apache.org/jira/browse/SUREFIRE-1431
334334
-->
335-
<argLine/>
335+
<argLine />
336336

337337
</properties>
338338
<licenses>
@@ -364,7 +364,7 @@
364364
<connection>scm:git:git://github.com/${xwiki.github.owner}/${xwiki.github.repository}.git</connection>
365365
<developerConnection>scm:git:git@github.com:${xwiki.github.owner}/${xwiki.github.repository}.git</developerConnection>
366366
<url>https://github.com/${xwiki.github.owner}/${xwiki.github.repository}/tree/master/</url>
367-
<tag>stable-17.10.x</tag>
367+
<tag>xwiki-commons-17.10.4</tag>
368368
</scm>
369369
<mailingLists>
370370
<mailingList>
@@ -2304,7 +2304,7 @@
23042304
<configuration>
23052305
<skip>${xwiki.enforcer.enforce-upper-bounds.skip}</skip>
23062306
<rules>
2307-
<requireUpperBoundDeps/>
2307+
<requireUpperBoundDeps />
23082308
</rules>
23092309
</configuration>
23102310
</execution>
@@ -2882,7 +2882,7 @@
28822882
</goals>
28832883
</pluginExecutionFilter>
28842884
<action>
2885-
<ignore/>
2885+
<ignore />
28862886
</action>
28872887
</pluginExecution>
28882888
<pluginExecution>
@@ -2897,7 +2897,7 @@
28972897
</goals>
28982898
</pluginExecutionFilter>
28992899
<action>
2900-
<ignore/>
2900+
<ignore />
29012901
</action>
29022902
</pluginExecution>
29032903
</pluginExecutions>
@@ -3103,7 +3103,7 @@
31033103
<phase>generate-resources</phase>
31043104
<configuration>
31053105
<target>
3106-
<mkdir dir="${project.build.directory}/apidocs"/>
3106+
<mkdir dir="${project.build.directory}/apidocs" />
31073107
</target>
31083108
</configuration>
31093109
<goals>
@@ -3372,7 +3372,7 @@
33723372
<property>
33733373
<!-- Try to work around error: "[SEVERE]: bind() failed: Cannot assign requested address (99)" -->
33743374
<name>webdriver.chrome.whitelistedIps</name>
3375-
<value/>
3375+
<value />
33763376
</property>
33773377
</properties>
33783378
</configuration>

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.4-SNAPSHOT</version>
26+
<version>17.10.4</version>
2727
<relativePath>../xwiki-commons-pom</relativePath>
2828
</parent>
2929
<artifactId>xwiki-commons-core</artifactId>
@@ -267,6 +267,6 @@
267267
</profiles>
268268

269269
<scm>
270-
<tag>stable-17.10.x</tag>
270+
<tag>xwiki-commons-17.10.4</tag>
271271
</scm>
272272
</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.4-SNAPSHOT</version>
27+
<version>17.10.4</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.4</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.4-SNAPSHOT</version>
27+
<version>17.10.4</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.4</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.4-SNAPSHOT</version>
27+
<version>17.10.4</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.4</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.4-SNAPSHOT</version>
28+
<version>17.10.4</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.4</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.4-SNAPSHOT</version>
28+
<version>17.10.4</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.4</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.4-SNAPSHOT</version>
27+
<version>17.10.4</version>
2828
</parent>
2929
<artifactId>xwiki-commons-cache-infinispan</artifactId>
3030
<name>XWiki Commons - Cache - Infinispan</name>
@@ -61,6 +61,6 @@
6161
</dependencies>
6262

6363
<scm>
64-
<tag>stable-17.10.x</tag>
64+
<tag>xwiki-commons-17.10.4</tag>
6565
</scm>
6666
</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.4-SNAPSHOT</version>
28+
<version>17.10.4</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.4</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.4-SNAPSHOT</version>
28+
<version>17.10.4</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.4</tag>
4040
</scm>
4141
</project>

0 commit comments

Comments
 (0)