All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.sviperll.maven.plugin.versioning.Stability Maven / Gradle / Ivy

There is a newer version: 0.24-beta2
Show newest version
/*
 * Copyright 2015 Victor Nazarov .
 */
package com.github.sviperll.maven.plugin.versioning;

import java.util.Collections;
import java.util.List;

/**
 *
 * @author Victor Nazarov <[email protected]>
 */
public class Stability {
    String defaultStability = "unstable";
    List stableKinds = Collections.emptyList();
    List unstableKinds = Collections.emptyList();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy