File tree Expand file tree Collapse file tree 21 files changed +24
-24
lines changed Expand file tree Collapse file tree 21 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 70
70
# WARNING: If changing this value, also run these commands:
71
71
# cd ${IMPALA_HOME}/java
72
72
# mvn versions:set -DnewVersion=YOUR_NEW_VERSION
73
- export IMPALA_VERSION=4.5.0-SNAPSHOT
73
+ export IMPALA_VERSION=4.5.0-RELEASE
74
74
75
75
# Whether to build the backend on Avro C++ library or C.
76
76
# This is added temporarily to help transitioning from Avro C to C++ library.
Original file line number Diff line number Diff line change 22
22
# "-INTERNAL" appended. Parts of the code will look for this to distinguish
23
23
# between released and internal versions.
24
24
VERSION=${IMPALA_VERSION}
25
- GIT_HASH=$( git rev-parse HEAD 2> /dev/null )
25
+ GIT_HASH=da16bcd0fa14e91c9400dc8db79a02e396dd14d4
26
26
if [ -z $GIT_HASH ]
27
27
then
28
28
GIT_HASH=" Could not obtain git hash"
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ under the License.
23
23
<parent >
24
24
<groupId >org.apache.impala</groupId >
25
25
<artifactId >impala-parent</artifactId >
26
- <version >4.5.0-SNAPSHOT </version >
26
+ <version >4.5.0-RELEASE </version >
27
27
<relativePath >../java/pom.xml</relativePath >
28
28
</parent >
29
29
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<groupId >org.apache.impala</groupId >
24
24
<artifactId >impala-parent</artifactId >
25
- <version >4.5.0-SNAPSHOT </version >
25
+ <version >4.5.0-RELEASE </version >
26
26
</parent >
27
27
<modelVersion >4.0.0</modelVersion >
28
28
<artifactId >nested-table-flattener</artifactId >
Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ under the License.
22
22
<parent >
23
23
<groupId >org.apache.impala</groupId >
24
24
<artifactId >impala-parent</artifactId >
25
- <version >4.5.0-SNAPSHOT </version >
25
+ <version >4.5.0-RELEASE </version >
26
26
</parent >
27
27
<modelVersion >4.0.0</modelVersion >
28
28
29
29
<artifactId >calcite-planner</artifactId >
30
- <version >4.5.0-SNAPSHOT </version >
30
+ <version >4.5.0-RELEASE </version >
31
31
<packaging >jar</packaging >
32
32
33
33
<name >calcite-planner</name >
@@ -36,7 +36,7 @@ under the License.
36
36
<dependency >
37
37
<groupId >org.apache.impala</groupId >
38
38
<artifactId >impala-frontend</artifactId >
39
- <version >4.5.0-SNAPSHOT </version >
39
+ <version >4.5.0-RELEASE </version >
40
40
</dependency >
41
41
<dependency >
42
42
<groupId >org.apache.calcite</groupId >
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ under the License.
23
23
<parent >
24
24
<groupId >org.apache.impala</groupId >
25
25
<artifactId >impala-parent</artifactId >
26
- <version >4.5.0-SNAPSHOT </version >
26
+ <version >4.5.0-RELEASE </version >
27
27
</parent >
28
28
<modelVersion >4.0.0</modelVersion >
29
29
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ under the License.
34
34
<parent >
35
35
<groupId >org.apache.impala</groupId >
36
36
<artifactId >impala-parent</artifactId >
37
- <version >4.5.0-SNAPSHOT </version >
37
+ <version >4.5.0-RELEASE </version >
38
38
</parent >
39
39
<modelVersion >4.0.0</modelVersion >
40
40
<groupId >org.apache.impala</groupId >
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >org.apache.impala</groupId >
25
25
<artifactId >impala-data-source</artifactId >
26
- <version >4.5.0-SNAPSHOT </version >
26
+ <version >4.5.0-RELEASE </version >
27
27
</parent >
28
28
<artifactId >impala-data-source-api</artifactId >
29
29
<name >Apache Impala External Data Source API</name >
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >org.apache.impala</groupId >
25
25
<artifactId >impala-data-source</artifactId >
26
- <version >4.5.0-SNAPSHOT </version >
26
+ <version >4.5.0-RELEASE </version >
27
27
</parent >
28
28
<artifactId >impala-data-source-jdbc</artifactId >
29
29
<name >Apache Impala External Data Source JDBC Library</name >
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<groupId >org.apache.impala</groupId >
24
24
<artifactId >impala-parent</artifactId >
25
- <version >4.5.0-SNAPSHOT </version >
25
+ <version >4.5.0-RELEASE </version >
26
26
</parent >
27
27
<modelVersion >4.0.0</modelVersion >
28
28
<artifactId >impala-data-source</artifactId >
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >org.apache.impala</groupId >
25
25
<artifactId >impala-data-source</artifactId >
26
- <version >4.5.0-SNAPSHOT </version >
26
+ <version >4.5.0-RELEASE </version >
27
27
</parent >
28
28
<artifactId >impala-data-source-sample</artifactId >
29
29
<name >Apache Impala External Data Source Sample</name >
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >org.apache.impala</groupId >
25
25
<artifactId >impala-data-source</artifactId >
26
- <version >4.5.0-SNAPSHOT </version >
26
+ <version >4.5.0-RELEASE </version >
27
27
</parent >
28
28
<artifactId >impala-data-source-test</artifactId >
29
29
<name >Apache Impala External Data Source Test Library</name >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ under the License.
22
22
<parent >
23
23
<groupId >org.apache.impala</groupId >
24
24
<artifactId >impala-parent</artifactId >
25
- <version >4.5.0-SNAPSHOT </version >
25
+ <version >4.5.0-RELEASE </version >
26
26
</parent >
27
27
<modelVersion >4.0.0</modelVersion >
28
28
@@ -36,7 +36,7 @@ under the License.
36
36
<dependency >
37
37
<groupId >org.apache.impala</groupId >
38
38
<artifactId >impala-frontend</artifactId >
39
- <version >4.5.0-SNAPSHOT </version >
39
+ <version >4.5.0-RELEASE </version >
40
40
</dependency >
41
41
</dependencies >
42
42
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ under the License.
21
21
<modelVersion >4.0.0</modelVersion >
22
22
<groupId >org.apache.impala</groupId >
23
23
<artifactId >impala-parent</artifactId >
24
- <version >4.5.0-SNAPSHOT </version >
24
+ <version >4.5.0-RELEASE </version >
25
25
<packaging >pom</packaging >
26
26
<name >Apache Impala Parent POM</name >
27
27
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ under the License.
23
23
<parent >
24
24
<groupId >org.apache.impala</groupId >
25
25
<artifactId >impala-parent</artifactId >
26
- <version >4.5.0-SNAPSHOT </version >
26
+ <version >4.5.0-RELEASE </version >
27
27
</parent >
28
28
<modelVersion >4.0.0</modelVersion >
29
29
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<groupId >org.apache.impala</groupId >
24
24
<artifactId >impala-parent</artifactId >
25
- <version >4.5.0-SNAPSHOT </version >
25
+ <version >4.5.0-RELEASE </version >
26
26
</parent >
27
27
<modelVersion >4.0.0</modelVersion >
28
28
<artifactId >query-event-hook-api</artifactId >
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ the same dependencies
27
27
<parent >
28
28
<groupId >org.apache.impala</groupId >
29
29
<artifactId >impala-parent</artifactId >
30
- <version >4.5.0-SNAPSHOT </version >
30
+ <version >4.5.0-RELEASE </version >
31
31
<relativePath >../../pom.xml</relativePath >
32
32
</parent >
33
33
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ though some of them might not be necessary. The exclusions are sorted alphabetic
25
25
<parent >
26
26
<groupId >org.apache.impala</groupId >
27
27
<artifactId >impala-parent</artifactId >
28
- <version >4.5.0-SNAPSHOT </version >
28
+ <version >4.5.0-RELEASE </version >
29
29
<relativePath >../../pom.xml</relativePath >
30
30
</parent >
31
31
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ under the License.
23
23
<parent >
24
24
<groupId >org.apache.impala</groupId >
25
25
<artifactId >impala-parent</artifactId >
26
- <version >4.5.0-SNAPSHOT </version >
26
+ <version >4.5.0-RELEASE </version >
27
27
</parent >
28
28
<modelVersion >4.0.0</modelVersion >
29
29
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ under the License.
22
22
<parent >
23
23
<groupId >org.apache.impala</groupId >
24
24
<artifactId >impala-parent</artifactId >
25
- <version >4.5.0-SNAPSHOT </version >
25
+ <version >4.5.0-RELEASE </version >
26
26
</parent >
27
27
<modelVersion >4.0.0</modelVersion >
28
28
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<groupId >org.apache.impala</groupId >
24
24
<artifactId >impala-parent</artifactId >
25
- <version >4.5.0-SNAPSHOT </version >
25
+ <version >4.5.0-RELEASE </version >
26
26
</parent >
27
27
<modelVersion >4.0.0</modelVersion >
28
28
<artifactId >yarn-extras</artifactId >
You can’t perform that action at this time.
0 commit comments