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

pom.xml need to be updated to reflect the correct version for apache hawq 2.1.0.0-incubating release

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.1.0.0-incubating
    • 2.1.0.0-incubating
    • Documentation
    • 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>
      

      Attachments

        Activity

          People

            espino Ed Espino
            huor Ruilong Huo
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: