Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
kcs-koteswaradodda authored Oct 7, 2024
1 parent bb6bb5d commit 09ea36f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,14 +146,14 @@
<distributionManagement>
<repository>
<id>artifact-registry</id>
<url>artifactregistry://us-west1-maven.pkg.dev/som-rit-infrastructure-prod/public-maven</url>
<url>https://us-west1-maven.pkg.dev/som-rit-infrastructure-prod/public-maven</url>
</repository>
</distributionManagement>

<repositories>
<repository>
<id>artifact-registry</id>
<url>artifactregistry://us-west1-maven.pkg.dev/som-rit-infrastructure-prod/public-maven</url>
<url>https://us-west1-maven.pkg.dev/som-rit-infrastructure-prod/public-maven</url>
<releases>
<enabled>true</enabled>
</releases>
Expand All @@ -179,7 +179,7 @@
<configuration>
<!-- Deploy to GCP Artifact Registry -->
<repositoryId>artifact-registry</repositoryId>
<url>artifactregistry://us-west1-maven.pkg.dev/som-rit-infrastructure-prod/public-maven</url>
<url>https://us-west1-maven.pkg.dev/som-rit-infrastructure-prod/public-maven</url>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 09ea36f

Please sign in to comment.