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

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

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

import java.io.File;

/**
 *
 * @author Victor Nazarov 
 */
public class VersionFile {
    String encoding = "UTF-8";
    File file;
    String type = "properties";
    Stability stability = new Stability();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy