Update file pom.xml

This commit is contained in:
김정원
2025-04-23 08:05:49 +00:00
parent 97e390ec97
commit b52d626664

View File

@@ -51,11 +51,11 @@
<distributionManagement> <distributionManagement>
<repository> <repository>
<id>gitlab</id> <id>gitlab</id>
<url>https://gitlab.example.com/api/v4/projects/33469338/packages/maven</url> <url>https://gitlab.com/api/v4/projects/33469338/packages/maven</url>
</repository> </repository>
<snapshotRepository> <snapshotRepository>
<id>gitlab-maven</id> <id>gitlab-maven</id>
<url>https://gitlab.example.com/api/v4/projects/33469338/packages/maven</url> <url>https://gitlab.com/api/v4/projects/33469338/packages/maven</url>
</snapshotRepository> </snapshotRepository>
</distributionManagement> </distributionManagement>