Skip to content

Commit 00c95e8

Browse files
committed
[maven-release-plugin] prepare release xwiki-commons-18.1.0
1 parent a29706e commit 00c95e8

File tree

133 files changed

+150
-150
lines changed

Some content is hidden

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

133 files changed

+150
-150
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>18.1.0-SNAPSHOT</version>
27+
<version>18.1.0</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
@@ -339,7 +339,7 @@
339339
plugin executes before, the property is undefined and makes the tests fail. Thus, we define an empty property
340340
here to make sure it doesn't fail. See also https://issues.apache.org/jira/browse/SUREFIRE-1431
341341
-->
342-
<argLine/>
342+
<argLine />
343343

344344
</properties>
345345
<licenses>
@@ -371,7 +371,7 @@
371371
<connection>scm:git:git://github.com/${xwiki.github.owner}/${xwiki.github.repository}.git</connection>
372372
<developerConnection>scm:git:git@github.com:${xwiki.github.owner}/${xwiki.github.repository}.git</developerConnection>
373373
<url>https://github.com/${xwiki.github.owner}/${xwiki.github.repository}/tree/master/</url>
374-
<tag>stable-18.1.x</tag>
374+
<tag>xwiki-commons-18.1.0</tag>
375375
</scm>
376376
<mailingLists>
377377
<mailingList>
@@ -2357,7 +2357,7 @@
23572357
<configuration>
23582358
<skip>${xwiki.enforcer.enforce-upper-bounds.skip}</skip>
23592359
<rules>
2360-
<requireUpperBoundDeps/>
2360+
<requireUpperBoundDeps />
23612361
</rules>
23622362
</configuration>
23632363
</execution>
@@ -2941,7 +2941,7 @@
29412941
</goals>
29422942
</pluginExecutionFilter>
29432943
<action>
2944-
<ignore/>
2944+
<ignore />
29452945
</action>
29462946
</pluginExecution>
29472947
<pluginExecution>
@@ -2956,7 +2956,7 @@
29562956
</goals>
29572957
</pluginExecutionFilter>
29582958
<action>
2959-
<ignore/>
2959+
<ignore />
29602960
</action>
29612961
</pluginExecution>
29622962
</pluginExecutions>
@@ -3162,7 +3162,7 @@
31623162
<phase>generate-resources</phase>
31633163
<configuration>
31643164
<target>
3165-
<mkdir dir="${project.build.directory}/apidocs"/>
3165+
<mkdir dir="${project.build.directory}/apidocs" />
31663166
</target>
31673167
</configuration>
31683168
<goals>
@@ -3431,7 +3431,7 @@
34313431
<property>
34323432
<!-- Try to work around error: "[SEVERE]: bind() failed: Cannot assign requested address (99)" -->
34333433
<name>webdriver.chrome.whitelistedIps</name>
3434-
<value/>
3434+
<value />
34353435
</property>
34363436
</properties>
34373437
</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>18.1.0-SNAPSHOT</version>
26+
<version>18.1.0</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>18.1.0-SNAPSHOT</version>
27+
<version>18.1.0</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>18.1.0-SNAPSHOT</version>
27+
<version>18.1.0</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>18.1.0-SNAPSHOT</version>
27+
<version>18.1.0</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>18.1.0-SNAPSHOT</version>
28+
<version>18.1.0</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>18.1.0-SNAPSHOT</version>
28+
<version>18.1.0</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>18.1.0-SNAPSHOT</version>
27+
<version>18.1.0</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>18.1.0-SNAPSHOT</version>
28+
<version>18.1.0</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>18.1.0-SNAPSHOT</version>
28+
<version>18.1.0</version>
2929
</parent>
3030
<artifactId>xwiki-commons-classloader</artifactId>
3131
<name>XWiki Commons - ClassLoader - Parent POM</name>

0 commit comments

Comments
 (0)