You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hawq.apache.org by "Ruilong Huo (JIRA)" <ji...@apache.org> on 2018/02/20 13:05:00 UTC

[jira] [Created] (HAWQ-1589) hawq version in pom.xml need to be bumped to 2.3 for Apache HAWQ 2.3.0.0-incubating Release

Ruilong Huo created HAWQ-1589:
---------------------------------

             Summary: 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
            Reporter: Ruilong Huo
            Assignee: Radar Lei
             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)