From c69048d935be49cde68dc435452156dd862ff4d8 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Wed, 19 Jul 2017 00:04:21 -0700 Subject: [PATCH] Updated to Rome 1.7.4. --- build.gradle | 2 +- kobalt/src/Build.kt | 11 +++++------ .../java/net/thauvin/erik/mobibot/ReleaseInfo.java | 4 ++-- src/main/java/net/thauvin/erik/mobibot/Mobibot.java | 6 ++---- version.properties | 2 +- 5 files changed, 11 insertions(+), 14 deletions(-) diff --git a/build.gradle b/build.gradle index 1eed98a..aa78bf4 100644 --- a/build.gradle +++ b/build.gradle @@ -60,7 +60,7 @@ dependencies { compile 'commons-net:commons-net:3.6' compile 'com.squareup.okhttp3:okhttp:3.8.1' - compile 'com.rometools:rome:1.7.3' + compile 'com.rometools:rome:1.7.4' compile 'org.apache.logging.log4j:log4j-slf4j-impl:2.8.2' compile 'org.json:json:20170516' diff --git a/kobalt/src/Build.kt b/kobalt/src/Build.kt index fadcbf4..a5cdf4b 100644 --- a/kobalt/src/Build.kt +++ b/kobalt/src/Build.kt @@ -57,15 +57,14 @@ val p = project { compile("pircbot:pircbot:1.5.0") //compileOnly("pircbot:pircbot::sources:1.5.0") - compile("org.apache.logging.log4j:log4j-api:2.8.2") - compile("org.apache.logging.log4j:log4j-core:2.8.2") + compile("org.apache.logging.log4j:log4j-api:2.8.2", + "org.apache.logging.log4j:log4j-core:2.8.2", + "org.apache.logging.log4j:log4j-slf4j-impl:jar:2.8.2") - compile("commons-cli:commons-cli:1.4") - - compile("commons-net:commons-net:3.6") + compile("commons-cli:commons-cli:1.4", "commons-net:commons-net:3.6") compile("com.squareup.okhttp3:okhttp:3.8.1") - compile("com.rometools:rome:1.7.3", "org.apache.logging.log4j:log4j-slf4j-impl:jar:2.8.2") + compile("com.rometools:rome:1.7.4") compile("org.json:json:20170516") compile("org.ostermiller:utils:1.07.00") diff --git a/src/generated/java/net/thauvin/erik/mobibot/ReleaseInfo.java b/src/generated/java/net/thauvin/erik/mobibot/ReleaseInfo.java index a173cdb..ffd7bb2 100644 --- a/src/generated/java/net/thauvin/erik/mobibot/ReleaseInfo.java +++ b/src/generated/java/net/thauvin/erik/mobibot/ReleaseInfo.java @@ -18,12 +18,12 @@ public final class ReleaseInfo { public final static String PROJECT = "mobibot"; public final static LocalDateTime BUILDDATE = - LocalDateTime.ofInstant(Instant.ofEpochMilli(1496304965310L), ZoneId.systemDefault()); + LocalDateTime.ofInstant(Instant.ofEpochMilli(1500447579392L), ZoneId.systemDefault()); public final static int MAJOR = 0; public final static int MINOR = 7; public final static int PATCH = 2; public final static String PRERELEASE = "beta"; - public final static String BUILDMETA = "027"; + public final static String BUILDMETA = "028"; /** * The full version string. diff --git a/src/main/java/net/thauvin/erik/mobibot/Mobibot.java b/src/main/java/net/thauvin/erik/mobibot/Mobibot.java index 8ca6474..69a0d13 100644 --- a/src/main/java/net/thauvin/erik/mobibot/Mobibot.java +++ b/src/main/java/net/thauvin/erik/mobibot/Mobibot.java @@ -63,10 +63,8 @@ public class Mobibot extends PircBot { */ public static final int CONNECT_TIMEOUT = 5000; - /** - * The empty title string. - */ - public static final String NO_TITLE = "No Title"; + // The empty title string. + static final String NO_TITLE = "No Title"; // The default port. private static final int DEFAULT_PORT = 6667; diff --git a/version.properties b/version.properties index 9ba0d36..bd7f2d3 100644 --- a/version.properties +++ b/version.properties @@ -5,4 +5,4 @@ version.major=0 version.minor=7 version.patch=2 version.prerelease=beta -version.buildmeta=027 +version.buildmeta=028