Skip to content

Commit bdce777

Browse files
committed
Update version to 4.4.1-RELEASE
Change-Id: I081f4b8f826ff005aaab7ec14d5369162f0fe106
1 parent 6edbf57 commit bdce777

File tree

19 files changed

+20
-20
lines changed

19 files changed

+20
-20
lines changed

bin/impala-config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ fi
7070
# WARNING: If changing this value, also run these commands:
7171
# cd ${IMPALA_HOME}/java
7272
# mvn versions:set -DnewVersion=YOUR_NEW_VERSION
73-
export IMPALA_VERSION=4.4.0-RELEASE
73+
export IMPALA_VERSION=4.4.1-RELEASE
7474

7575
# Whether to build on Apache Hive (or CDP Hive). Versions of some toolchain dependencies
7676
# (e.g. thrift) will also depend on this.

bin/save-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# "-INTERNAL" appended. Parts of the code will look for this to distinguish
2323
# between released and internal versions.
2424
VERSION=${IMPALA_VERSION}
25-
GIT_HASH=c9745fd5b941f52b3cd3496c425722fcbbffe894
25+
GIT_HASH=6edbf57651aa84652e0121fe9055e53c4d350871
2626
if [ -z $GIT_HASH ]
2727
then
2828
GIT_HASH="Could not obtain git hash"

fe/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.impala</groupId>
2525
<artifactId>impala-parent</artifactId>
26-
<version>4.4.0-RELEASE</version>
26+
<version>4.4.1-RELEASE</version>
2727
<relativePath>../java/pom.xml</relativePath>
2828
</parent>
2929
<modelVersion>4.0.0</modelVersion>

java/TableFlattener/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.impala</groupId>
2424
<artifactId>impala-parent</artifactId>
25-
<version>4.4.0-RELEASE</version>
25+
<version>4.4.1-RELEASE</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828
<artifactId>nested-table-flattener</artifactId>

java/datagenerator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.impala</groupId>
2525
<artifactId>impala-parent</artifactId>
26-
<version>4.4.0-RELEASE</version>
26+
<version>4.4.1-RELEASE</version>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>
2929

java/executor-deps/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ under the License.
3434
<parent>
3535
<groupId>org.apache.impala</groupId>
3636
<artifactId>impala-parent</artifactId>
37-
<version>4.4.0-RELEASE</version>
37+
<version>4.4.1-RELEASE</version>
3838
</parent>
3939
<modelVersion>4.0.0</modelVersion>
4040
<groupId>org.apache.impala</groupId>

java/ext-data-source/api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.impala</groupId>
2525
<artifactId>impala-data-source</artifactId>
26-
<version>4.4.0-RELEASE</version>
26+
<version>4.4.1-RELEASE</version>
2727
</parent>
2828
<artifactId>impala-data-source-api</artifactId>
2929
<name>Apache Impala External Data Source API</name>

java/ext-data-source/jdbc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.impala</groupId>
2525
<artifactId>impala-data-source</artifactId>
26-
<version>4.4.0-RELEASE</version>
26+
<version>4.4.1-RELEASE</version>
2727
</parent>
2828
<artifactId>impala-data-source-jdbc</artifactId>
2929
<name>Apache Impala External Data Source JDBC Library</name>

java/ext-data-source/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.impala</groupId>
2424
<artifactId>impala-parent</artifactId>
25-
<version>4.4.0-RELEASE</version>
25+
<version>4.4.1-RELEASE</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828
<artifactId>impala-data-source</artifactId>

java/ext-data-source/sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.impala</groupId>
2525
<artifactId>impala-data-source</artifactId>
26-
<version>4.4.0-RELEASE</version>
26+
<version>4.4.1-RELEASE</version>
2727
</parent>
2828
<artifactId>impala-data-source-sample</artifactId>
2929
<name>Apache Impala External Data Source Sample</name>

0 commit comments

Comments
 (0)