Skip to content

Commit 66d5829

Browse files
committed
[branch] Updating inter-project dependencies on master
1 parent 23cfe68 commit 66d5829

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<properties>
4747
<!-- Define it here because we can't use ${project.version} for plugins and it's useful for
4848
commons children anyway -->
49-
<commons.version>17.3.0-SNAPSHOT</commons.version>
49+
<commons.version>17.4.0-SNAPSHOT</commons.version>
5050

5151
<!-- The previous stable version of this project to check against for finding backward incompatibility
5252
(binary and source). -->
@@ -293,7 +293,7 @@
293293
plugin executes before, the property is undefined and makes the tests fail. Thus, we define an empty property
294294
here to make sure it doesn't fail. See also https://issues.apache.org/jira/browse/SUREFIRE-1431
295295
-->
296-
<argLine />
296+
<argLine/>
297297

298298
</properties>
299299
<licenses>
@@ -2215,7 +2215,7 @@
22152215
<configuration>
22162216
<skip>${xwiki.enforcer.enforce-upper-bounds.skip}</skip>
22172217
<rules>
2218-
<requireUpperBoundDeps />
2218+
<requireUpperBoundDeps/>
22192219
</rules>
22202220
</configuration>
22212221
</execution>
@@ -2793,7 +2793,7 @@
27932793
</goals>
27942794
</pluginExecutionFilter>
27952795
<action>
2796-
<ignore />
2796+
<ignore/>
27972797
</action>
27982798
</pluginExecution>
27992799
<pluginExecution>
@@ -2808,7 +2808,7 @@
28082808
</goals>
28092809
</pluginExecutionFilter>
28102810
<action>
2811-
<ignore />
2811+
<ignore/>
28122812
</action>
28132813
</pluginExecution>
28142814
</pluginExecutions>
@@ -3014,7 +3014,7 @@
30143014
<phase>generate-resources</phase>
30153015
<configuration>
30163016
<target>
3017-
<mkdir dir="${project.build.directory}/apidocs" />
3017+
<mkdir dir="${project.build.directory}/apidocs"/>
30183018
</target>
30193019
</configuration>
30203020
<goals>
@@ -3253,7 +3253,7 @@
32533253
<property>
32543254
<!-- Try to work around error: "[SEVERE]: bind() failed: Cannot assign requested address (99)" -->
32553255
<name>webdriver.chrome.whitelistedIps</name>
3256-
<value />
3256+
<value/>
32573257
</property>
32583258
</properties>
32593259
</configuration>

0 commit comments

Comments
 (0)