versions
versions copied to clipboard
Versions Maven Plugin
Bumps [mockito-core](https://github.com/mockito/mockito) from 4.6.1 to 4.7.0. Release notes Sourced from mockito-core's releases. v4.7.0 Changelog generated by Shipkit Changelog Gradle Plugin 4.7.0 2022-08-13 - 33 commit(s) by 198812345678, Andy Coates, Chen...
Bumps [woodstox-core](https://github.com/FasterXML/woodstox) from 6.3.0 to 6.3.1. Commits 8f35b05 [maven-release-plugin] prepare release woodstox-core-6.3.1 0189b7c release failed, back to snapshot 50afc27 Update parent pom ref b69d35e Prepare for 6.3.1 release c91b5f4 Add...
  In this exemple, we can se how RC versions are treated differently from non RC versions, however Activation APIs are from same 2.0 Major and should be treated...
**[This is a feature request.]** As per Title, I would like to be able to update the ``,`` and `` sections inside the `` tag in the pom. It seems...
I think it would be convenient if I could specify versions to ignore directly in `pom.xml` under the `configuration` tag. Then I would not have the need to create an...
Some projects like spring boot has different version series, today, they have 2 release 2.7.2 and 2.6.10, if I use "`versions:update-parent -DallowSnapshots`", the plugin will ignore `parentVersion` and only find...
use-latest-releases ignores import scoped BOM dependencies Apache Maven 3.6.0 versions-maven-plugin 2.7 example: ``` org.springframework spring-framework-bom 4.0.1.RELEASE pom import org.springframework spring-context org.springframework spring-web ``` Expected result: spring-framework-bom managed version to be...
This issue https://github.com/mojohaus/versions-maven-plugin/issues/329 as seen on Maven 3.8.6 and versions-maven-plugin:2.11.0:display-plugin-updates Whatever the value of ``` 3.8.3 ``` It always complains ``` [INFO] All plugins with a version specified are using...
dependency-updates-report: limit to only artifacts that have updates and are in the dependency graph
I am curious if it can be possible to limit this report to only show dependencies that have updates and only show dependencies that are in the dependency graph? We...
I have a project with a dependency on another internal project in the `pom.xml`: ``` com.foomedia bar-utils 1.1.33-SNAPSHOT ``` and a custom repository from which it is resolved: ``` gitlab-maven...