We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c37f2f commit b6b6b96Copy full SHA for b6b6b96
CHANGELOG.md
@@ -4,6 +4,7 @@
4
* Update to latest plugin dependencies
5
* Latest plugin dependencies now have a minimum maven version of 3.6.3.
6
* Removed ReturnEmptyArrayRatherThanNull pmd rule that is no longer supported.
7
+* Modified the versions-maven-plugin phase in the display-versions profile to validate to make it easier to run.
8
9
## 1.0.20
10
* Update plugin dependencies in bordertech_parent
qa-parent/pom.xml
@@ -146,7 +146,7 @@
146
<executions>
147
<execution>
148
<id>display-version-updates</id>
149
- <phase>verify</phase>
+ <phase>validate</phase>
150
<goals>
151
<goal>display-dependency-updates</goal>
152
<goal>display-parent-updates</goal>
0 commit comments