We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5a0c7e commit 13b2048Copy full SHA for 13b2048
pom.xml
@@ -17,7 +17,7 @@
17
</modules>
18
19
<properties>
20
- <teamcity.version>8.1.2</teamcity.version>
+ <teamcity.version>10.0</teamcity.version>
21
<openapi.version>7.0.3</openapi.version>
22
<!-- Guava is provided by TeamCity, do not update version -->
23
<guava.version>13.0.1</guava.version>
@@ -38,6 +38,10 @@
38
</properties>
39
40
<repositories>
41
+ <repository>
42
+ <id>teamcity-repository</id>
43
+ <url>http://download.jetbrains.com/teamcity-repository</url>
44
+ </repository>
45
<repository>
46
<id>jetbrains-all</id>
47
<url>http://repository.jetbrains.com/all</url>
0 commit comments