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

Dependency Update

Fixing minor warning during compilation.
parent 7398c6bd
No related branches found
No related tags found
No related merge requests found
......@@ -2,20 +2,20 @@ image: eclipse-temurin:21.0.1_12-jdk-ubi9-minimal
pipelines:
default:
- step:
- step:
caches:
- maven
- maven
script:
- /bin/sh mvnw install
- /bin/sh mvnw install
artifacts:
- target/*.zip
- step:
- target/*.zip
- step:
deployment: Production
script:
- pipe: atlassian/ftp-deploy:0.3.7
- pipe: atlassian/ftp-deploy:0.6.0
variables:
USER: $FTP_USER
PASSWORD: $FTP_PASSWORD
SERVER: $FTP_HOST
REMOTE_PATH: $FTP_REMOTE_PATH
LOCAL_PATH: 'target/'
\ No newline at end of file
USER: $FTP_USER
PASSWORD: $FTP_PASSWORD
SERVER: $FTP_HOST
REMOTE_PATH: $FTP_REMOTE_PATH
LOCAL_PATH: target/
\ No newline at end of file
......@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.l2jserver</groupId>
<artifactId>l2j-server-login</artifactId>
<version>2.6.7.0</version>
<version>2.6.7.1</version>
<name>L2J Login Server</name>
<description>L2J Login Server handles the game client authentication and login.</description>
<url>https://bitbucket.org/l2jserver/l2j-server-login/</url>
......@@ -17,7 +17,7 @@
<!-- L2J -->
<l2j-server-commons.version>2.6.7.0</l2j-server-commons.version>
<!-- Plugins -->
<dependency-check-maven.version>9.0.2</dependency-check-maven.version>
<dependency-check-maven.version>9.0.6</dependency-check-maven.version>
<maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
<maven-assembly-plugin.version>3.6.0</maven-assembly-plugin.version>
</properties>
......@@ -66,13 +66,13 @@
</dependency>
</dependencies>
<build>
<finalName>l2jlogin</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>${maven-jar-plugin.version}</version>
<configuration>
<finalName>l2jlogin</finalName>
<archive>
<manifest>
<addClasspath>true</addClasspath>
......
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