You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Masatake Iwasaki (Jira)" <ji...@apache.org> on 2020/03/17 08:40:00 UTC

[jira] [Created] (BIGTOP-3328) Remove hard-coded version numbers from build.gradle

Masatake Iwasaki created BIGTOP-3328:
----------------------------------------

             Summary: Remove hard-coded version numbers from build.gradle
                 Key: BIGTOP-3328
                 URL: https://issues.apache.org/jira/browse/BIGTOP-3328
             Project: Bigtop
          Issue Type: Improvement
    Affects Versions: 1.4.0
            Reporter: Masatake Iwasaki


The following lines of bigtop-tests/smoke-tests/build.gradle looks outdated. Version numbers should be extracted from bigtop.bom.
{noformat}
  ext.groovyVersion = '2.4.10'
  ext.hadoopVersion = '2.7.4'
  ext.hbaseVersion = '1.1.9'
  ext.solrVersion = '4.6.0'
  ext.slf4jVersion = '1.6.6'
{noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)