Misc. updates.
This commit is contained in:
parent
4028bb2ec8
commit
396efca16f
3 changed files with 12 additions and 10 deletions
|
@ -16,7 +16,7 @@ public final class GeneratedVersion {
|
|||
public final static String BUILDMETA_PREFIX = "+";
|
||||
|
||||
public final static String PROJECT = "Example";
|
||||
public final static Date BUILDDATE = new Date(1530837381991L);
|
||||
public final static Date BUILDDATE = new Date(1541197895495L);
|
||||
public final static int MAJOR = 2;
|
||||
public final static int MINOR = 17;
|
||||
public final static int PATCH = 52;
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
#Mon, 18 Jul 2016 17:33:54 -0700
|
||||
version.project=Example
|
||||
version.major=2
|
||||
version.minor=17
|
||||
version.patch=52
|
||||
#Generated by the Semver Plugin for Gradle
|
||||
#Wed Jul 11 00:11:38 PDT 2018
|
||||
version.prerelease=beta
|
||||
version.minor=17
|
||||
version.buildmeta=007
|
||||
version.patch=52
|
||||
version.major=2
|
||||
version.project=Example
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
#Mon, 18 Jul 2016 17:33:54 -0700
|
||||
version.project=Example
|
||||
version.major=2
|
||||
#Generated by the Semver Plugin for Gradle
|
||||
#Fri Nov 02 18:26:53 PDT 2018
|
||||
version.buildmeta=007
|
||||
version.major=3
|
||||
version.minor=17
|
||||
version.patch=52
|
||||
version.prerelease=beta
|
||||
version.buildmeta=007
|
||||
version.project=Example
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue