Added test.

This commit is contained in:
Erik C. Thauvin 2016-02-03 13:12:21 -08:00
parent f9dd17da1f
commit ac2088aa54
10 changed files with 274 additions and 211 deletions

View file

@ -1,22 +1,23 @@
/*
* This file is automatically generated by the Semantic Version Annotation Processor.
* Do not modify this file -- YOUR CHANGES WILL BE ERASED!
* This file is automatically generated.
* Do not modify! -- ALL CHANGES WILL BE ERASED!
*/
package net.thauvin.erik.semver.example;
import java.util.Date;
/**
* This <code>GeneratedVersion</code> class provides semantic version information.
* Provides semantic version information.
*
* @author Semantic Version Annotation Processor
* @author <a href="https://github.com/ethauvin/semver">Semantic Version
* Annotation Processor</a>
*/
public final class GeneratedVersion {
private final static String buildmeta = "";
private final static Date date = new Date(1454031375359L);
private final static Date date = new Date(1454533811647L);
private final static int major = 3;
private final static int minor = 1;
private final static int patch = 37;
private final static int patch = 39;
private final static String prerelease = "beta";
private final static String project = "Example";