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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
When running mvn versions:property-updates-report with formats set to xml, an xml report is generated.
mvn versions:property-updates-report
However, that report does not contain the current value of a property, but only the lastVersion if something can be updated.
lastVersion
It would be nice if currentVersion could be filled-in, as per https://github.com/mojohaus/versions/blob/dbf6d65cbe745eb8d7df778ec67eb401729f7ad3/versions-model-report/src/main/mdo/property-updates-report.mdo#LL113C27-L113C41.
currentVersion
Here is an example:
<property> <propertyName>surefire-plugin.version</propertyName> <propertyAssociations> <propertyAssociation> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> </propertyAssociation> </propertyAssociations> <lastVersion>3.1.2</lastVersion> <minors> <minor>3.1.0</minor> <minor>3.1.0-atlassian-1</minor> <minor>3.1.0-atlassian-2</minor> <minor>3.1.2</minor> </minors> <status>minor available</status> </property>
Version of the plugin used: 2.16.0
The text was updated successfully, but these errors were encountered:
This issue is stale because it has been open 365 days with no activity. Remove stale label or comment or this will be closed in 30 days.
Sorry, something went wrong.
Still a valid ticket
No branches or pull requests
Hello,
When running
mvn versions:property-updates-report
with formats set to xml, an xml report is generated.However, that report does not contain the current value of a property, but only the
lastVersion
if something can be updated.It would be nice if
currentVersion
could be filled-in, as per https://github.com/mojohaus/versions/blob/dbf6d65cbe745eb8d7df778ec67eb401729f7ad3/versions-model-report/src/main/mdo/property-updates-report.mdo#LL113C27-L113C41.Here is an example:
Version of the plugin used: 2.16.0
The text was updated successfully, but these errors were encountered: