This is an automated email from the ASF dual-hosted git repository. laszlog pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git
commit 1cf5bc6e7903bd2ce326cacffa1d8102b43c76ac Author: Michael Smith <[email protected]> AuthorDate: Tue Oct 3 16:39:27 2023 -0700 Update version to 4.4.0-SNAPSHOT Change-Id: I21c3b823c1b0db198d442d155c01d4cfd3a5c522 Reviewed-on: http://gerrit.cloudera.org:8080/20534 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- bin/impala-config.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/external-frontend/pom.xml | 4 ++-- 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, 18 insertions(+), 18 deletions(-) diff --git a/bin/impala-config.sh b/bin/impala-config.sh index ff71aa488..346c84523 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.3.0-SNAPSHOT +export IMPALA_VERSION=4.4.0-SNAPSHOT # Whether to build on Apache Hive (or CDP Hive). Versions of some toolchain dependencies # (e.g. thrift) will also depend on this. diff --git a/fe/pom.xml b/fe/pom.xml index feb544ed4..5c3630a81 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.3.0-SNAPSHOT</version> + <version>4.4.0-SNAPSHOT</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 e4061e909..82ba3dbb1 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.3.0-SNAPSHOT</version> + <version>4.4.0-SNAPSHOT</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 20230f612..98da6bccb 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.3.0-SNAPSHOT</version> + <version>4.4.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/java/executor-deps/pom.xml b/java/executor-deps/pom.xml index 25f6f6a68..21cc92648 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.3.0-SNAPSHOT</version> + <version>4.4.0-SNAPSHOT</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 c4b5bc8c0..4930d5e59 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.3.0-SNAPSHOT</version> + <version>4.4.0-SNAPSHOT</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 b8399f3a9..febc41a05 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.3.0-SNAPSHOT</version> + <version>4.4.0-SNAPSHOT</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 99bcae62a..f864e00a8 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.3.0-SNAPSHOT</version> + <version>4.4.0-SNAPSHOT</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 8ea768835..8d7e26acf 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.3.0-SNAPSHOT</version> + <version>4.4.0-SNAPSHOT</version> </parent> <artifactId>impala-data-source-test</artifactId> <name>Apache Impala External Data Source Test Library</name> diff --git a/java/external-frontend/pom.xml b/java/external-frontend/pom.xml index c29fd78fd..2ef11c764 100644 --- a/java/external-frontend/pom.xml +++ b/java/external-frontend/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.impala</groupId> <artifactId>impala-parent</artifactId> - <version>4.3.0-SNAPSHOT</version> + <version>4.4.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -36,7 +36,7 @@ under the License. <dependency> <groupId>org.apache.impala</groupId> <artifactId>impala-frontend</artifactId> - <version>4.3.0-SNAPSHOT</version> + <version>4.4.0-SNAPSHOT</version> </dependency> </dependencies> diff --git a/java/pom.xml b/java/pom.xml index b5d6d0250..863e32f5b 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.3.0-SNAPSHOT</version> + <version>4.4.0-SNAPSHOT</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 da437e03b..b49aac69d 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.3.0-SNAPSHOT</version> + <version>4.4.0-SNAPSHOT</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 18cec153d..e22e7c33b 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.3.0-SNAPSHOT</version> + <version>4.4.0-SNAPSHOT</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 aa755d1bf..d2fcb78d7 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.3.0-SNAPSHOT</version> + <version>4.4.0-SNAPSHOT</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 e45c04366..d733df151 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.3.0-SNAPSHOT</version> + <version>4.4.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/java/test-hive-udfs/pom.xml b/java/test-hive-udfs/pom.xml index 6af53c8ce..df8b7bf55 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.3.0-SNAPSHOT</version> + <version>4.4.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/java/yarn-extras/pom.xml b/java/yarn-extras/pom.xml index e9caa4aaa..468d6bb7d 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.3.0-SNAPSHOT</version> + <version>4.4.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>yarn-extras</artifactId>
