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
While looking at XML renderers, I've noticed that they're now rendered incorrectly. Please hold the release. I'm fixing it.
<PluginUpdatesReport> <summary> <usingLastVersion>1</usingLastVersion> <nextVersionAvailable>1</nextVersionAvailable> <nextIncrementalAvailable>0</nextIncrementalAvailable> <nextMinorAvailable>10</nextMinorAvailable> <nextMajorAvailable>1</nextMajorAvailable> </summary> <pluginManagements> <pluginManagement> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-antrun-plugin</artifactId> <currentVersion>1.3</currentVersion> <nextVersion>1.4</nextVersion> <minors> <optional[minor]>1.4</optional[minor]> <optional[minor]>1.5</optional[minor]> <optional[minor]>1.6</optional[minor]> <optional[minor]>1.7</optional[minor]> <optional[minor]>1.8</optional[minor]> </minors> <majors> <optional[major]>3.0.0</optional[major]> <optional[major]>3.1.0</optional[major]> </majors> <status>minor available</status> </pluginManagement> ...
The text was updated successfully, but these errors were encountered:
Fixing mojohaus#755
af0b39f
bbfc8c0
mojohaus#754: Use Modello for XML reports; fixes mojohaus#755
cddf5a8
2eb1a6f
Successfully merging a pull request may close this issue.
While looking at XML renderers, I've noticed that they're now rendered incorrectly. Please hold the release. I'm fixing it.
The text was updated successfully, but these errors were encountered: