public interface VersionVisitor
| Modifier and Type | Method and Description |
|---|---|
String |
visit(String groupId,
String artifactId,
String version)
Given a coordinate, possibly modify the version.
|
String visit(String groupId, String artifactId, String version) throws org.apache.maven.plugin.MojoExecutionException
groupId - the groupIdartifactId - the artifactIdversion - the (possibly obsolete) versionorg.apache.maven.plugin.MojoExecutionExceptionCopyright © 2014–2019 SciJava. All rights reserved.