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

Updated Commons to Java 21

Updated Maven Wrapper to 3.2.0
Updated Maven to 3.9.5
Updated MariaDB Client to 3.3.1
Updated Hikari to 5.1.0
Updated MMO Core to 2.6.5.0
Updated JUnit to 5.10.1
Updated Dependency Check to 9.0.2
Updated Surefire to 3.2.2
parent dfba48e8
No related branches found
No related tags found
No related merge requests found
...@@ -2,4 +2,5 @@ target/ ...@@ -2,4 +2,5 @@ target/
.settings/ .settings/
.project .project
.classpath .classpath
*.iml *.iml
\ No newline at end of file /.idea/
\ No newline at end of file
No preview for this file type
...@@ -14,5 +14,5 @@ ...@@ -14,5 +14,5 @@
# KIND, either express or implied. See the License for the # KIND, either express or implied. See the License for the
# specific language governing permissions and limitations # specific language governing permissions and limitations
# under the License. # under the License.
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.1/apache-maven-3.8.1-bin.zip distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.5/apache-maven-3.9.5-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.1/maven-wrapper-3.1.1.jar wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar
jdk: before_install:
- openjdk17 - sdk install java 21-tem
\ No newline at end of file - sdk use java 21-tem
\ No newline at end of file
...@@ -2,31 +2,31 @@ ...@@ -2,31 +2,31 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.l2jserver</groupId> <groupId>com.l2jserver</groupId>
<artifactId>l2j-server-commons</artifactId> <artifactId>l2j-server-commons</artifactId>
<version>2.6.6.4</version> <version>2.6.7.0</version>
<name>L2J Server - Commons</name> <name>L2J Server - Commons</name>
<description>L2J Commons is a library used by login and game server implementations.</description> <description>L2J Commons is a library used by login and game server implementations.</description>
<url>https://bitbucket.org/l2jserver/l2j-server-commons/</url> <url>https://bitbucket.org/l2jserver/l2j-server-commons/</url>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.source>17</maven.compiler.source> <maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target> <maven.compiler.target>21</maven.compiler.target>
<slf4j.version>2.0.9</slf4j.version> <slf4j.version>2.0.9</slf4j.version>
<mariadb-java-client.version>3.2.0</mariadb-java-client.version> <mariadb-java-client.version>3.3.1</mariadb-java-client.version>
<HikariCP.version>5.0.1</HikariCP.version> <HikariCP.version>5.1.0</HikariCP.version>
<weupnp.version>0.1.4</weupnp.version> <weupnp.version>0.1.4</weupnp.version>
<!-- L2J --> <!-- L2J -->
<l2j-server-mmocore.version>2.6.4.0</l2j-server-mmocore.version> <l2j-server-mmocore.version>2.6.5.0</l2j-server-mmocore.version>
<!-- Test --> <!-- Test -->
<junit-jupiter.version>5.10.0</junit-jupiter.version> <junit-jupiter.version>5.10.1</junit-jupiter.version>
<!-- Plugins --> <!-- Plugins -->
<dependency-check-maven.version>8.4.1</dependency-check-maven.version> <dependency-check-maven.version>9.0.2</dependency-check-maven.version>
<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version> <maven-surefire-plugin.version>3.2.2</maven-surefire-plugin.version>
</properties> </properties>
<licenses> <licenses>
<license> <license>
<name>GPL 3.0</name> <name>GPL 3.0</name>
<url>http://www.gnu.org/licenses/gpl-3.0.html</url> <url>https://www.gnu.org/licenses/gpl-3.0.html</url>
</license> </license>
</licenses> </licenses>
<organization> <organization>
......
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