Skip to content
Snippets Groups Projects
Commit 568d1fb7 authored by Zoey76's avatar Zoey76
Browse files

Minor dependency update

parent 421bc609
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment