org.scijava.maven.plugin.util
Interface VersionVisitor


public interface VersionVisitor

A visitor to change versions of given groupId/artifactId/version triplets.

Author:
Johannes Schindelin

Method Summary
 String visit(String groupId, String artifactId, String version)
          Given a coordinate, possibly modify the version.
 

Method Detail

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 groupId
artifactId - the artifactId
version - the (possibly obsolete) version
Returns:
the new version
Throws:
org.apache.maven.plugin.MojoExecutionException


Copyright © 2014–2015 SciJava. All rights reserved.