Example usage for org.apache.maven.artifact ArtifactUtils toSnapshotVersion

List of usage examples for org.apache.maven.artifact ArtifactUtils toSnapshotVersion

Introduction

In this page you can find the example usage for org.apache.maven.artifact ArtifactUtils toSnapshotVersion.

Prototype

public static String toSnapshotVersion(String version) 

Source Link

Usage

From source file:org.jboss.provisioning.wildfly.build.ArtifactItem.java

License:Apache License

/**
 * @return Returns the base version.
 */
public String getBaseVersion() {
    return ArtifactUtils.toSnapshotVersion(version);
}