Release LexianDEV v1.0.0
Build and publish release / Build and publish LexianDEV (push) Successful in 1m0s

This commit is contained in:
root
2026-08-04 19:54:23 +02:00
parent 3dc2915604
commit 7f869855c9
14 changed files with 58 additions and 54 deletions
+6 -5
View File
@@ -4,11 +4,12 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.lf1</groupId>
<artifactId>remotepacksync</artifactId>
<version>1.0.0</version>
<name>RemotePackSync</name>
<groupId>dev.lexian</groupId>
<artifactId>lexiandev</artifactId>
<version>v1.0.0</version>
<name>LexianDEV</name>
<description>Synchronizes a server resource-pack SHA-1 from a remote URL.</description>
<url>https://lexian.dev</url>
<properties>
<!-- Minecraft/Spigot 26.2 requires Java 25 at runtime. -->
@@ -49,7 +50,7 @@
</dependencies>
<build>
<finalName>RemotePackSync</finalName>
<finalName>LexianDEV</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>