Skip to content

Commit

Permalink
ci: artifact registry URLs for prod
Browse files Browse the repository at this point in the history
Change-Id: Ibb8c30900338489cf973cfdf05c2d869a64abe49
  • Loading branch information
suztomo committed Oct 2, 2024
1 parent c18d2ae commit c354ade
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app-gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ publishing {
repositories {
// For OSS Exit Gate
maven {
url = uri("artifactregistry://us-maven.pkg.dev/oss-exit-gate-dev/appengine-plugins--com-google-cloud-tools--mavencentral")
url = uri("artifactregistry://us-maven.pkg.dev/oss-exit-gate-prod/appengine-gradle-plugin--com-google-cloud-tools--maven-central")
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion app-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@
<distributionManagement>
<repository>
<id>gcp-artifact-registry-maven-plugin-releases</id>
<url>artifactregistry://us-maven.pkg.dev/oss-exit-gate-dev/appengine-plugins--com-google-cloud-tools--mavencentral</url>
<url>artifactregistry://us-maven.pkg.dev/oss-exit-gate-prod/appengine-maven-plugin--com-google-cloud-tools--maven-central</url>
</repository>
</distributionManagement>
</profile>
Expand Down
2 changes: 1 addition & 1 deletion appengine-plugins-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@
<distributionManagement>
<repository>
<id>gcp-artifact-registry-maven-plugin-releases</id>
<url>artifactregistry://us-maven.pkg.dev/oss-exit-gate-dev/appengine-plugins--com-google-cloud-tools--mavencentral</url>
<url>artifactregistry://us-maven.pkg.dev/oss-exit-gate-prod/appengine-plugins-core--com-google-cloud-tools--maven-central</url>
</repository>
</distributionManagement>
</profile>
Expand Down

0 comments on commit c354ade

Please sign in to comment.