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

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

/*
 * Copyright 2015 Victor Nazarov .
 */
package com.github.sviperll.maven.plugin.versioning;

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy