This is an automated email from the ASF dual-hosted git repository. gaborkaszab pushed a commit to branch branch-4.2.0 in repository https://gitbox.apache.org/repos/asf/impala.git
commit 68f04a0c2ac5918b304a01ca63a07f586fafec22 Author: Daniel Becker <[email protected]> AuthorDate: Wed Nov 16 14:54:27 2022 +0100 Update version to 4.2.0-RELEASE Change-Id: I1a1a94f688b6b7c846a1beb19865492520d40b3b --- bin/impala-config.sh | 2 +- bin/save-version.sh | 2 +- fe/pom.xml | 2 +- java/TableFlattener/pom.xml | 2 +- java/datagenerator/pom.xml | 2 +- java/executor-deps/pom.xml | 2 +- java/ext-data-source/api/pom.xml | 2 +- java/ext-data-source/pom.xml | 2 +- java/ext-data-source/sample/pom.xml | 2 +- java/ext-data-source/test/pom.xml | 2 +- java/pom.xml | 2 +- java/query-event-hook-api/pom.xml | 2 +- java/shaded-deps/hive-exec/pom.xml | 2 +- java/shaded-deps/s3a-aws-sdk/pom.xml | 2 +- java/test-corrupt-hive-udfs/pom.xml | 2 +- java/test-hive-udfs/pom.xml | 2 +- java/yarn-extras/pom.xml | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/bin/impala-config.sh b/bin/impala-config.sh index 188f21879..8b8c51fbe 100755 --- a/bin/impala-config.sh +++ b/bin/impala-config.sh @@ -70,7 +70,7 @@ fi # WARNING: If changing this value, also run these commands: # cd ${IMPALA_HOME}/java # 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 # native-toolchain build when publishing its build artifacts. This should be changed when diff --git a/bin/save-version.sh b/bin/save-version.sh index 85e5f899e..2259a1a44 100755 --- a/bin/save-version.sh +++ b/bin/save-version.sh @@ -25,7 +25,7 @@ VERSION=${IMPALA_VERSION} GIT_HASH=$(git rev-parse HEAD 2> /dev/null) if [ -z $GIT_HASH ] then - GIT_HASH="Could not obtain git hash" + GIT_HASH=08a04d2495c2fb0968917ff29c37b08b7bea0a1f fi BUILD_TIME=`date` diff --git a/fe/pom.xml b/fe/pom.xml index ddfdd868e..51a484794 100644 --- a/fe/pom.xml +++ b/fe/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.impala</groupId> <artifactId>impala-parent</artifactId> - <version>4.2.0-SNAPSHOT</version> + <version>4.2.0-RELEASE</version> <relativePath>../java/pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/java/TableFlattener/pom.xml b/java/TableFlattener/pom.xml index d1195ae3d..2313998ec 100644 --- a/java/TableFlattener/pom.xml +++ b/java/TableFlattener/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.impala</groupId> <artifactId>impala-parent</artifactId> - <version>4.2.0-SNAPSHOT</version> + <version>4.2.0-RELEASE</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>nested-table-flattener</artifactId> diff --git a/java/datagenerator/pom.xml b/java/datagenerator/pom.xml index 16b9c1128..de4255ef1 100644 --- a/java/datagenerator/pom.xml +++ b/java/datagenerator/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.impala</groupId> <artifactId>impala-parent</artifactId> - <version>4.2.0-SNAPSHOT</version> + <version>4.2.0-RELEASE</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/java/executor-deps/pom.xml b/java/executor-deps/pom.xml index 4f1ea5029..00ac9ad1b 100644 --- a/java/executor-deps/pom.xml +++ b/java/executor-deps/pom.xml @@ -34,7 +34,7 @@ under the License. <parent> <groupId>org.apache.impala</groupId> <artifactId>impala-parent</artifactId> - <version>4.2.0-SNAPSHOT</version> + <version>4.2.0-RELEASE</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.impala</groupId> diff --git a/java/ext-data-source/api/pom.xml b/java/ext-data-source/api/pom.xml index 635dae872..dba1cd51f 100644 --- a/java/ext-data-source/api/pom.xml +++ b/java/ext-data-source/api/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.impala</groupId> <artifactId>impala-data-source</artifactId> - <version>4.2.0-SNAPSHOT</version> + <version>4.2.0-RELEASE</version> </parent> <artifactId>impala-data-source-api</artifactId> <name>Apache Impala External Data Source API</name> diff --git a/java/ext-data-source/pom.xml b/java/ext-data-source/pom.xml index 1d95c06bd..f9891a5ff 100644 --- a/java/ext-data-source/pom.xml +++ b/java/ext-data-source/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.impala</groupId> <artifactId>impala-parent</artifactId> - <version>4.2.0-SNAPSHOT</version> + <version>4.2.0-RELEASE</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>impala-data-source</artifactId> diff --git a/java/ext-data-source/sample/pom.xml b/java/ext-data-source/sample/pom.xml index a0470bbbe..766090276 100644 --- a/java/ext-data-source/sample/pom.xml +++ b/java/ext-data-source/sample/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.impala</groupId> <artifactId>impala-data-source</artifactId> - <version>4.2.0-SNAPSHOT</version> + <version>4.2.0-RELEASE</version> </parent> <artifactId>impala-data-source-sample</artifactId> <name>Apache Impala External Data Source Sample</name> diff --git a/java/ext-data-source/test/pom.xml b/java/ext-data-source/test/pom.xml index ab705312b..c59ac2a41 100644 --- a/java/ext-data-source/test/pom.xml +++ b/java/ext-data-source/test/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.impala</groupId> <artifactId>impala-data-source</artifactId> - <version>4.2.0-SNAPSHOT</version> + <version>4.2.0-RELEASE</version> </parent> <artifactId>impala-data-source-test</artifactId> <name>Apache Impala External Data Source Test Library</name> diff --git a/java/pom.xml b/java/pom.xml index 41ce4f0a7..86d5e5558 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -21,7 +21,7 @@ under the License. <modelVersion>4.0.0</modelVersion> <groupId>org.apache.impala</groupId> <artifactId>impala-parent</artifactId> - <version>4.2.0-SNAPSHOT</version> + <version>4.2.0-RELEASE</version> <packaging>pom</packaging> <name>Apache Impala Parent POM</name> diff --git a/java/query-event-hook-api/pom.xml b/java/query-event-hook-api/pom.xml index 9a41f76d9..82ea9e5f3 100644 --- a/java/query-event-hook-api/pom.xml +++ b/java/query-event-hook-api/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.impala</groupId> <artifactId>impala-parent</artifactId> - <version>4.2.0-SNAPSHOT</version> + <version>4.2.0-RELEASE</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>query-event-hook-api</artifactId> diff --git a/java/shaded-deps/hive-exec/pom.xml b/java/shaded-deps/hive-exec/pom.xml index 1b157ae91..8e020928d 100644 --- a/java/shaded-deps/hive-exec/pom.xml +++ b/java/shaded-deps/hive-exec/pom.xml @@ -27,7 +27,7 @@ the same dependencies <parent> <groupId>org.apache.impala</groupId> <artifactId>impala-parent</artifactId> - <version>4.2.0-SNAPSHOT</version> + <version>4.2.0-RELEASE</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/java/shaded-deps/s3a-aws-sdk/pom.xml b/java/shaded-deps/s3a-aws-sdk/pom.xml index 13978a242..74d46d4ba 100644 --- a/java/shaded-deps/s3a-aws-sdk/pom.xml +++ b/java/shaded-deps/s3a-aws-sdk/pom.xml @@ -25,7 +25,7 @@ though some of them might not be necessary. The exclusions are sorted alphabetic <parent> <groupId>org.apache.impala</groupId> <artifactId>impala-parent</artifactId> - <version>4.2.0-SNAPSHOT</version> + <version>4.2.0-RELEASE</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/java/test-corrupt-hive-udfs/pom.xml b/java/test-corrupt-hive-udfs/pom.xml index 07865d121..e9cf1fdd4 100644 --- a/java/test-corrupt-hive-udfs/pom.xml +++ b/java/test-corrupt-hive-udfs/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.impala</groupId> <artifactId>impala-parent</artifactId> - <version>4.2.0-SNAPSHOT</version> + <version>4.2.0-RELEASE</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/java/test-hive-udfs/pom.xml b/java/test-hive-udfs/pom.xml index 59f7b4b22..0ebea1f82 100644 --- a/java/test-hive-udfs/pom.xml +++ b/java/test-hive-udfs/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.impala</groupId> <artifactId>impala-parent</artifactId> - <version>4.2.0-SNAPSHOT</version> + <version>4.2.0-RELEASE</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/java/yarn-extras/pom.xml b/java/yarn-extras/pom.xml index 1d3b7924b..70270daef 100644 --- a/java/yarn-extras/pom.xml +++ b/java/yarn-extras/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.impala</groupId> <artifactId>impala-parent</artifactId> - <version>4.2.0-SNAPSHOT</version> + <version>4.2.0-RELEASE</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>yarn-extras</artifactId>
