Skip to content

Commit bfcd28f

Browse files
difinDmitriy Fingerman
andauthored
HIVE-29309: Preparing for 4.3.0 development (#6174)
Co-authored-by: Dmitriy Fingerman <[email protected]>
1 parent 6b5febc commit bfcd28f

File tree

98 files changed

+9221
-96
lines changed

Some content is hidden

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

98 files changed

+9221
-96
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.2.0-SNAPSHOT</version>
20+
<version>4.3.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.2.0-SNAPSHOT</version>
20+
<version>4.3.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.2.0-SNAPSHOT</version>
20+
<version>4.3.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.2.0-SNAPSHOT</version>
20+
<version>4.3.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.2.0-SNAPSHOT</version>
20+
<version>4.3.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.2.0-SNAPSHOT</version>
20+
<version>4.3.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.2.0-SNAPSHOT</version>
20+
<version>4.3.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.2.0-SNAPSHOT</version>
20+
<version>4.3.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.2.0-SNAPSHOT</version>
25+
<version>4.3.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.2.0-SNAPSHOT</version>
25+
<version>4.3.0-SNAPSHOT</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>hive-hcatalog-pig-adapter</artifactId>
@@ -154,7 +154,7 @@
154154
<dependency>
155155
<groupId>org.apache.hive</groupId>
156156
<artifactId>hive-standalone-metastore-server</artifactId>
157-
<version>4.2.0-SNAPSHOT</version>
157+
<version>4.3.0-SNAPSHOT</version>
158158
<classifier>tests</classifier>
159159
<scope>test</scope>
160160
</dependency>

0 commit comments

Comments
 (0)