diff --git a/README.md b/README.md index c7ab90a36854b6d07a2165e2a771db78d9273372..0f232f2c3444dc8aad153739225502c53b5d1e14 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 d7d5049eaffcc517ef9b33ac47cde8d9d57be854..df1b5006a1fef78dc5401074a9074e349b23d34c 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>