Update template/pom.xml

This commit is contained in:
2024-08-05 17:36:33 +08:00
parent 09521ec727
commit 8e9eeb5398

View File

@@ -190,14 +190,12 @@
<distributionManagement>
<repository>
<id>libs-releases</id>
<name>byteawake-releases</name>
<url>https://repo.byteawake.com/artifactory/libs-releases</url>
<id>zeroware-maven-releases</id>
<url>https://repo.byteawake.com/repository/zeroware-maven-releases/</url>
</repository>
<snapshotRepository>
<id>libs-snapshots</id>
<name>byteawake-snapshots</name>
<url>https://repo.byteawake.com/artifactory/libs-snapshots</url>
<id>zeroware-maven-snapshots</id>
<url>https://repo.byteawake.com/repository/zeroware-maven-snapshots/</url>
</snapshotRepository>
</distributionManagement>