Skip to content

Commit b6b6b96

Browse files
Modified the versions-maven-plugin phase in the display-versions profile to validate to make it easier to run.
1 parent 8c37f2f commit b6b6b96

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* Update to latest plugin dependencies
55
* Latest plugin dependencies now have a minimum maven version of 3.6.3.
66
* 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.
78

89
## 1.0.20
910
* Update plugin dependencies in bordertech_parent

qa-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
<executions>
147147
<execution>
148148
<id>display-version-updates</id>
149-
<phase>verify</phase>
149+
<phase>validate</phase>
150150
<goals>
151151
<goal>display-dependency-updates</goal>
152152
<goal>display-parent-updates</goal>

0 commit comments

Comments
 (0)