Fix for CIs.
This commit is contained in:
parent
92fd9c5b0d
commit
f0faf1fc02
3 changed files with 10 additions and 4 deletions
|
@ -11,4 +11,10 @@
|
|||
</Or>
|
||||
<Confidence value="2"/>
|
||||
</Match>
|
||||
<Match>
|
||||
<Class name="net.thauvin.erik.mobibot.Mobibot"/>
|
||||
<Method name="main"/>
|
||||
<Bug pattern="PATH_TRAVERSAL_OUT"/>
|
||||
<Confidence value="1"/>
|
||||
</Match>
|
||||
</FindBugsFilter>
|
||||
|
|
|
@ -18,12 +18,12 @@ public final class ReleaseInfo {
|
|||
|
||||
public final static String PROJECT = "mobibot";
|
||||
public final static LocalDateTime BUILDDATE =
|
||||
LocalDateTime.ofInstant(Instant.ofEpochMilli(1531609684377L), ZoneId.systemDefault());
|
||||
LocalDateTime.ofInstant(Instant.ofEpochMilli(1531610141834L), ZoneId.systemDefault());
|
||||
public final static int MAJOR = 0;
|
||||
public final static int MINOR = 7;
|
||||
public final static int PATCH = 3;
|
||||
public final static String PRERELEASE = "beta";
|
||||
public final static String BUILDMETA = "011";
|
||||
public final static String BUILDMETA = "013";
|
||||
|
||||
/**
|
||||
* The full version string.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#Generated by the Semver Plugin for Gradle
|
||||
#Sat Jul 14 16:08:00 PDT 2018
|
||||
version.buildmeta=011
|
||||
#Sat Jul 14 16:15:40 PDT 2018
|
||||
version.buildmeta=013
|
||||
version.major=0
|
||||
version.minor=7
|
||||
version.patch=3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue