Skip to content

Commit 9a54c18

Browse files
authored
HIVE-27928: Preparing for 4.1.0 development (Denys Kuzmenko, reviewed by Attila Turoczy, Ayush Saxena)
Closes #4914
1 parent 3e48a01 commit 9a54c18

File tree

106 files changed

+9226
-122
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+9226
-122
lines changed

accumulo-handler/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.apache.hive</groupId>
1919
<artifactId>hive</artifactId>
20-
<version>4.0.0-beta-2-SNAPSHOT</version>
20+
<version>4.1.0-SNAPSHOT</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>hive-accumulo-handler</artifactId>

beeline/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.apache.hive</groupId>
1919
<artifactId>hive</artifactId>
20-
<version>4.0.0-beta-2-SNAPSHOT</version>
20+
<version>4.1.0-SNAPSHOT</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>hive-beeline</artifactId>

classification/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.apache.hive</groupId>
1919
<artifactId>hive</artifactId>
20-
<version>4.0.0-beta-2-SNAPSHOT</version>
20+
<version>4.1.0-SNAPSHOT</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>hive-classification</artifactId>

cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.apache.hive</groupId>
1919
<artifactId>hive</artifactId>
20-
<version>4.0.0-beta-2-SNAPSHOT</version>
20+
<version>4.1.0-SNAPSHOT</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>hive-cli</artifactId>

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.apache.hive</groupId>
1919
<artifactId>hive</artifactId>
20-
<version>4.0.0-beta-2-SNAPSHOT</version>
20+
<version>4.1.0-SNAPSHOT</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>hive-common</artifactId>

contrib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.apache.hive</groupId>
1919
<artifactId>hive</artifactId>
20-
<version>4.0.0-beta-2-SNAPSHOT</version>
20+
<version>4.1.0-SNAPSHOT</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>hive-contrib</artifactId>

druid-handler/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.apache.hive</groupId>
1919
<artifactId>hive</artifactId>
20-
<version>4.0.0-beta-2-SNAPSHOT</version>
20+
<version>4.1.0-SNAPSHOT</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>hive-druid-handler</artifactId>

hbase-handler/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.apache.hive</groupId>
1919
<artifactId>hive</artifactId>
20-
<version>4.0.0-beta-2-SNAPSHOT</version>
20+
<version>4.1.0-SNAPSHOT</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>hive-hbase-handler</artifactId>

hcatalog/core/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.hive.hcatalog</groupId>
2424
<artifactId>hive-hcatalog</artifactId>
25-
<version>4.0.0-beta-2-SNAPSHOT</version>
25+
<version>4.1.0-SNAPSHOT</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>hive-hcatalog-core</artifactId>

hcatalog/hcatalog-pig-adapter/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.hive.hcatalog</groupId>
2424
<artifactId>hive-hcatalog</artifactId>
25-
<version>4.0.0-beta-2-SNAPSHOT</version>
25+
<version>4.1.0-SNAPSHOT</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>hive-hcatalog-pig-adapter</artifactId>
@@ -152,7 +152,7 @@
152152
<dependency>
153153
<groupId>org.apache.hive</groupId>
154154
<artifactId>hive-standalone-metastore-server</artifactId>
155-
<version>4.0.0-beta-2-SNAPSHOT</version>
155+
<version>4.1.0-SNAPSHOT</version>
156156
<classifier>tests</classifier>
157157
<scope>test</scope>
158158
</dependency>

hcatalog/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.hive</groupId>
2424
<artifactId>hive</artifactId>
25-
<version>4.0.0-beta-2-SNAPSHOT</version>
25+
<version>4.1.0-SNAPSHOT</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<groupId>org.apache.hive.hcatalog</groupId>
@@ -75,7 +75,7 @@
7575
<dependency>
7676
<groupId>org.apache.hive</groupId>
7777
<artifactId>hive-standalone-metastore-server</artifactId>
78-
<version>4.0.0-beta-2-SNAPSHOT</version>
78+
<version>4.1.0-SNAPSHOT</version>
7979
<classifier>tests</classifier>
8080
<scope>test</scope>
8181
</dependency>

hcatalog/server-extensions/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.hive.hcatalog</groupId>
2424
<artifactId>hive-hcatalog</artifactId>
25-
<version>4.0.0-beta-2-SNAPSHOT</version>
25+
<version>4.1.0-SNAPSHOT</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>hive-hcatalog-server-extensions</artifactId>

hcatalog/webhcat/java-client/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.hive.hcatalog</groupId>
2424
<artifactId>hive-hcatalog</artifactId>
25-
<version>4.0.0-beta-2-SNAPSHOT</version>
25+
<version>4.1.0-SNAPSHOT</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>hive-webhcat-java-client</artifactId>

hcatalog/webhcat/svr/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.hive.hcatalog</groupId>
2424
<artifactId>hive-hcatalog</artifactId>
25-
<version>4.0.0-beta-2-SNAPSHOT</version>
25+
<version>4.1.0-SNAPSHOT</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>hive-webhcat</artifactId>

hplsql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.apache.hive</groupId>
1919
<artifactId>hive</artifactId>
20-
<version>4.0.0-beta-2-SNAPSHOT</version>
20+
<version>4.1.0-SNAPSHOT</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>hive-hplsql</artifactId>

iceberg/iceberg-catalog/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.apache.hive</groupId>
55
<artifactId>hive-iceberg</artifactId>
6-
<version>4.0.0-beta-2-SNAPSHOT</version>
6+
<version>4.1.0-SNAPSHOT</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

iceberg/iceberg-handler/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.apache.hive</groupId>
55
<artifactId>hive-iceberg</artifactId>
6-
<version>4.0.0-beta-2-SNAPSHOT</version>
6+
<version>4.1.0-SNAPSHOT</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

iceberg/iceberg-shading/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.apache.hive</groupId>
1616
<artifactId>hive-iceberg</artifactId>
17-
<version>4.0.0-beta-2-SNAPSHOT</version>
17+
<version>4.1.0-SNAPSHOT</version>
1818
<relativePath>../pom.xml</relativePath>
1919
</parent>
2020
<modelVersion>4.0.0</modelVersion>

iceberg/patched-iceberg-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.apache.hive</groupId>
55
<artifactId>hive-iceberg</artifactId>
6-
<version>4.0.0-beta-2-SNAPSHOT</version>
6+
<version>4.1.0-SNAPSHOT</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

iceberg/patched-iceberg-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.apache.hive</groupId>
55
<artifactId>hive-iceberg</artifactId>
6-
<version>4.0.0-beta-2-SNAPSHOT</version>
6+
<version>4.1.0-SNAPSHOT</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

iceberg/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
<parent>
1515
<groupId>org.apache.hive</groupId>
1616
<artifactId>hive</artifactId>
17-
<version>4.0.0-beta-2-SNAPSHOT</version>
17+
<version>4.1.0-SNAPSHOT</version>
1818
<relativePath>../pom.xml</relativePath>
1919
</parent>
2020
<modelVersion>4.0.0</modelVersion>
2121
<artifactId>hive-iceberg</artifactId>
22-
<version>4.0.0-beta-2-SNAPSHOT</version>
22+
<version>4.1.0-SNAPSHOT</version>
2323
<packaging>pom</packaging>
2424
<name>Hive Iceberg Modules</name>
2525
<properties>

itests/custom-serde/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.apache.hive</groupId>
1919
<artifactId>hive-it</artifactId>
20-
<version>4.0.0-beta-2-SNAPSHOT</version>
20+
<version>4.1.0-SNAPSHOT</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>hive-it-custom-serde</artifactId>

itests/custom-udfs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ limitations under the License.
1717
<parent>
1818
<groupId>org.apache.hive</groupId>
1919
<artifactId>hive-it</artifactId>
20-
<version>4.0.0-beta-2-SNAPSHOT</version>
20+
<version>4.1.0-SNAPSHOT</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>hive-it-custom-udfs</artifactId>

itests/custom-udfs/udf-classloader-udf1/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.apache.hive</groupId>
1919
<artifactId>hive-it-custom-udfs</artifactId>
20-
<version>4.0.0-beta-2-SNAPSHOT</version>
20+
<version>4.1.0-SNAPSHOT</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<groupId>org.apache.hive.hive-it-custom-udfs</groupId>

itests/custom-udfs/udf-classloader-udf2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.apache.hive</groupId>
1919
<artifactId>hive-it-custom-udfs</artifactId>
20-
<version>4.0.0-beta-2-SNAPSHOT</version>
20+
<version>4.1.0-SNAPSHOT</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<groupId>org.apache.hive.hive-it-custom-udfs</groupId>

