Skip to content

Commit 61c5076

Browse files
committed
[branch] Updating inter-project dependencies on master
1 parent f1ba033 commit 61c5076

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.0.0-SNAPSHOT</commons.version>
49+
<commons.version>17.1.0-SNAPSHOT</commons.version>
5050

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

297297
</properties>
298298
<licenses>
@@ -2209,7 +2209,7 @@
22092209
<configuration>
22102210
<skip>${xwiki.enforcer.enforce-upper-bounds.skip}</skip>
22112211
<rules>
2212-
<requireUpperBoundDeps />
2212+
<requireUpperBoundDeps/>
22132213
</rules>
22142214
</configuration>
22152215
</execution>
@@ -2787,7 +2787,7 @@
27872787
</goals>
27882788
</pluginExecutionFilter>
27892789
<action>
2790-
<ignore />
2790+
<ignore/>
27912791
</action>
27922792
</pluginExecution>
27932793
<pluginExecution>
@@ -2802,7 +2802,7 @@
28022802
</goals>
28032803
</pluginExecutionFilter>
28042804
<action>
2805-
<ignore />
2805+
<ignore/>
28062806
</action>
28072807
</pluginExecution>
28082808
</pluginExecutions>
@@ -3008,7 +3008,7 @@
30083008
<phase>generate-resources</phase>
30093009
<configuration>
30103010
<target>
3011-
<mkdir dir="${project.build.directory}/apidocs" />
3011+
<mkdir dir="${project.build.directory}/apidocs"/>
30123012
</target>
30133013
</configuration>
30143014
<goals>
@@ -3247,7 +3247,7 @@
32473247
<property>
32483248
<!-- Try to work around error: "[SEVERE]: bind() failed: Cannot assign requested address (99)" -->
32493249
<name>webdriver.chrome.whitelistedIps</name>
3250-
<value />
3250+
<value/>
32513251
</property>
32523252
</properties>
32533253
</configuration>

0 commit comments

Comments
 (0)