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 f8b09d9  Version update
f8b09d9 is described below

commit f8b09d9d71709148d22c2096bc6199fcfb5dffcf
Author: Dmitriy Pavlov <[email protected]>
AuthorDate: Thu Dec 13 18:47:28 2018 +0300

    Version update
---
 .../src/main/java/org/apache/ignite/ci/web/model/Version.java         | 3 ++-
 ignite-tc-helper-web/src/main/webapp/js/common-1.6.js                 | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git 
a/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/web/model/Version.java
 
b/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/web/model/Version.java
index dc54cc7..b9438be 100644
--- 
a/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/web/model/Version.java
+++ 
b/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/web/model/Version.java
@@ -25,7 +25,7 @@ package org.apache.ignite.ci.web.model;
     public static final String GITHUB_REF = 
"https://github.com/apache/ignite-teamcity-bot";;
 
     /** TC Bot Version. */
-    public static final String VERSION = "20181211";
+    public static final String VERSION = "20181213";
 
     /** TC Bot Version. */
     public String version = VERSION;
@@ -37,6 +37,7 @@ package org.apache.ignite.ci.web.model;
     public String ignVerFull;
 
     /** TC Bot GitHub Mirror. */
+    @Deprecated
     public String srcWebUrl = GITHUB_REF;
 
     /** TC Bot GitHub Mirror. */
diff --git a/ignite-tc-helper-web/src/main/webapp/js/common-1.6.js 
b/ignite-tc-helper-web/src/main/webapp/js/common-1.6.js
index fe601e2..b6a36ce 100644
--- a/ignite-tc-helper-web/src/main/webapp/js/common-1.6.js
+++ b/ignite-tc-helper-web/src/main/webapp/js/common-1.6.js
@@ -79,8 +79,8 @@ function showVersionInfo(result) {
     var res = "<hr>";
     res += "<small><a 
href='https://cwiki.apache.org/confluence/display/IGNITE/Apache+Ignite+Teamcity+Bot'>Apache
 Ignite Teamcity Bot</a>, V" + result.version + ", ";
 
-    if (isDefinedAndFilled(result.srcWebUrl)) {
-        res += "<a href='" + result.srcWebUrl + "'>source code (GitHub)</a>";
+    if (isDefinedAndFilled(result.gitHubMirror)) {
+        res += "<a href='" + result.gitHubMirror + "'>source code 
(GitHub)</a>";
     }
 
     if (isDefinedAndFilled(result.apacheGitUrl)) {

Reply via email to