File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 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). -->
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 >
22152215 <configuration >
22162216 <skip >${xwiki.enforcer.enforce-upper-bounds.skip} </skip >
22172217 <rules >
2218- <requireUpperBoundDeps />
2218+ <requireUpperBoundDeps />
22192219 </rules >
22202220 </configuration >
22212221 </execution >
27932793 </goals >
27942794 </pluginExecutionFilter >
27952795 <action >
2796- <ignore />
2796+ <ignore />
27972797 </action >
27982798 </pluginExecution >
27992799 <pluginExecution >
28082808 </goals >
28092809 </pluginExecutionFilter >
28102810 <action >
2811- <ignore />
2811+ <ignore />
28122812 </action >
28132813 </pluginExecution >
28142814 </pluginExecutions >
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 >
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 >
You can’t perform that action at this time.
0 commit comments