Uploaded image for project: 'Apache HAWQ'
  1. Apache HAWQ
  2. HAWQ-1589

hawq version in pom.xml need to be bumped to 2.3 for Apache HAWQ 2.3.0.0-incubating Release

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.3.0.0-incubating
    • 2.3.0.0-incubating
    • Build
    • None

    Description

      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>
      

      Attachments

        Issue Links

          Activity

            People

              huor Ruilong Huo
              huor Ruilong Huo
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: