IDEA properties updates, etc.

This commit is contained in:
Erik C. Thauvin 2018-07-02 23:12:25 -07:00
parent 81cefb1f32
commit 5561a7dfa0
11 changed files with 178 additions and 164 deletions

View file

@ -16,9 +16,9 @@ public final class GeneratedVersion {
public final static String BUILDMETA_PREFIX = "+";
public final static String PROJECT = "";
public final static Date BUILDDATE = new Date(1530560225038L);
public final static Date BUILDDATE = new Date(1530571116045L);
public final static int MAJOR = 1;
public final static int MINOR = 0;
public final static int MINOR = 1;
public final static int PATCH = 0;
public final static String PRERELEASE = "";
public final static String BUILDMETA = "";

View file

@ -1,7 +1,7 @@
#Generated by the Semver Plugin for Gradle
#Mon Jul 02 12:31:48 PDT 2018
#Mon Jul 02 21:58:49 PDT 2018
version.prerelease=
version.minor=0
version.buildmeta=
version.patch=0
version.patch=2
version.major=1
version.minor=0

View file

@ -3,7 +3,7 @@ buildscript {
mavenLocal()
}
dependencies {
classpath "net.thauvin.erik.gradle:semver:0.9.3-beta"
classpath "net.thauvin.erik.gradle:semver:0.9.4-beta"
}
}
@ -37,7 +37,7 @@ run {
}
semver {
properties = "test.properties"
keysPrefix = "test."
properties = "example.properties"
keysPrefix = "example."
buildMetaKey = "meta"
}

View file

@ -0,0 +1,7 @@
#Generated by the Semver Plugin for Gradle
#Mon Jul 02 23:03:45 PDT 2018
example.major=1
example.meta=007
example.prerelease=
example.minor=1
example.patch=1

View file

@ -1,7 +0,0 @@
#Generated by the Semver Plugin for Gradle
#Sun Jul 01 13:20:13 PDT 2018
test.major=1
test.prerelease=
test.meta=
test.patch=0
test.minor=0

View file

@ -1,7 +1,7 @@
#Generated by the Semver Plugin for Gradle
#Sun Jul 01 13:11:20 PDT 2018
#Mon Jul 02 22:37:14 PDT 2018
version.prerelease=
version.buildmeta=
version.patch=0
version.patch=3
version.major=1
version.minor=0

View file

@ -0,0 +1,7 @@
#Generated by the Semver Plugin for Gradle
#Mon Jul 02 15:38:33 PDT 2018
version.prerelease=
version.minor=1
version.buildmeta=
version.patch=0
version.major=1