Skip to content

Commit

Permalink
Misc. updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
ethauvin committed Nov 3, 2018
1 parent 4028bb2 commit 396efca
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
11 changes: 6 additions & 5 deletions examples/java/version.properties
Original file line number Diff line number Diff line change
@@ -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
9 changes: 5 additions & 4 deletions examples/kotlin/version.properties
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 396efca

Please sign in to comment.