Skip to content

Commit

Permalink
Set version to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deniskuzZ committed Mar 21, 2024
1 parent 0be4608 commit 258d0e9
Show file tree
Hide file tree
Showing 73 changed files with 83 additions and 83 deletions.
2 changes: 1 addition & 1 deletion accumulo-handler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.hive</groupId>
<artifactId>hive</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>hive-accumulo-handler</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion beeline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.hive</groupId>
<artifactId>hive</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>hive-beeline</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion classification/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.hive</groupId>
<artifactId>hive</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>hive-classification</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.hive</groupId>
<artifactId>hive</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>hive-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.hive</groupId>
<artifactId>hive</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>hive-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion contrib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.hive</groupId>
<artifactId>hive</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>hive-contrib</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion druid-handler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.hive</groupId>
<artifactId>hive</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>hive-druid-handler</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hbase-handler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.hive</groupId>
<artifactId>hive</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>hive-hbase-handler</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hcatalog/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.hive.hcatalog</groupId>
<artifactId>hive-hcatalog</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>hive-hcatalog-core</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions hcatalog/hcatalog-pig-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.hive.hcatalog</groupId>
<artifactId>hive-hcatalog</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>hive-hcatalog-pig-adapter</artifactId>
Expand Down Expand Up @@ -152,7 +152,7 @@
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-standalone-metastore-server</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions hcatalog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.hive</groupId>
<artifactId>hive</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.hive.hcatalog</groupId>
Expand Down Expand Up @@ -75,7 +75,7 @@
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-standalone-metastore-server</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion hcatalog/server-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.hive.hcatalog</groupId>
<artifactId>hive-hcatalog</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>hive-hcatalog-server-extensions</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hcatalog/webhcat/java-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.hive.hcatalog</groupId>
<artifactId>hive-hcatalog</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>hive-webhcat-java-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hcatalog/webhcat/svr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.hive.hcatalog</groupId>
<artifactId>hive-hcatalog</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>hive-webhcat</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hplsql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.hive</groupId>
<artifactId>hive</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>hive-hplsql</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion iceberg/iceberg-catalog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.apache.hive</groupId>
<artifactId>hive-iceberg</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion iceberg/iceberg-handler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.apache.hive</groupId>
<artifactId>hive-iceberg</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion iceberg/iceberg-shading/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.apache.hive</groupId>
<artifactId>hive-iceberg</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion iceberg/patched-iceberg-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.apache.hive</groupId>
<artifactId>hive-iceberg</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion iceberg/patched-iceberg-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.apache.hive</groupId>
<artifactId>hive-iceberg</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions iceberg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
<parent>
<groupId>org.apache.hive</groupId>
<artifactId>hive</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>hive-iceberg</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<packaging>pom</packaging>
<name>Hive Iceberg Modules</name>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion itests/custom-serde/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.hive</groupId>
<artifactId>hive-it</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>hive-it-custom-serde</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion itests/custom-udfs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ limitations under the License.
<parent>
<groupId>org.apache.hive</groupId>
<artifactId>hive-it</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>hive-it-custom-udfs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion itests/custom-udfs/udf-classloader-udf1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.hive</groupId>
<artifactId>hive-it-custom-udfs</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.hive.hive-it-custom-udfs</groupId>
Expand Down
2 changes: 1 addition & 1 deletion itests/custom-udfs/udf-classloader-udf2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.hive</groupId>
<artifactId>hive-it-custom-udfs</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.hive.hive-it-custom-udfs</groupId>
Expand Down
2 changes: 1 addition & 1 deletion itests/custom-udfs/udf-classloader-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.hive</groupId>
<artifactId>hive-it-custom-udfs</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.hive.hive-it-custom-udfs</groupId>
Expand Down
2 changes: 1 addition & 1 deletion itests/custom-udfs/udf-vectorized-badexample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.hive</groupId>
<artifactId>hive-it-custom-udfs</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.hive.hive-it-custom-udfs</groupId>
Expand Down
2 changes: 1 addition & 1 deletion itests/hcatalog-unit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.hive</groupId>
<artifactId>hive-it</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>hive-hcatalog-it-unit</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion itests/hive-blobstore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.hive</groupId>
<artifactId>hive-it</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>hive-blobstore</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion itests/hive-jmh/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.hive</groupId>
<artifactId>hive-it</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>hive-jmh</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion itests/hive-minikdc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.hive</groupId>
<artifactId>hive-it</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>hive-it-minikdc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion itests/hive-unit-hadoop2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.hive</groupId>
<artifactId>hive-it</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>hive-it-unit-hadoop2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion itests/hive-unit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.hive</groupId>
<artifactId>hive-it</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>hive-it-unit</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion itests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.hive</groupId>
<artifactId>hive</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>hive-it</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion itests/qtest-accumulo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.hive</groupId>
<artifactId>hive-it</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>hive-it-qfile-accumulo</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion itests/qtest-druid/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>hive-it</artifactId>
<groupId>org.apache.hive</groupId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>hive-it-druid</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion itests/qtest-iceberg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>hive-it</artifactId>
<groupId>org.apache.hive</groupId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion itests/qtest-kudu/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.hive</groupId>
<artifactId>hive-it</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>hive-it-qfile-kudu</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion itests/qtest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.hive</groupId>
<artifactId>hive-it</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>hive-it-qfile</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion itests/test-serde/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.hive</groupId>
<artifactId>hive-it</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>hive-it-test-serde</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion itests/util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.hive</groupId>
<artifactId>hive-it</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>hive-it-util</artifactId>
Expand Down
Loading

0 comments on commit 258d0e9

Please sign in to comment.