Skip to content
New issue

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

Regression: XML reports are serialized incorrectly #755

Closed
jarmoniak opened this issue Oct 13, 2022 · 0 comments · Fixed by #757
Closed

Regression: XML reports are serialized incorrectly #755

jarmoniak opened this issue Oct 13, 2022 · 0 comments · Fixed by #757
Labels
Milestone

Comments

@jarmoniak
Copy link
Contributor

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>
...
jarmoniak added a commit to jarmoniak/versions-maven-plugin that referenced this issue Oct 13, 2022
jarmoniak added a commit to jarmoniak/versions-maven-plugin that referenced this issue Oct 13, 2022
jarmoniak added a commit to jarmoniak/versions-maven-plugin that referenced this issue Oct 13, 2022
jarmoniak added a commit to jarmoniak/versions-maven-plugin that referenced this issue Oct 13, 2022
@slawekjaranowski slawekjaranowski added this to the 2.13.0 milestone Oct 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants