Temporarily using mobibot.mustache to fix CI until Semver 1.2.0 is out.
This commit is contained in:
parent
af090e7940
commit
8976686286
5 changed files with 38 additions and 8 deletions
|
@ -14,13 +14,13 @@ import java.time.*;
|
|||
public final class ReleaseInfo {
|
||||
public static final String PROJECT = "mobibot";
|
||||
public static final LocalDateTime BUILDDATE =
|
||||
LocalDateTime.ofInstant(Instant.ofEpochMilli(1556357432557L), ZoneId.systemDefault());
|
||||
LocalDateTime.ofInstant(Instant.ofEpochMilli(1556362138167L), ZoneId.systemDefault());
|
||||
public static final int MAJOR = 0;
|
||||
public static final int MINOR = 7;
|
||||
public static final int PATCH = 3;
|
||||
public static final String PRERELEASE = "beta";
|
||||
public static final String BUILDMETA = "430";
|
||||
public static final String VERSION = "0.7.3-beta+430";
|
||||
public static final String BUILDMETA = "438";
|
||||
public static final String VERSION = "0.7.3-beta+438";
|
||||
|
||||
/**
|
||||
* Disables the default constructor.
|
||||
|
|
|
@ -99,7 +99,7 @@ import java.util.StringTokenizer;
|
|||
* @since 1.0
|
||||
*/
|
||||
@SuppressWarnings("WeakerAccess")
|
||||
@Version(properties = "version.properties", className = "ReleaseInfo")
|
||||
@Version(properties = "version.properties", template = "mobibot.mustache", className = "ReleaseInfo")
|
||||
public class Mobibot extends PircBot {
|
||||
|
||||
// The default port.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue