public interface ExternalVersionStrategy
| Modifier and Type | Method and Description |
|---|---|
String |
getVersion(org.apache.maven.project.MavenProject mavenProject)
Returns a new version based on some other source.
|
String getVersion(org.apache.maven.project.MavenProject mavenProject) throws ExternalVersionException
mavenProject - project which will be updated.ExternalVersionException - thrown if there is any problems loading the new version.Copyright © 2002–2019 The Apache Software Foundation. All rights reserved.