Example usage for org.apache.maven.artifact.versioning ArtifactVersion interface-usage

List of usage examples for org.apache.maven.artifact.versioning ArtifactVersion interface-usage

Introduction

In this page you can find the example usage for org.apache.maven.artifact.versioning ArtifactVersion interface-usage.

Usage

From source file com.ebay.osgi.maven.compiler.osgi.OSGIArtifactVersion.java

public class OSGIArtifactVersion implements ArtifactVersion {
    private Integer buildNumber;

    private Integer incrementalVersion;

    private Integer majorVersion;

From source file com.insightfullogic.release.Version.java

/**
 * Unfortunately copied from DefaultArtifactVersion since extending it is
 * basically impossible.
 * 
 * Original author <a href="mailto:brett@apache.org">Brett Porter</a>
 */

From source file it.netsw.maven.buildhelper.OsgiArtifactVersion.java

/**
 * Default implementation of artifact versioning.
 *
 * @author Robert Scholte
 * @version $Id$
 */

From source file org.apache.tuscany.maven.bundle.plugin.OSGIArtifactVersion.java

public class OSGIArtifactVersion implements ArtifactVersion {
    private Integer buildNumber;

    private Integer incrementalVersion;

    private Integer majorVersion;

From source file org.apache.tuscany.maven.compiler.osgi.OSGIArtifactVersion.java

public class OSGIArtifactVersion implements ArtifactVersion {
    private Integer buildNumber;

    private Integer incrementalVersion;

    private Integer majorVersion;

From source file org.codehaus.mojo.buildhelper.OsgiArtifactVersion.java

/**
 * Default implementation of artifact versioning.
 *
 * @author Robert Scholte
 * @version $Id$
 */

From source file org.commonjava.emb.component.vscheme.SchemeAwareArtifactVersion.java

/**
 * Default implementation of artifact versioning.
 *
 * @author <a href="mailto:brett@apache.org">Brett Porter</a>
 * @version $Id$
 *