Skip to content

Commit edd156e

Browse files
committed
[maven-release-plugin] prepare release xwiki-commons-16.10.17
1 parent 9e8f1fb commit edd156e

File tree

115 files changed

+132
-132
lines changed

Some content is hidden

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

115 files changed

+132
-132
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>16.10.17-SNAPSHOT</version>
27+
<version>16.10.17</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
@@ -302,7 +302,7 @@
302302
plugin executes before, the property is undefined and makes the tests fail. Thus, we define an empty property
303303
here to make sure it doesn't fail. See also https://issues.apache.org/jira/browse/SUREFIRE-1431
304304
-->
305-
<argLine/>
305+
<argLine />
306306

307307
</properties>
308308
<licenses>
@@ -334,7 +334,7 @@
334334
<connection>scm:git:git://github.com/${xwiki.github.owner}/${xwiki.github.repository}.git</connection>
335335
<developerConnection>scm:git:git@github.com:${xwiki.github.owner}/${xwiki.github.repository}.git</developerConnection>
336336
<url>https://github.com/${xwiki.github.owner}/${xwiki.github.repository}/tree/master/</url>
337-
<tag>HEAD</tag>
337+
<tag>xwiki-commons-16.10.17</tag>
338338
</scm>
339339
<mailingLists>
340340
<mailingList>
@@ -2286,7 +2286,7 @@
22862286
<configuration>
22872287
<skip>${xwiki.enforcer.enforce-upper-bounds.skip}</skip>
22882288
<rules>
2289-
<requireUpperBoundDeps/>
2289+
<requireUpperBoundDeps />
22902290
</rules>
22912291
</configuration>
22922292
</execution>
@@ -2864,7 +2864,7 @@
28642864
</goals>
28652865
</pluginExecutionFilter>
28662866
<action>
2867-
<ignore/>
2867+
<ignore />
28682868
</action>
28692869
</pluginExecution>
28702870
<pluginExecution>
@@ -2879,7 +2879,7 @@
28792879
</goals>
28802880
</pluginExecutionFilter>
28812881
<action>
2882-
<ignore/>
2882+
<ignore />
28832883
</action>
28842884
</pluginExecution>
28852885
</pluginExecutions>
@@ -3085,7 +3085,7 @@
30853085
<phase>generate-resources</phase>
30863086
<configuration>
30873087
<target>
3088-
<mkdir dir="${project.build.directory}/apidocs"/>
3088+
<mkdir dir="${project.build.directory}/apidocs" />
30893089
</target>
30903090
</configuration>
30913091
<goals>
@@ -3354,7 +3354,7 @@
33543354
<property>
33553355
<!-- Try to work around error: "[SEVERE]: bind() failed: Cannot assign requested address (99)" -->
33563356
<name>webdriver.chrome.whitelistedIps</name>
3357-
<value/>
3357+
<value />
33583358
</property>
33593359
</properties>
33603360
</configuration>

xwiki-commons-core/pom.xml

Lines changed: 1 addition & 1 deletion
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>16.10.17-SNAPSHOT</version>
26+
<version>16.10.17</version>
2727
<relativePath>../xwiki-commons-pom</relativePath>
2828
</parent>
2929
<artifactId>xwiki-commons-core</artifactId>

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

Lines changed: 1 addition & 1 deletion
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>16.10.17-SNAPSHOT</version>
27+
<version>16.10.17</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

Lines changed: 1 addition & 1 deletion
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>16.10.17-SNAPSHOT</version>
27+
<version>16.10.17</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

Lines changed: 1 addition & 1 deletion
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>16.10.17-SNAPSHOT</version>
27+
<version>16.10.17</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

Lines changed: 1 addition & 1 deletion
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>16.10.17-SNAPSHOT</version>
28+
<version>16.10.17</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

Lines changed: 1 addition & 1 deletion
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>16.10.17-SNAPSHOT</version>
28+
<version>16.10.17</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

Lines changed: 1 addition & 1 deletion
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>16.10.17-SNAPSHOT</version>
27+
<version>16.10.17</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

Lines changed: 1 addition & 1 deletion
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>16.10.17-SNAPSHOT</version>
28+
<version>16.10.17</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

Lines changed: 1 addition & 1 deletion
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>16.10.17-SNAPSHOT</version>
28+
<version>16.10.17</version>
2929
</parent>
3030
<artifactId>xwiki-commons-classloader</artifactId>
3131
<name>XWiki Commons - ClassLoader - Parent POM</name>

0 commit comments

Comments
 (0)