Skip to content

Commit f8dc0a2

Browse files
committed
[maven-release-plugin] prepare release xwiki-commons-17.4.9
1 parent 7142695 commit f8dc0a2

File tree

118 files changed

+135
-135
lines changed

Some content is hidden

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

118 files changed

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

308308
</properties>
309309
<licenses>
@@ -335,7 +335,7 @@
335335
<connection>scm:git:git://github.com/${xwiki.github.owner}/${xwiki.github.repository}.git</connection>
336336
<developerConnection>scm:git:git@github.com:${xwiki.github.owner}/${xwiki.github.repository}.git</developerConnection>
337337
<url>https://github.com/${xwiki.github.owner}/${xwiki.github.repository}/tree/master/</url>
338-
<tag>stable-17.4.x</tag>
338+
<tag>xwiki-commons-17.4.9</tag>
339339
</scm>
340340
<mailingLists>
341341
<mailingList>
@@ -2273,7 +2273,7 @@
22732273
<configuration>
22742274
<skip>${xwiki.enforcer.enforce-upper-bounds.skip}</skip>
22752275
<rules>
2276-
<requireUpperBoundDeps/>
2276+
<requireUpperBoundDeps />
22772277
</rules>
22782278
</configuration>
22792279
</execution>
@@ -2851,7 +2851,7 @@
28512851
</goals>
28522852
</pluginExecutionFilter>
28532853
<action>
2854-
<ignore/>
2854+
<ignore />
28552855
</action>
28562856
</pluginExecution>
28572857
<pluginExecution>
@@ -2866,7 +2866,7 @@
28662866
</goals>
28672867
</pluginExecutionFilter>
28682868
<action>
2869-
<ignore/>
2869+
<ignore />
28702870
</action>
28712871
</pluginExecution>
28722872
</pluginExecutions>
@@ -3072,7 +3072,7 @@
30723072
<phase>generate-resources</phase>
30733073
<configuration>
30743074
<target>
3075-
<mkdir dir="${project.build.directory}/apidocs"/>
3075+
<mkdir dir="${project.build.directory}/apidocs" />
30763076
</target>
30773077
</configuration>
30783078
<goals>
@@ -3341,7 +3341,7 @@
33413341
<property>
33423342
<!-- Try to work around error: "[SEVERE]: bind() failed: Cannot assign requested address (99)" -->
33433343
<name>webdriver.chrome.whitelistedIps</name>
3344-
<value/>
3344+
<value />
33453345
</property>
33463346
</properties>
33473347
</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.9-SNAPSHOT</version>
26+
<version>17.4.9</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.9-SNAPSHOT</version>
27+
<version>17.4.9</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.9-SNAPSHOT</version>
27+
<version>17.4.9</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.9-SNAPSHOT</version>
27+
<version>17.4.9</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.9-SNAPSHOT</version>
28+
<version>17.4.9</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.9-SNAPSHOT</version>
28+
<version>17.4.9</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.9-SNAPSHOT</version>
27+
<version>17.4.9</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.9-SNAPSHOT</version>
28+
<version>17.4.9</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.9-SNAPSHOT</version>
28+
<version>17.4.9</version>
2929
</parent>
3030
<artifactId>xwiki-commons-classloader</artifactId>
3131
<name>XWiki Commons - ClassLoader - Parent POM</name>

0 commit comments

Comments
 (0)