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/08/18 18:15:49 UTC

[ignite-teamcity-bot] branch master updated: Bot switched to Ignite 2.7.6-RC0

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 28b86f5  Bot switched to Ignite 2.7.6-RC0
28b86f5 is described below

commit 28b86f5b32f1bd8c5644dcfe9f28512b0276821b
Author: Dmitriy Pavlov <dp...@apache.org>
AuthorDate: Sun Aug 18 21:15:41 2019 +0300

    Bot switched to Ignite 2.7.6-RC0
---
 build.gradle | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/build.gradle b/build.gradle
index 43f7f5a..c47e10c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -47,7 +47,7 @@ allprojects {
         jettyVer = '9.4.12.v20180830'
 
         // ignVer = '2.7.0'
-        ignVer = '2.7.5'
+        ignVer = '2.7.6'
         //  ignVer = '2.7.0-SNAPSHOT'
 
         guavaVer = '26.0-jre'
@@ -66,9 +66,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-1464/"
+        }
 
         mavenCentral()
         mavenLocal()