Skip to content

Commit

Permalink
Modified the versions-maven-plugin phase in the display-versions prof…
Browse files Browse the repository at this point in the history
…ile to validate to make it easier to run.
  • Loading branch information
jonathanaustin committed Sep 6, 2024
1 parent 8c37f2f commit b6b6b96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* Update to latest plugin dependencies
* Latest plugin dependencies now have a minimum maven version of 3.6.3.
* Removed ReturnEmptyArrayRatherThanNull pmd rule that is no longer supported.
* Modified the versions-maven-plugin phase in the display-versions profile to validate to make it easier to run.

## 1.0.20
* Update plugin dependencies in bordertech_parent
Expand Down
2 changes: 1 addition & 1 deletion qa-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
<executions>
<execution>
<id>display-version-updates</id>
<phase>verify</phase>
<phase>validate</phase>
<goals>
<goal>display-dependency-updates</goal>
<goal>display-parent-updates</goal>
Expand Down

0 comments on commit b6b6b96

Please sign in to comment.