mirror of
https://github.com/apache/impala.git
synced 2025-12-19 18:12:08 -05:00
Update version to 4.2.0-RELEASE
Change-Id: I21b046a41803fafe6f3e39b564818fd5499c30fb
This commit is contained in:
@@ -70,7 +70,7 @@ fi
|
|||||||
# WARNING: If changing this value, also run these commands:
|
# WARNING: If changing this value, also run these commands:
|
||||||
# cd ${IMPALA_HOME}/java
|
# cd ${IMPALA_HOME}/java
|
||||||
# mvn versions:set -DnewVersion=YOUR_NEW_VERSION
|
# mvn versions:set -DnewVersion=YOUR_NEW_VERSION
|
||||||
export IMPALA_VERSION=4.2.0-SNAPSHOT
|
export IMPALA_VERSION=4.2.0-RELEASE
|
||||||
|
|
||||||
# The unique build id of the toolchain to use if bootstrapping. This is generated by the
|
# The unique build id of the toolchain to use if bootstrapping. This is generated by the
|
||||||
# native-toolchain build when publishing its build artifacts. This should be changed when
|
# native-toolchain build when publishing its build artifacts. This should be changed when
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ VERSION=${IMPALA_VERSION}
|
|||||||
GIT_HASH=$(git rev-parse HEAD 2> /dev/null)
|
GIT_HASH=$(git rev-parse HEAD 2> /dev/null)
|
||||||
if [ -z $GIT_HASH ]
|
if [ -z $GIT_HASH ]
|
||||||
then
|
then
|
||||||
GIT_HASH="Could not obtain git hash"
|
GIT_HASH=d3c3ae41c4aeb2dec9f55dacb3dfc357d16713a3
|
||||||
fi
|
fi
|
||||||
|
|
||||||
BUILD_TIME=`date`
|
BUILD_TIME=`date`
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ under the License.
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.impala</groupId>
|
<groupId>org.apache.impala</groupId>
|
||||||
<artifactId>impala-parent</artifactId>
|
<artifactId>impala-parent</artifactId>
|
||||||
<version>4.2.0-SNAPSHOT</version>
|
<version>4.2.0-RELEASE</version>
|
||||||
<relativePath>../java/pom.xml</relativePath>
|
<relativePath>../java/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.impala</groupId>
|
<groupId>org.apache.impala</groupId>
|
||||||
<artifactId>impala-parent</artifactId>
|
<artifactId>impala-parent</artifactId>
|
||||||
<version>4.2.0-SNAPSHOT</version>
|
<version>4.2.0-RELEASE</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>nested-table-flattener</artifactId>
|
<artifactId>nested-table-flattener</artifactId>
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ under the License.
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.impala</groupId>
|
<groupId>org.apache.impala</groupId>
|
||||||
<artifactId>impala-parent</artifactId>
|
<artifactId>impala-parent</artifactId>
|
||||||
<version>4.2.0-SNAPSHOT</version>
|
<version>4.2.0-RELEASE</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ under the License.
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.impala</groupId>
|
<groupId>org.apache.impala</groupId>
|
||||||
<artifactId>impala-parent</artifactId>
|
<artifactId>impala-parent</artifactId>
|
||||||
<version>4.2.0-SNAPSHOT</version>
|
<version>4.2.0-RELEASE</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.apache.impala</groupId>
|
<groupId>org.apache.impala</groupId>
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.impala</groupId>
|
<groupId>org.apache.impala</groupId>
|
||||||
<artifactId>impala-data-source</artifactId>
|
<artifactId>impala-data-source</artifactId>
|
||||||
<version>4.2.0-SNAPSHOT</version>
|
<version>4.2.0-RELEASE</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>impala-data-source-api</artifactId>
|
<artifactId>impala-data-source-api</artifactId>
|
||||||
<name>Apache Impala External Data Source API</name>
|
<name>Apache Impala External Data Source API</name>
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.impala</groupId>
|
<groupId>org.apache.impala</groupId>
|
||||||
<artifactId>impala-parent</artifactId>
|
<artifactId>impala-parent</artifactId>
|
||||||
<version>4.2.0-SNAPSHOT</version>
|
<version>4.2.0-RELEASE</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>impala-data-source</artifactId>
|
<artifactId>impala-data-source</artifactId>
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.impala</groupId>
|
<groupId>org.apache.impala</groupId>
|
||||||
<artifactId>impala-data-source</artifactId>
|
<artifactId>impala-data-source</artifactId>
|
||||||
<version>4.2.0-SNAPSHOT</version>
|
<version>4.2.0-RELEASE</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>impala-data-source-sample</artifactId>
|
<artifactId>impala-data-source-sample</artifactId>
|
||||||
<name>Apache Impala External Data Source Sample</name>
|
<name>Apache Impala External Data Source Sample</name>
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.impala</groupId>
|
<groupId>org.apache.impala</groupId>
|
||||||
<artifactId>impala-data-source</artifactId>
|
<artifactId>impala-data-source</artifactId>
|
||||||
<version>4.2.0-SNAPSHOT</version>
|
<version>4.2.0-RELEASE</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>impala-data-source-test</artifactId>
|
<artifactId>impala-data-source-test</artifactId>
|
||||||
<name>Apache Impala External Data Source Test Library</name>
|
<name>Apache Impala External Data Source Test Library</name>
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ under the License.
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.apache.impala</groupId>
|
<groupId>org.apache.impala</groupId>
|
||||||
<artifactId>impala-parent</artifactId>
|
<artifactId>impala-parent</artifactId>
|
||||||
<version>4.2.0-SNAPSHOT</version>
|
<version>4.2.0-RELEASE</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<name>Apache Impala Parent POM</name>
|
<name>Apache Impala Parent POM</name>
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.impala</groupId>
|
<groupId>org.apache.impala</groupId>
|
||||||
<artifactId>impala-parent</artifactId>
|
<artifactId>impala-parent</artifactId>
|
||||||
<version>4.2.0-SNAPSHOT</version>
|
<version>4.2.0-RELEASE</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>query-event-hook-api</artifactId>
|
<artifactId>query-event-hook-api</artifactId>
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ the same dependencies
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.impala</groupId>
|
<groupId>org.apache.impala</groupId>
|
||||||
<artifactId>impala-parent</artifactId>
|
<artifactId>impala-parent</artifactId>
|
||||||
<version>4.2.0-SNAPSHOT</version>
|
<version>4.2.0-RELEASE</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ though some of them might not be necessary. The exclusions are sorted alphabetic
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.impala</groupId>
|
<groupId>org.apache.impala</groupId>
|
||||||
<artifactId>impala-parent</artifactId>
|
<artifactId>impala-parent</artifactId>
|
||||||
<version>4.2.0-SNAPSHOT</version>
|
<version>4.2.0-RELEASE</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ under the License.
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.impala</groupId>
|
<groupId>org.apache.impala</groupId>
|
||||||
<artifactId>impala-parent</artifactId>
|
<artifactId>impala-parent</artifactId>
|
||||||
<version>4.2.0-SNAPSHOT</version>
|
<version>4.2.0-RELEASE</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ under the License.
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.impala</groupId>
|
<groupId>org.apache.impala</groupId>
|
||||||
<artifactId>impala-parent</artifactId>
|
<artifactId>impala-parent</artifactId>
|
||||||
<version>4.2.0-SNAPSHOT</version>
|
<version>4.2.0-RELEASE</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.impala</groupId>
|
<groupId>org.apache.impala</groupId>
|
||||||
<artifactId>impala-parent</artifactId>
|
<artifactId>impala-parent</artifactId>
|
||||||
<version>4.2.0-SNAPSHOT</version>
|
<version>4.2.0-RELEASE</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>yarn-extras</artifactId>
|
<artifactId>yarn-extras</artifactId>
|
||||||
|
|||||||
Reference in New Issue
Block a user