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

Minor dependency update

parent 81266cbf
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 ...@@ -11,7 +11,7 @@ This page only gives very basic information, for the detailed information about
- develop branch is the current High Five development - develop branch is the current High Five development
Links Links
-------------- ---
- [Web Site](http://www.l2jserver.com) - [Web Site](http://www.l2jserver.com)
...@@ -19,8 +19,6 @@ Links ...@@ -19,8 +19,6 @@ Links
- [Live Support](https://gitter.im/L2J/L2J_Server) - [Live Support](https://gitter.im/L2J/L2J_Server)
- [Downloads](http://www.l2jserver.com/#downloads) - [Trello](https://trello.com/b/qjLoH966)
- [Documentation](https://bitbucket.org/l2jserver/l2j_server/wiki)
- [@l2jserver](https://twitter.com/l2jserver) - [@l2jserver](https://twitter.com/l2jserver)
\ No newline at end of file
...@@ -9,9 +9,12 @@ ...@@ -9,9 +9,12 @@
<maven.compiler.source>11</maven.compiler.source> <maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target> <maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <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 --> <!-- 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> <maven-assembly-plugin.version>3.1.1</maven-assembly-plugin.version>
</properties> </properties>
<dependencies> <dependencies>
...@@ -23,7 +26,7 @@ ...@@ -23,7 +26,7 @@
<dependency> <dependency>
<groupId>com.l2jserver</groupId> <groupId>com.l2jserver</groupId>
<artifactId>l2j-server-game</artifactId> <artifactId>l2j-server-game</artifactId>
<version>2.6.1.0-SNAPSHOT</version> <version>${l2j-server-game.version}</version>
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>
...@@ -46,7 +49,7 @@ ...@@ -46,7 +49,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId> <artifactId>maven-assembly-plugin</artifactId>
<version>${maven-assembly-plugin.version}</version> <version>${maven-assembly-plugin.version}</version><!--$NO-MVN-MAN-VER$-->
<executions> <executions>
<execution> <execution>
<phase>package</phase> <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