Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.1.0.0-incubating
-
None
Description
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.
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 ...
To be specific, update
<groupId>org.apache.hawq</groupId> <artifactId>hawq</artifactId> <version>2.0</version> <packaging>pom</packaging>
to
<groupId>org.apache.hawq</groupId> <artifactId>hawq</artifactId> <version>2.1</version> <packaging>pom</packaging>