Updated examples for 1.0.0.
This commit is contained in:
parent
6634ab3baf
commit
617c0b89ac
9 changed files with 19 additions and 15 deletions
|
@ -1,7 +1,7 @@
|
|||
plugins {
|
||||
id 'java'
|
||||
id 'application'
|
||||
id 'net.thauvin.erik.gradle.semver' version '0.9.9-beta'
|
||||
id 'net.thauvin.erik.gradle.semver' version '1.0.0'
|
||||
id 'com.github.ben-manes.versions' version '0.21.0'
|
||||
}
|
||||
|
||||
|
|
|
@ -13,16 +13,16 @@ import java.util.Date;
|
|||
*/
|
||||
public final class GeneratedVersion {
|
||||
public final static String PROJECT = "Java Example";
|
||||
public final static Date BUILDDATE = new Date(1556045173358L);
|
||||
public final static Date BUILDDATE = new Date(1556062927242L);
|
||||
public final static int MAJOR = 2;
|
||||
public final static int MINOR = 8;
|
||||
public final static int MINOR = 9;
|
||||
public final static int PATCH = 0;
|
||||
public final static String PRERELEASE = "";
|
||||
public final static String PRERELEASE_PREFIX = "-";
|
||||
public final static String BUILDMETA = "";
|
||||
public final static String BUILDMETA_PREFIX = "+";
|
||||
public final static String SEPARATOR = ".";
|
||||
public final static String VERSION = "2.8.0";
|
||||
public final static String VERSION = "2.9.0";
|
||||
|
||||
/**
|
||||
* Disables the default constructor.
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
#Generated by the Semver Plugin for Gradle
|
||||
#Tue Apr 23 11:46:10 PDT 2019
|
||||
#Tue Apr 23 16:42:04 PDT 2019
|
||||
version.buildmeta=
|
||||
version.major=2
|
||||
version.minor=8
|
||||
version.minor=9
|
||||
version.patch=0
|
||||
version.prerelease=
|
||||
version.project=Java Example
|
||||
version.semver=2.9.0
|
||||
|
|
|
@ -2,7 +2,7 @@ plugins {
|
|||
kotlin("jvm").version("1.3.30")
|
||||
application
|
||||
id("org.jetbrains.kotlin.kapt").version("1.3.30")
|
||||
id("net.thauvin.erik.gradle.semver").version("0.9.9-beta")
|
||||
id("net.thauvin.erik.gradle.semver").version("1.0.0")
|
||||
id("com.github.ben-manes.versions").version("0.21.0")
|
||||
}
|
||||
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
#Generated by the Semver Plugin for Gradle
|
||||
#Tue Apr 23 11:46:40 PDT 2019
|
||||
#Tue Apr 23 16:42:52 PDT 2019
|
||||
version.buildmeta=
|
||||
version.major=14
|
||||
version.minor=1
|
||||
version.minor=2
|
||||
version.patch=0
|
||||
version.prerelease=
|
||||
version.project=Kotlin Example
|
||||
version.semver=14.2.0
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
plugins {
|
||||
id 'java'
|
||||
id 'application'
|
||||
id 'net.thauvin.erik.gradle.semver' version '0.9.9-beta'
|
||||
id 'net.thauvin.erik.gradle.semver' version '1.0.0'
|
||||
id 'com.github.ben-manes.versions' version '0.21.0'
|
||||
}
|
||||
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
#Generated by the Semver Plugin for Gradle
|
||||
#Tue Apr 23 11:43:18 PDT 2019
|
||||
version.buildmeta=20190423114318
|
||||
#Tue Apr 23 16:37:45 PDT 2019
|
||||
version.buildmeta=20190423163745
|
||||
version.major=1
|
||||
version.minor=1
|
||||
version.patch=8
|
||||
version.prerelease=alpha
|
||||
version.semver=1.1.8-alpha+20190423163745
|
||||
|
|
|
@ -6,7 +6,7 @@ import java.time.format.DateTimeFormatter
|
|||
plugins {
|
||||
kotlin("jvm").version("1.3.30")
|
||||
application
|
||||
id("net.thauvin.erik.gradle.semver").version("0.9.9-beta")
|
||||
id("net.thauvin.erik.gradle.semver").version("1.0.0")
|
||||
id("com.github.ben-manes.versions").version("0.21.0")
|
||||
}
|
||||
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
#Generated by the Semver Plugin for Gradle
|
||||
#Tue Apr 23 11:45:33 PDT 2019
|
||||
version.buildmeta=20190423114533
|
||||
#Tue Apr 23 16:38:50 PDT 2019
|
||||
version.buildmeta=20190423163850
|
||||
version.major=1
|
||||
version.minor=2
|
||||
version.patch=4
|
||||
version.prerelease=beta
|
||||
version.semver=1.2.4-beta+20190423163850
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue