From 568d1fb74471252e5f777d99f1dcf2adbb9477e7 Mon Sep 17 00:00:00 2001
From: Zoey76 <zoey_76@msn.com>
Date: Sat, 24 Aug 2019 16:19:26 -0300
Subject: [PATCH] Minor dependency update

---
 README.md |  6 ++----
 pom.xml   | 11 +++++++----
 2 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index c7ab90a368..0f232f2c34 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ This page only gives very basic information, for the detailed information about
 - develop branch is the current High Five development
 
 Links
---------------
+---
 
 - [Web Site](http://www.l2jserver.com)
 
@@ -19,8 +19,6 @@ Links
 
 - [Live Support](https://gitter.im/L2J/L2J_Server)
 
-- [Downloads](http://www.l2jserver.com/#downloads)
-
-- [Documentation](https://bitbucket.org/l2jserver/l2j_server/wiki)
+- [Trello](https://trello.com/b/qjLoH966)
 
 - [@l2jserver](https://twitter.com/l2jserver)
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index d7d5049eaf..df1b5006a1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,9 +9,12 @@
 		<maven.compiler.source>11</maven.compiler.source>
 		<maven.compiler.target>11</maven.compiler.target>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-		<slf4j.version>1.7.26</slf4j.version>
+		<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+		<slf4j.version>1.7.28</slf4j.version>
+		<!-- L2J -->
+		<l2j-server-game.version>2.6.1.0-SNAPSHOT</l2j-server-game.version>
 		<!-- Plugins -->
-		<maven-jar-plugin.version>3.1.1</maven-jar-plugin.version>
+		<maven-jar-plugin.version>3.1.2</maven-jar-plugin.version>
 		<maven-assembly-plugin.version>3.1.1</maven-assembly-plugin.version>
 	</properties>
 	<dependencies>
@@ -23,7 +26,7 @@
 		<dependency>
 			<groupId>com.l2jserver</groupId>
 			<artifactId>l2j-server-game</artifactId>
-			<version>2.6.1.0-SNAPSHOT</version>
+			<version>${l2j-server-game.version}</version>
 		</dependency>
 	</dependencies>
 	<build>
@@ -46,7 +49,7 @@
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-assembly-plugin</artifactId>
-				<version>${maven-assembly-plugin.version}</version>
+				<version>${maven-assembly-plugin.version}</version><!--$NO-MVN-MAN-VER$-->
 				<executions>
 					<execution>
 						<phase>package</phase>
-- 
GitLab