You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2015/11/24 09:19:48 UTC

[13/50] [abbrv] ignite git commit: ignite-1.5 Changed update version url.

ignite-1.5 Changed update version url.


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/33ec73f9
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/33ec73f9
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/33ec73f9

Branch: refs/heads/ignite-1924
Commit: 33ec73f901ca5dba441c6ca4e118d55165f3d25e
Parents: c490de3
Author: Andrey <an...@gridgain.com>
Authored: Thu Nov 19 15:43:51 2015 +0700
Committer: Andrey <an...@gridgain.com>
Committed: Thu Nov 19 15:43:51 2015 +0700

----------------------------------------------------------------------
 .../main/java/org/apache/ignite/internal/GridUpdateNotifier.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/33ec73f9/modules/core/src/main/java/org/apache/ignite/internal/GridUpdateNotifier.java
----------------------------------------------------------------------
diff --git a/modules/core/src/main/java/org/apache/ignite/internal/GridUpdateNotifier.java b/modules/core/src/main/java/org/apache/ignite/internal/GridUpdateNotifier.java
index b6162ed..5d2cf35 100644
--- a/modules/core/src/main/java/org/apache/ignite/internal/GridUpdateNotifier.java
+++ b/modules/core/src/main/java/org/apache/ignite/internal/GridUpdateNotifier.java
@@ -141,7 +141,7 @@ class GridUpdateNotifier {
 
             this.ver = ver;
 
-            url = "http://tiny.cc/updater/update_status_ignite.php";
+            url = "http://ignite.run/update_status_ignite.php";
 
             this.gridName = gridName == null ? "null" : gridName;
             this.gw = gw;