TGLW bug fix

This commit is contained in:
Timer
2026-02-02 23:29:47 +08:00
parent 9ec5552307
commit b4932d17c4
17 changed files with 55 additions and 54 deletions

View File

@ -1,8 +1,8 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>SIPAIIS_WMS</groupId>
<artifactId>SIPAIIS_WMS</artifactId>
<groupId>TGLW</groupId>
<artifactId>TGLW</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>war</packaging>
<properties>
@ -781,7 +781,7 @@
</dependency>
</dependencies>
<build>
<finalName>SIPAIIS_WMS</finalName>
<finalName>TGLW</finalName>
<resources>
<resource>
<directory>src/main/java</directory>