versions icon indicating copy to clipboard operation
versions copied to clipboard

Versions Maven Plugin

Results 165 versions issues
Sort by recently updated
recently updated
newest added

This new goal resolves version ranges using historical information. Each resolved version is the latest version that has been published as of the date specified via the value specified in...

my project's parent pom is set to ``` org.codehaus.mojo mojo-parent 70 ``` 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...

Hey all, We have a use-case for `update-property` when the property is defined in the parent pom and the corresponding dependency is managed in the module. As an example, assume...

bug

Problem: mvn versions:show-dependency-updates shows newer versions that eventually need a higher Java version and are not compatible with a current project. Potential solution: Introduce a configuration setting javaVersion for the...

enhancement

It appears that the `dependency-updates-aggregate-report` goal is completely broken in 2.16.2. There is a workaround, but it requires linking to `doxia-core` 2.0.0-M6 (and not to a later version). All of...

What does it take to disable any/all reports for this plugin? I had it configured in the build section, but it popped up in site generation. So I tried adding...

My organization would like to use this tool, but we are not able to update our Java Version past 8 because we deploy to a highly regulated environment. Is there...

Sometimes I cannot upgrade to a new major version of a dependency yet. It would be useful to have the plugin report the newest version on each version level (major/minor/patch)....

### display-parent-updates follow-up First of all thank you for taking care of my PR #1016! I noticed it has been release as 2.16.2 but I used 2.17.0 in at-since javadoc...

Option 2 for #730 : Before : ![image](https://user-images.githubusercontent.com/5782559/196965019-966a9c21-a2b9-4326-ba17-f1b4ec2c1ecf.png) After with like beaks : ![image](https://user-images.githubusercontent.com/5782559/196965134-4bb5c42d-c845-4bf6-964f-c7b11c045528.png) After with list separator : ![image](https://user-images.githubusercontent.com/5782559/196977898-696c6f3f-5b8d-4d27-870d-fa3a4db10458.png)