Skip to content

Commit 585e0ca

Browse files
committed
[maven-release-plugin] prepare release xwiki-commons-17.4.5
1 parent b9673c7 commit 585e0ca

File tree

117 files changed

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

+134
-134
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.4.5-SNAPSHOT</version>
27+
<version>17.4.5</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
@@ -296,7 +296,7 @@
296296
plugin executes before, the property is undefined and makes the tests fail. Thus, we define an empty property
297297
here to make sure it doesn't fail. See also https://issues.apache.org/jira/browse/SUREFIRE-1431
298298
-->
299-
<argLine/>
299+
<argLine />
300300

301301
</properties>
302302
<licenses>
@@ -328,7 +328,7 @@
328328
<connection>scm:git:git://github.com/${xwiki.github.owner}/${xwiki.github.repository}.git</connection>
329329
<developerConnection>scm:git:[email protected]:${xwiki.github.owner}/${xwiki.github.repository}.git</developerConnection>
330330
<url>https://github.com/${xwiki.github.owner}/${xwiki.github.repository}/tree/master/</url>
331-
<tag>stable-17.4.x</tag>
331+
<tag>xwiki-commons-17.4.5</tag>
332332
</scm>
333333
<mailingLists>
334334
<mailingList>
@@ -2218,7 +2218,7 @@
22182218
<configuration>
22192219
<skip>${xwiki.enforcer.enforce-upper-bounds.skip}</skip>
22202220
<rules>
2221-
<requireUpperBoundDeps/>
2221+
<requireUpperBoundDeps />
22222222
</rules>
22232223
</configuration>
22242224
</execution>
@@ -2796,7 +2796,7 @@
27962796
</goals>
27972797
</pluginExecutionFilter>
27982798
<action>
2799-
<ignore/>
2799+
<ignore />
28002800
</action>
28012801
</pluginExecution>
28022802
<pluginExecution>
@@ -2811,7 +2811,7 @@
28112811
</goals>
28122812
</pluginExecutionFilter>
28132813
<action>
2814-
<ignore/>
2814+
<ignore />
28152815
</action>
28162816
</pluginExecution>
28172817
</pluginExecutions>
@@ -3017,7 +3017,7 @@
30173017
<phase>generate-resources</phase>
30183018
<configuration>
30193019
<target>
3020-
<mkdir dir="${project.build.directory}/apidocs"/>
3020+
<mkdir dir="${project.build.directory}/apidocs" />
30213021
</target>
30223022
</configuration>
30233023
<goals>
@@ -3286,7 +3286,7 @@
32863286
<property>
32873287
<!-- Try to work around error: "[SEVERE]: bind() failed: Cannot assign requested address (99)" -->
32883288
<name>webdriver.chrome.whitelistedIps</name>
3289-
<value/>
3289+
<value />
32903290
</property>
32913291
</properties>
32923292
</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>17.4.5-SNAPSHOT</version>
26+
<version>17.4.5</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>17.4.5-SNAPSHOT</version>
27+
<version>17.4.5</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>17.4.5-SNAPSHOT</version>
27+
<version>17.4.5</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>17.4.5-SNAPSHOT</version>
27+
<version>17.4.5</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>17.4.5-SNAPSHOT</version>
28+
<version>17.4.5</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>17.4.5-SNAPSHOT</version>
28+
<version>17.4.5</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>17.4.5-SNAPSHOT</version>
27+
<version>17.4.5</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>17.4.5-SNAPSHOT</version>
28+
<version>17.4.5</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>17.4.5-SNAPSHOT</version>
28+
<version>17.4.5</version>
2929
</parent>
3030
<artifactId>xwiki-commons-classloader</artifactId>
3131
<name>XWiki Commons - ClassLoader - Parent POM</name>

0 commit comments

Comments
 (0)