Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
L2j Server Datapack
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
L2j
L2j Server Datapack
Commits
568d1fb7
Commit
568d1fb7
authored
5 years ago
by
Zoey76
Browse files
Options
Downloads
Patches
Plain Diff
Minor dependency update
parent
421bc609
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+2
-4
2 additions, 4 deletions
README.md
pom.xml
+7
-4
7 additions, 4 deletions
pom.xml
with
9 additions
and
8 deletions
README.md
+
2
−
4
View file @
568d1fb7
...
...
@@ -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
This diff is collapsed.
Click to expand it.
pom.xml
+
7
−
4
View file @
568d1fb7
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment