org.scijava.maven.plugin.util
Interface VersionVisitor
public interface VersionVisitor
A visitor to change versions of given groupId/artifactId/version triplets.
- Author:
- Johannes Schindelin
visit
String visit(String groupId,
String artifactId,
String version)
throws org.apache.maven.plugin.MojoExecutionException
- Given a coordinate, possibly modify the version.
- Parameters:
groupId - the groupIdartifactId - the artifactIdversion - the (possibly obsolete) version
- Returns:
- the new version
- Throws:
org.apache.maven.plugin.MojoExecutionException
Copyright © 2014 SciJava. All rights reserved.