[ https://issues.apache.org/jira/browse/HAWQ-1589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ruilong Huo updated HAWQ-1589: ------------------------------ Affects Version/s: 2.3.0.0-incubating > hawq version in pom.xml need to be bumped to 2.3 for Apache HAWQ > 2.3.0.0-incubating Release > ------------------------------------------------------------------------------------------- > > Key: HAWQ-1589 > URL: https://issues.apache.org/jira/browse/HAWQ-1589 > Project: Apache HAWQ > Issue Type: Bug > Components: Build > Affects Versions: 2.3.0.0-incubating > Reporter: Ruilong Huo > Assignee: Ruilong Huo > Priority: Major > Fix For: 2.3.0.0-incubating > > > Need to bump hawq version in pom.xml to 2.3 as RAT check for Apache HAWQ > 2.3.0.0-incubating Release shows wrong version. > ``` > Ruilongs-MBP:apache-hawq-src-2.3.0.0-incubating huor$ mvn verify > [INFO] Scanning for projects... > [INFO] > [INFO] > ------------------------------------------------------------------------ > [INFO] Building hawq 2.2 > [INFO] > ------------------------------------------------------------------------ > ... > [INFO] 3334 resources included (use -debug for more details) > [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, > generated: 0, approved: 3324 licenses. > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD SUCCESS > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 40.695 s > [INFO] Finished at: 2018-02-20T20:28:29+08:00 > [INFO] Final Memory: 14M/201M > [INFO] > ------------------------------------------------------------------------ > ``` > The fix is as below: > ``` > <groupId>org.apache.hawq</groupId> > <artifactId>hawq</artifactId> > <version>2.2</version> --> 2.3 > <packaging>pom</packaging> > ``` -- This message was sent by Atlassian JIRA (v7.6.3#76005)