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/05/17 13:24:53 UTC

[ignite-teamcity-bot] branch master updated: Applying RC-3 of Apache Ignite

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 0aee19b  Applying RC-3 of Apache Ignite
0aee19b is described below

commit 0aee19b911c6172a0e3fffd15198ec566f7eccc5
Author: Dmitriy Pavlov <dp...@apache.org>
AuthorDate: Fri May 17 16:24:45 2019 +0300

    Applying RC-3 of Apache Ignite
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 9fdacfd..d360d4b 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-1437/"
+            url "https://repository.apache.org/content/repositories/orgapacheignite-1438/"
         }
     }
 }