You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by dp...@apache.org on 2019/04/29 11:24:15 UTC

[ignite-teamcity-bot] branch master updated: Version update for testing 2.7.5 release

This is an automated email from the ASF dual-hosted git repository.

dpavlov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-teamcity-bot.git


The following commit(s) were added to refs/heads/master by this push:
     new 5b72557  Version update for testing 2.7.5 release
5b72557 is described below

commit 5b72557edad86053019908cc245ac6b4616a909d
Author: Dmitriy Pavlov <dp...@apache.org>
AuthorDate: Mon Apr 29 14:21:22 2019 +0300

    Version update for testing 2.7.5 release
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 9e2bb31..9fdacfd 100644
--- a/build.gradle
+++ b/build.gradle
@@ -57,7 +57,7 @@ allprojects {
     repositories {
         //uncomment for RC testing
         maven {
-            url "https://repository.apache.org/content/repositories/orgapacheignite-1436/"
+            url "https://repository.apache.org/content/repositories/orgapacheignite-1437/"
         }
     }
 }