This is an automated email from the ASF dual-hosted git repository.
mpochatkin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
The following commit(s) were added to refs/heads/main by this push:
new 34dd194eb07 IGNITE-28319 Fix teamcity server repo (#7831)
34dd194eb07 is described below
commit 34dd194eb074dec4a7a11e199c756e40348839c9
Author: Vadim Pakhnushev <[email protected]>
AuthorDate: Fri Mar 20 13:58:09 2026 +0300
IGNITE-28319 Fix teamcity server repo (#7831)
---
.teamcity/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.teamcity/pom.xml b/.teamcity/pom.xml
index 529b4b8aab3..098874975dc 100644
--- a/.teamcity/pom.xml
+++ b/.teamcity/pom.xml
@@ -22,7 +22,7 @@
</repository>
<repository>
<id>teamcity-server</id>
- <url>http://ci.ignite.apache.org/app/dsl-plugins-repository</url>
+ <url>https://ci.ignite.apache.org/app/dsl-plugins-repository</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
@@ -101,4 +101,4 @@
<scope>compile</scope>
</dependency>
</dependencies>
-</project>
\ No newline at end of file
+</project>