diff --git a/bin/impala-config.sh b/bin/impala-config.sh
index 6a3e8786f..ca13472ed 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.1.1-RELEASE
+export IMPALA_VERSION=4.1.2-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/fe/pom.xml b/fe/pom.xml
index 0b71cbb5b..72516726e 100644
--- a/fe/pom.xml
+++ b/fe/pom.xml
@@ -23,7 +23,7 @@ under the License.
org.apache.impala
impala-parent
- 4.1.1-RELEASE
+ 4.1.2-RELEASE
../java/pom.xml
4.0.0
diff --git a/java/TableFlattener/pom.xml b/java/TableFlattener/pom.xml
index 800c23b70..b6b423419 100644
--- a/java/TableFlattener/pom.xml
+++ b/java/TableFlattener/pom.xml
@@ -22,7 +22,7 @@
org.apache.impala
impala-parent
- 4.1.1-RELEASE
+ 4.1.2-RELEASE
4.0.0
nested-table-flattener
diff --git a/java/datagenerator/pom.xml b/java/datagenerator/pom.xml
index 386bf365e..bd23a533a 100644
--- a/java/datagenerator/pom.xml
+++ b/java/datagenerator/pom.xml
@@ -23,7 +23,7 @@ under the License.
org.apache.impala
impala-parent
- 4.1.1-RELEASE
+ 4.1.2-RELEASE
4.0.0
diff --git a/java/executor-deps/pom.xml b/java/executor-deps/pom.xml
index 0783ff06e..bd8a0e99f 100644
--- a/java/executor-deps/pom.xml
+++ b/java/executor-deps/pom.xml
@@ -34,7 +34,7 @@ under the License.
org.apache.impala
impala-parent
- 4.1.1-RELEASE
+ 4.1.2-RELEASE
4.0.0
org.apache.impala
diff --git a/java/ext-data-source/api/pom.xml b/java/ext-data-source/api/pom.xml
index d93658a8b..5e74d9a72 100644
--- a/java/ext-data-source/api/pom.xml
+++ b/java/ext-data-source/api/pom.xml
@@ -23,7 +23,7 @@
org.apache.impala
impala-data-source
- 4.1.1-RELEASE
+ 4.1.2-RELEASE
impala-data-source-api
Apache Impala External Data Source API
diff --git a/java/ext-data-source/pom.xml b/java/ext-data-source/pom.xml
index 6d52a2d5e..a5acceab1 100644
--- a/java/ext-data-source/pom.xml
+++ b/java/ext-data-source/pom.xml
@@ -22,7 +22,7 @@
org.apache.impala
impala-parent
- 4.1.1-RELEASE
+ 4.1.2-RELEASE
4.0.0
impala-data-source
diff --git a/java/ext-data-source/sample/pom.xml b/java/ext-data-source/sample/pom.xml
index 40553a45c..69753a80e 100644
--- a/java/ext-data-source/sample/pom.xml
+++ b/java/ext-data-source/sample/pom.xml
@@ -23,7 +23,7 @@
org.apache.impala
impala-data-source
- 4.1.1-RELEASE
+ 4.1.2-RELEASE
impala-data-source-sample
Apache Impala External Data Source Sample
diff --git a/java/ext-data-source/test/pom.xml b/java/ext-data-source/test/pom.xml
index 9140800b3..4a4fc0243 100644
--- a/java/ext-data-source/test/pom.xml
+++ b/java/ext-data-source/test/pom.xml
@@ -23,7 +23,7 @@
org.apache.impala
impala-data-source
- 4.1.1-RELEASE
+ 4.1.2-RELEASE
impala-data-source-test
Apache Impala External Data Source Test Library
diff --git a/java/pom.xml b/java/pom.xml
index 187212813..6b08f43e2 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -21,7 +21,7 @@ under the License.
4.0.0
org.apache.impala
impala-parent
- 4.1.1-RELEASE
+ 4.1.2-RELEASE
pom
Apache Impala Parent POM
diff --git a/java/query-event-hook-api/pom.xml b/java/query-event-hook-api/pom.xml
index 5608d9f93..18b4d4c76 100644
--- a/java/query-event-hook-api/pom.xml
+++ b/java/query-event-hook-api/pom.xml
@@ -22,7 +22,7 @@
org.apache.impala
impala-parent
- 4.1.1-RELEASE
+ 4.1.2-RELEASE
4.0.0
query-event-hook-api
diff --git a/java/shaded-deps/hive-exec/pom.xml b/java/shaded-deps/hive-exec/pom.xml
index 3f2f39294..83c6e2a80 100644
--- a/java/shaded-deps/hive-exec/pom.xml
+++ b/java/shaded-deps/hive-exec/pom.xml
@@ -27,7 +27,7 @@ the same dependencies
org.apache.impala
impala-parent
- 4.1.1-RELEASE
+ 4.1.2-RELEASE
../../pom.xml
4.0.0
diff --git a/java/shaded-deps/s3a-aws-sdk/pom.xml b/java/shaded-deps/s3a-aws-sdk/pom.xml
index 70ea94bfb..a5bfc40c2 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
org.apache.impala
impala-parent
- 4.1.1-RELEASE
+ 4.1.2-RELEASE
../../pom.xml
4.0.0
diff --git a/java/test-corrupt-hive-udfs/pom.xml b/java/test-corrupt-hive-udfs/pom.xml
index 92ba79bc0..8381b8290 100644
--- a/java/test-corrupt-hive-udfs/pom.xml
+++ b/java/test-corrupt-hive-udfs/pom.xml
@@ -23,7 +23,7 @@ under the License.
org.apache.impala
impala-parent
- 4.1.1-RELEASE
+ 4.1.2-RELEASE
4.0.0
diff --git a/java/test-hive-udfs/pom.xml b/java/test-hive-udfs/pom.xml
index 68d264219..4ce835dc9 100644
--- a/java/test-hive-udfs/pom.xml
+++ b/java/test-hive-udfs/pom.xml
@@ -22,7 +22,7 @@ under the License.
org.apache.impala
impala-parent
- 4.1.1-RELEASE
+ 4.1.2-RELEASE
4.0.0
diff --git a/java/yarn-extras/pom.xml b/java/yarn-extras/pom.xml
index 9b117dd6f..3007ea187 100644
--- a/java/yarn-extras/pom.xml
+++ b/java/yarn-extras/pom.xml
@@ -22,7 +22,7 @@
org.apache.impala
impala-parent
- 4.1.1-RELEASE
+ 4.1.2-RELEASE
4.0.0
yarn-extras