
org.codehaus.mojo.versions.report.DisplayParentUpdateReport Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of versions-maven-plugin Show documentation
Show all versions of versions-maven-plugin Show documentation
Versions Plugin for Maven 2. The Versions Plugin updates the versions of components in the POM.
package org.codehaus.mojo.versions.report;
public class DisplayParentUpdateReport {
private ArtifactUpdate update;
public ArtifactUpdate getUpdate() {
return update;
}
public void setUpdate(ArtifactUpdate update) {
this.update = update;
}
}