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 026d983  update version
026d983 is described below

commit 026d9838f69bcd8c206e3884e9cee8305bb72fe4
Author: Dmitriy Pavlov <dpav...@apache.org>
AuthorDate: Fri Jan 11 18:34:30 2019 +0300

    update version
---
 .../src/main/java/org/apache/ignite/ci/web/model/Version.java        | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

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 b8177c7..99088c7 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
@@ -17,6 +17,9 @@
 
 package org.apache.ignite.ci.web.model;
 
+/**
+ * TC Bot version data.
+ */
 @SuppressWarnings("PublicField") public class Version {
     /** Default contact. */
     public static final String DEFAULT_CONTACT = "d...@ignite.apache.org";
@@ -25,7 +28,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 = "20181221";
+    public static final String VERSION = "20190111";
 
     /** TC Bot Version. */
     public String version = VERSION;

Reply via email to