All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.codehaus.mojo.versions.report.DisplayParentUpdateReport Maven / Gradle / Ivy

Go to download

Versions Plugin for Maven 2. The Versions Plugin updates the versions of components in the POM.

There is a newer version: 2.1.4
Show newest version
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;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy