We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
my project's parent pom is set to
<parent> <groupId>org.codehaus.mojo</groupId> <artifactId>mojo-parent</artifactId> <version>70</version> </parent>
When I invoke mvn versions:update-parent -DallowDowngrade=false -DparentVersion=[,79-!)
[INFO] --- versions:2.16.2:update-parent (default-cli) @ test-update-parent --- [INFO] Updating parent from 70 to 78
-> works fine.
However, when I invoke mvn versions:update-parent -DallowDowngrade=true -DparentVersion=[,79-!)
[INFO] --- versions:2.16.2:update-parent (default-cli) @ test-update-parent --- [INFO] Updating parent from 78 to 80
i.e. it does not respect the range.
With version 2.11.0 both cases work as expected. Maybe related to #670
The text was updated successfully, but these errors were encountered:
Reproduced.
Sorry, something went wrong.
Resolves mojohaus#1060: Bugfix in UpdateParentMojo + add tests
589ed03
c347e16
Resolves #1060: Bugfix in UpdateParentMojo + add tests (#1181)
a3ab213
andrzejj0
Successfully merging a pull request may close this issue.
my project's parent pom is set to
When I invoke
mvn versions:update-parent -DallowDowngrade=false -DparentVersion=[,79-!)
-> works fine.
However, when I invoke
mvn versions:update-parent -DallowDowngrade=true -DparentVersion=[,79-!)
i.e. it does not respect the range.
With version 2.11.0 both cases work as expected.
Maybe related to #670
The text was updated successfully, but these errors were encountered: