Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
L2j Server Login
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 Login
Commits
24b12abe
Commit
24b12abe
authored
1 year ago
by
Zoey76
Browse files
Options
Downloads
Patches
Plain Diff
Dependency Update
Fixing minor warning during compilation.
parent
7398c6bd
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
bitbucket-pipelines.yml
+11
-11
11 additions, 11 deletions
bitbucket-pipelines.yml
pom.xml
+3
-3
3 additions, 3 deletions
pom.xml
with
14 additions
and
14 deletions
bitbucket-pipelines.yml
+
11
−
11
View file @
24b12abe
...
...
@@ -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
This diff is collapsed.
Click to expand it.
pom.xml
+
3
−
3
View file @
24b12abe
...
...
@@ -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>
...
...
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