Skip to content

Commit

Permalink
Fixed mojohaus#582
Browse files Browse the repository at this point in the history
 o Updated PomHelper to validate version properties also across parents.
  • Loading branch information
bzamfir committed Jul 13, 2022
1 parent cd712df commit 93bf1de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/it/it-update-properties-issue-582/verify.groovy
@@ -1,4 +1,4 @@
pom = new File( basedir, "pom.xml" ).text;

// expect outputTimestamp to be untouched
// expect api version to be changed to 3.0
assert pom =~ /<api>3.0<\/api>/

0 comments on commit 93bf1de

Please sign in to comment.