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-801 Commit: 33ec73f901ca5dba441c6ca4e118d55165f3d25e Parents: c490de3 Author: Andrey <[email protected]> Authored: Thu Nov 19 15:43:51 2015 +0700 Committer: Andrey <[email protected]> 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;
