update maven settings

This commit is contained in:
2024-08-29 07:17:46 +10:00
parent f3d1e5cf89
commit 1c67a88aba

View File

@@ -3,8 +3,8 @@
<profile> <profile>
<id>publish</id> <id>publish</id>
<properties> <properties>
<altSnapshotDeploymentRepository>${env.DEPLOYMENT_REPOSITORY_ID}::${env.SNAPSHOT_DEPLOYMENT_REPOSITORY_URL}</altSnapshotDeploymentRepository> <altSnapshotDeploymentRepository>nexus::${env.SNAPSHOT_DEPLOYMENT_REPOSITORY_URL}</altSnapshotDeploymentRepository>
<altReleaseDeploymentRepository>${env.DEPLOYMENT_REPOSITORY_ID}::${env.RELEASE_DEPLOYMENT_REPOSITORY_URL}</altReleaseDeploymentRepository> <altReleaseDeploymentRepository>nexus::${env.RELEASE_DEPLOYMENT_REPOSITORY_URL}</altReleaseDeploymentRepository>
</properties> </properties>
</profile> </profile>
</profiles> </profiles>