[
https://issues.apache.org/jira/browse/HAWQ-1268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ed Espino closed HAWQ-1268.
---------------------------
Merged to master and 2.1.0.0-incubating
> pom.xml need to be updated to reflect the correct version for apache hawq
> 2.1.0.0-incubating release
> ----------------------------------------------------------------------------------------------------
>
> Key: HAWQ-1268
> URL: https://issues.apache.org/jira/browse/HAWQ-1268
> Project: Apache HAWQ
> Issue Type: Bug
> Components: Documentation
> Affects Versions: 2.1.0.0-incubating
> Reporter: Ruilong Huo
> Assignee: Ed Espino
> Fix For: 2.1.0.0-incubating, 2.2.0.0-incubating
>
>
> pom.xml need to be updated to reflect the correct version for apache hawq
> 2.1.0.0-incubating release. Otherwise, RAT check with shows wrong hawq
> version.
> {noformat}
> rhuo-mbp:apache-hawq-src-2.1.0.0-incubating rhuo$ mvn verify
> [INFO] Scanning for projects...
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building hawq 2.0
> [INFO]
> ------------------------------------------------------------------------
> Downloading:
> https://repo.maven.apache.org/maven2/org/apache/rat/apache-rat-plugin/0.12/apache-rat-plugin-0.12.pom
> Downloaded:
> https://repo.maven.apache.org/maven2/org/apache/rat/apache-rat-plugin/0.12/apache-rat-plugin-0.12.pom
> (10 KB at 1.1 KB/sec)
> Downloading:
> https://repo.maven.apache.org/maven2/org/apache/rat/apache-rat-project/0.12/apache-rat-project-0.12.pom
> Downloaded:
> https://repo.maven.apache.org/maven2/org/apache/rat/apache-rat-project/0.12/apache-rat-project-0.12.pom
> (24 KB at 0.8 KB/sec)
> Downloading:
> https://repo.maven.apache.org/maven2/org/apache/apache/17/apache-17.pom
> ...
> {noformat}
> To be specific, update
> {noformat}
> <groupId>org.apache.hawq</groupId>
> <artifactId>hawq</artifactId>
> <version>2.0</version>
> <packaging>pom</packaging>
> {noformat}
> to
> {noformat}
> <groupId>org.apache.hawq</groupId>
> <artifactId>hawq</artifactId>
> <version>2.1</version>
> <packaging>pom</packaging>
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)