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/06/11 12:38:03 UTC

[ignite-teamcity-bot] branch master updated: Ignite 2.7.5 released. no need for staging

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 f9c4113  Ignite 2.7.5 released. no need for staging
f9c4113 is described below

commit f9c41133c7ad412dc3c0076569cce95064e9b8d3
Author: Dmitriy Pavlov <dp...@apache.org>
AuthorDate: Tue Jun 11 15:37:54 2019 +0300

    Ignite 2.7.5 released. no need for staging
---
 build.gradle | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/build.gradle b/build.gradle
index 284d375..1c2ddc3 100644
--- a/build.gradle
+++ b/build.gradle
@@ -62,9 +62,9 @@ allprojects {
 
     repositories {
         //uncomment for RC testing
-        maven {
-            url "https://repository.apache.org/content/repositories/orgapacheignite-1463/"
-        }
+       // maven {
+       //     url "https://repository.apache.org/content/repositories/orgapacheignite-1463/"
+       // }
     }
 }