You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by "Ruilong Huo (JIRA)" <ji...@apache.org> on 2017/01/12 14:08:51 UTC

[jira] [Created] (HAWQ-1268) pom.xml need to be updated to reflect the correct version for apache hawq 2.1.0.0-incubating release

Ruilong Huo created HAWQ-1268:
---------------------------------

             Summary: 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
            Reporter: Ruilong Huo
            Assignee: David Yozie
             Fix For: 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. 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}

{noformat}
  <groupId>org.apache.hawq</groupId>
  <artifactId>hawq</artifactId>
  <version>2.0</version>
  <packaging>pom</packaging>
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)