diff --git a/examples/annotation-processor/java/build.gradle b/examples/annotation-processor/java/build.gradle index 1ccb9c8..1e2a6ec 100644 --- a/examples/annotation-processor/java/build.gradle +++ b/examples/annotation-processor/java/build.gradle @@ -1,7 +1,7 @@ plugins { id 'java' id 'application' - id "net.thauvin.erik.gradle.semver" version "0.9.4-beta" + id "net.thauvin.erik.gradle.semver" version "0.9.5-beta" } // ./gradlew diff --git a/examples/annotation-processor/java/src/generated/com/example/GeneratedVersion.java b/examples/annotation-processor/java/src/generated/com/example/GeneratedVersion.java index beca5c4..c3895b6 100644 --- a/examples/annotation-processor/java/src/generated/com/example/GeneratedVersion.java +++ b/examples/annotation-processor/java/src/generated/com/example/GeneratedVersion.java @@ -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(1530835680171L); - public final static int MAJOR = 1; - public final static int MINOR = 2; + public final static Date BUILDDATE = new Date(1531013360196L); + public final static int MAJOR = 2; + public final static int MINOR = 1; public final static int PATCH = 1; public final static String PRERELEASE = ""; public final static String BUILDMETA = ""; diff --git a/examples/annotation-processor/java/version.properties b/examples/annotation-processor/java/version.properties index 3377ded..397e0f5 100644 --- a/examples/annotation-processor/java/version.properties +++ b/examples/annotation-processor/java/version.properties @@ -1,7 +1,7 @@ #Generated by the Semver Plugin for Gradle -#Tue Jul 03 11:59:56 PDT 2018 +#Sat Jul 07 18:29:19 PDT 2018 version.prerelease= -version.minor=0 version.buildmeta= -version.patch=0 +version.patch=1 version.major=2 +version.minor=1 diff --git a/examples/annotation-processor/kotlin/build.gradle.kts b/examples/annotation-processor/kotlin/build.gradle.kts index b17889a..a6740f8 100644 --- a/examples/annotation-processor/kotlin/build.gradle.kts +++ b/examples/annotation-processor/kotlin/build.gradle.kts @@ -4,7 +4,7 @@ plugins { kotlin("jvm") version "1.2.50" application id("org.jetbrains.kotlin.kapt") version "1.2.50" - id("net.thauvin.erik.gradle.semver") version "0.9.4-beta" + id("net.thauvin.erik.gradle.semver") version "0.9.5-beta" } // ./gradlew @@ -33,8 +33,8 @@ application { } configure { - //properties = "example.properties" - //keysPrefix = "example." - //preReleaseKey = "release" - //buildMetaKey = "meta" +// properties = "example.properties" +// keysPrefix = "example." +// preReleaseKey = "release" +// buildMetaKey = "meta" } diff --git a/examples/annotation-processor/kotlin/version.properties b/examples/annotation-processor/kotlin/version.properties index 6049460..260c02c 100644 --- a/examples/annotation-processor/kotlin/version.properties +++ b/examples/annotation-processor/kotlin/version.properties @@ -1,7 +1,7 @@ #Generated by the Semver Plugin for Gradle -#Tue Jul 03 12:10:18 PDT 2018 +#Sat Jul 07 18:29:24 PDT 2018 version.prerelease= -version.minor=1 version.buildmeta= -version.patch=2 +version.patch=1 version.major=11 +version.minor=2 diff --git a/examples/java/build.gradle b/examples/java/build.gradle index 18922da..d9b30b4 100644 --- a/examples/java/build.gradle +++ b/examples/java/build.gradle @@ -1,7 +1,7 @@ plugins { id 'java' id 'application' - id "net.thauvin.erik.gradle.semver" version "0.9.4-beta" + id "net.thauvin.erik.gradle.semver" version "0.9.5-beta" } // ./gradlew @@ -31,10 +31,10 @@ test { } semver { - // properties = "example.properties" - // keysPrefix = "example." - // preReleaseKey = "release" - // buildMetaKey = "meta" +// properties = "example.properties" +// keysPrefix = "example." +// preReleaseKey = "release" +// buildMetaKey = "meta" } run { @@ -42,6 +42,6 @@ run { println "Version: $version" } - // args = ['example.properties'] +// args = ['example.properties'] args = ['version.properties'] } \ No newline at end of file diff --git a/examples/java/version.properties b/examples/java/version.properties index f6974cf..8a50be1 100644 --- a/examples/java/version.properties +++ b/examples/java/version.properties @@ -1,7 +1,7 @@ #Generated by the Semver Plugin for Gradle -#Sat Jul 07 01:16:12 PDT 2018 +#Sat Jul 07 18:29:10 PDT 2018 version.prerelease= version.buildmeta= -version.patch=2 +version.patch=1 version.major=1 -version.minor=0 +version.minor=1 diff --git a/examples/kotlin/build.gradle.kts b/examples/kotlin/build.gradle.kts index 51efc61..253c20d 100644 --- a/examples/kotlin/build.gradle.kts +++ b/examples/kotlin/build.gradle.kts @@ -3,7 +3,7 @@ import net.thauvin.erik.gradle.semver.SemverConfig plugins { kotlin("jvm") version "1.2.50" application - id("net.thauvin.erik.gradle.semver") version "0.9.4-beta" + id("net.thauvin.erik.gradle.semver") version "0.9.5-beta" } // ./gradlew @@ -27,10 +27,10 @@ application { } configure { - //properties = "example.properties" - //keysPrefix = "example." - //preReleaseKey = "release" - //buildMetaKey = "meta" +// properties = "example.properties" +// keysPrefix = "example." +// preReleaseKey = "release" +// buildMetaKey = "meta" } tasks { @@ -43,7 +43,7 @@ tasks { println("Version: $version") } - // args = listof("example.properties") +// args = listOf("example.properties") args = listOf("version.properties") } } diff --git a/examples/kotlin/version.properties b/examples/kotlin/version.properties index 5088bec..cd6ff2b 100644 --- a/examples/kotlin/version.properties +++ b/examples/kotlin/version.properties @@ -1,7 +1,7 @@ #Generated by the Semver Plugin for Gradle -#Sat Jul 07 00:50:57 PDT 2018 +#Sat Jul 07 18:29:14 PDT 2018 version.prerelease= version.buildmeta= -version.patch=0 +version.patch=1 version.major=1 -version.minor=0 +version.minor=2