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 fdf1e5b Version updated: Selection of more suites added for trends
service; improved error handle
fdf1e5b is described below
commit fdf1e5b3e069fe837a0e3565664e10ede31b91d0
Author: Dmitriy Pavlov <[email protected]>
AuthorDate: Wed May 8 16:47:58 2019 +0300
Version updated: Selection of more suites added for trends service;
improved error handle
---
.../src/main/java/org/apache/ignite/ci/web/model/Version.java | 2 +-
1 file changed, 1 insertion(+), 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 a1a6119..618bb7c 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
@@ -28,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 = "20190430";
+ public static final String VERSION = "20190507";
/** Java version, where Web App is running. */
public String javaVer;