Skip to content

Commit 01bc47c

Browse files
committed
Release 4.5.0
Change-Id: Idb2fe419f645415cb1768095a0c537de75add13d
1 parent da16bcd commit 01bc47c

File tree

21 files changed

+24
-24
lines changed

21 files changed

+24
-24
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.5.0-SNAPSHOT
73+
export IMPALA_VERSION=4.5.0-RELEASE
7474

7575
# Whether to build the backend on Avro C++ library or C.
7676
# This is added temporarily to help transitioning from Avro C to C++ library.

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=$(git rev-parse HEAD 2> /dev/null)
25+
GIT_HASH=da16bcd0fa14e91c9400dc8db79a02e396dd14d4
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.5.0-SNAPSHOT</version>
26+
<version>4.5.0-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.5.0-SNAPSHOT</version>
25+
<version>4.5.0-RELEASE</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828
<artifactId>nested-table-flattener</artifactId>

java/calcite-planner/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ under the License.
2222
<parent>
2323
<groupId>org.apache.impala</groupId>
2424
<artifactId>impala-parent</artifactId>
25-
<version>4.5.0-SNAPSHOT</version>
25+
<version>4.5.0-RELEASE</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

2929
<artifactId>calcite-planner</artifactId>
30-
<version>4.5.0-SNAPSHOT</version>
30+
<version>4.5.0-RELEASE</version>
3131
<packaging>jar</packaging>
3232

3333
<name>calcite-planner</name>
@@ -36,7 +36,7 @@ under the License.
3636
<dependency>
3737
<groupId>org.apache.impala</groupId>
3838
<artifactId>impala-frontend</artifactId>
39-
<version>4.5.0-SNAPSHOT</version>
39+
<version>4.5.0-RELEASE</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>org.apache.calcite</groupId>

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.5.0-SNAPSHOT</version>
26+
<version>4.5.0-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.5.0-SNAPSHOT</version>
37+
<version>4.5.0-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.5.0-SNAPSHOT</version>
26+
<version>4.5.0-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.5.0-SNAPSHOT</version>
26+
<version>4.5.0-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.5.0-SNAPSHOT</version>
25+
<version>4.5.0-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.5.0-SNAPSHOT</version>
26+
<version>4.5.0-RELEASE</version>
2727
</parent>
2828
<artifactId>impala-data-source-sample</artifactId>
2929
<name>Apache Impala External Data Source Sample</name>

java/ext-data-source/test/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.5.0-SNAPSHOT</version>
26+
<version>4.5.0-RELEASE</version>
2727
</parent>
2828
<artifactId>impala-data-source-test</artifactId>
2929
<name>Apache Impala External Data Source Test Library</name>

java/external-frontend/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ under the License.
2222
<parent>
2323
<groupId>org.apache.impala</groupId>
2424
<artifactId>impala-parent</artifactId>
25-
<version>4.5.0-SNAPSHOT</version>
25+
<version>4.5.0-RELEASE</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

@@ -36,7 +36,7 @@ under the License.
3636
<dependency>
3737
<groupId>org.apache.impala</groupId>
3838
<artifactId>impala-frontend</artifactId>
39-
<version>4.5.0-SNAPSHOT</version>
39+
<version>4.5.0-RELEASE</version>
4040
</dependency>
4141
</dependencies>
4242

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ under the License.
2121
<modelVersion>4.0.0</modelVersion>
2222
<groupId>org.apache.impala</groupId>
2323
<artifactId>impala-parent</artifactId>
24-
<version>4.5.0-SNAPSHOT</version>
24+
<version>4.5.0-RELEASE</version>
2525
<packaging>pom</packaging>
2626
<name>Apache Impala Parent POM</name>
2727

java/puffin-data-generator/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.5.0-SNAPSHOT</version>
26+
<version>4.5.0-RELEASE</version>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>
2929

java/query-event-hook-api/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.5.0-SNAPSHOT</version>
25+
<version>4.5.0-RELEASE</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828
<artifactId>query-event-hook-api</artifactId>

java/shaded-deps/hive-exec/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ the same dependencies
2727
<parent>
2828
<groupId>org.apache.impala</groupId>
2929
<artifactId>impala-parent</artifactId>
30-
<version>4.5.0-SNAPSHOT</version>
30+
<version>4.5.0-RELEASE</version>
3131
<relativePath>../../pom.xml</relativePath>
3232
</parent>
3333
<modelVersion>4.0.0</modelVersion>

java/shaded-deps/s3a-aws-sdk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ though some of them might not be necessary. The exclusions are sorted alphabetic
2525
<parent>
2626
<groupId>org.apache.impala</groupId>
2727
<artifactId>impala-parent</artifactId>
28-
<version>4.5.0-SNAPSHOT</version>
28+
<version>4.5.0-RELEASE</version>
2929
<relativePath>../../pom.xml</relativePath>
3030
</parent>
3131
<modelVersion>4.0.0</modelVersion>

java/test-corrupt-hive-udfs/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.5.0-SNAPSHOT</version>
26+
<version>4.5.0-RELEASE</version>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>
2929

java/test-hive-udfs/pom.xml

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

java/yarn-extras/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.5.0-SNAPSHOT</version>
25+
<version>4.5.0-RELEASE</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828
<artifactId>yarn-extras</artifactId>

0 commit comments

Comments
 (0)