itests/custom-udfs/udf-classloader-util/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.apache.hive</groupId>
1919
<artifactId>hive-it-custom-udfs</artifactId>
20-
<version>4.0.0-beta-2-SNAPSHOT</version>
20+
<version>4.1.0-SNAPSHOT</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<groupId>org.apache.hive.hive-it-custom-udfs</groupId>

itests/custom-udfs/udf-vectorized-badexample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.apache.hive</groupId>
1919
<artifactId>hive-it-custom-udfs</artifactId>
20-
<version>4.0.0-beta-2-SNAPSHOT</version>
20+
<version>4.1.0-SNAPSHOT</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<groupId>org.apache.hive.hive-it-custom-udfs</groupId>

itests/hcatalog-unit/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.hive</groupId>
2424
<artifactId>hive-it</artifactId>
25-
<version>4.0.0-beta-2-SNAPSHOT</version>
25+
<version>4.1.0-SNAPSHOT</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>hive-hcatalog-it-unit</artifactId>

itests/hive-blobstore/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.apache.hive</groupId>
1919
<artifactId>hive-it</artifactId>
20-
<version>4.0.0-beta-2-SNAPSHOT</version>
20+
<version>4.1.0-SNAPSHOT</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>hive-blobstore</artifactId>

itests/hive-jmh/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.apache.hive</groupId>
1919
<artifactId>hive-it</artifactId>
20-
<version>4.0.0-beta-2-SNAPSHOT</version>
20+
<version>4.1.0-SNAPSHOT</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>hive-jmh</artifactId>

itests/hive-minikdc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.apache.hive</groupId>
1919
<artifactId>hive-it</artifactId>
20-
<version>4.0.0-beta-2-SNAPSHOT</version>
20+
<version>4.1.0-SNAPSHOT</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>hive-it-minikdc</artifactId>

itests/hive-unit-hadoop2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.apache.hive</groupId>
1919
<artifactId>hive-it</artifactId>
20-
<version>4.0.0-beta-2-SNAPSHOT</version>
20+
<version>4.1.0-SNAPSHOT</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>hive-it-unit-hadoop2</artifactId>

itests/hive-unit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.apache.hive</groupId>
1919
<artifactId>hive-it</artifactId>
20-
<version>4.0.0-beta-2-SNAPSHOT</version>
20+
<version>4.1.0-SNAPSHOT</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>hive-it-unit</artifactId>

itests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.apache.hive</groupId>
1919
<artifactId>hive</artifactId>
20-
<version>4.0.0-beta-2-SNAPSHOT</version>
20+
<version>4.1.0-SNAPSHOT</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>hive-it</artifactId>

itests/qtest-accumulo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.apache.hive</groupId>
1919
<artifactId>hive-it</artifactId>
20-
<version>4.0.0-beta-2-SNAPSHOT</version>
20+
<version>4.1.0-SNAPSHOT</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>hive-it-qfile-accumulo</artifactId>

itests/qtest-druid/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>hive-it</artifactId>
2323
<groupId>org.apache.hive</groupId>
24-
<version>4.0.0-beta-2-SNAPSHOT</version>
24+
<version>4.1.0-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<artifactId>hive-it-druid</artifactId>

itests/qtest-iceberg/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>hive-it</artifactId>
55
<groupId>org.apache.hive</groupId>
6-
<version>4.0.0-beta-2-SNAPSHOT</version>
6+
<version>4.1.0-SNAPSHOT</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

itests/qtest-kudu/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.apache.hive</groupId>
1919
<artifactId>hive-it</artifactId>
20-
<version>4.0.0-beta-2-SNAPSHOT</version>
20+
<version>4.1.0-SNAPSHOT</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>hive-it-qfile-kudu</artifactId>

itests/qtest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.apache.hive</groupId>
1919
<artifactId>hive-it</artifactId>
20-
<version>4.0.0-beta-2-SNAPSHOT</version>
20+
<version>4.1.0-SNAPSHOT</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>hive-it-qfile</artifactId>

itests/test-serde/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.apache.hive</groupId>
1919
<artifactId>hive-it</artifactId>
20-
<version>4.0.0-beta-2-SNAPSHOT</version>
20+
<version>4.1.0-SNAPSHOT</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>hive-it-test-serde</artifactId>

itests/util/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.apache.hive</groupId>
1919
<artifactId>hive-it</artifactId>
20-
<version>4.0.0-beta-2-SNAPSHOT</version>
20+
<version>4.1.0-SNAPSHOT</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>hive-it-util</artifactId>

0 commit comments

Comments
 (0)