Skip to content

Commit

Permalink
TeamCity: Update where we pull dependencies from, make server-api dep…
Browse files Browse the repository at this point in the history
…endency's version dynamic again (GoogleCloudPlatform#10289)
  • Loading branch information
SarahFrench authored and pawelJas committed May 16, 2024
1 parent 04bbee3 commit b6d84c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mmv1/third_party/terraform/.teamcity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</repository>
<repository>
<id>teamcity-server</id>
<url>https://teamcity.jetbrains.com/app/dsl-plugins-repository</url>
<url>https://hashicorp.teamcity.com/app/dsl-plugins-repository</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
Expand Down Expand Up @@ -136,7 +136,7 @@
<dependency>
<groupId>org.jetbrains.teamcity</groupId>
<artifactId>server-api</artifactId>
<version>2024.07-SNAPSHOT</version>
<version>${teamcity.dsl.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit b6d84c9

Please sign in to comment.