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 (#10289) (#17709)

[upstream:035731be4abf712482021bcde2f2005dc445fbb1]

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored Mar 27, 2024
1 parent 118e07a commit b52ffdb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/10289.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
4 changes: 2 additions & 2 deletions .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 b52ffdb

Please sign in to comment.