Skip to content

Commit

Permalink
Fixed version as per main across all poms
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhluck committed May 2, 2024
1 parent 5073e19 commit 4a26a67
Show file tree
Hide file tree
Showing 15 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion RELEASE_NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Release Notes - Hive - Version 3.1.4.3.2.2.0-1095
Release Notes - Hive - Version 3.1.4.3.3.0.0-SNAPSHOT

** Sub-task
* [HIVE-5312] - Let HiveServer2 run simultaneously in HTTP (over thrift) and Binary (normal thrift transport) mode
Expand Down
2 changes: 1 addition & 1 deletion hcatalog/hcatalog-pig-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-standalone-metastore-server</artifactId>
<version>3.1.4.3.2.2.0-1095</version>
<version>3.1.4.3.3.0.0-SNAPSHOT</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion hcatalog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-standalone-metastore-server</artifactId>
<version>3.1.4.3.2.2.0-1095</version>
<version>3.1.4.3.3.0.0-SNAPSHOT</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public void processArguments(String arguments) {
@Override
public void beforeTest(QTestUtil qt) throws Exception {
if (enabled) {
String stsdbPath = HiveTestEnvSetup.HIVE_ROOT + "/metastore/scripts/upgrade/hive/hive-schema-3.1.4.3.2.2.0-1095.hive.sql";
String stsdbPath = HiveTestEnvSetup.HIVE_ROOT + "/metastore/scripts/upgrade/hive/hive-schema-3.1.4.3.3.0.0-SNAPSHOT.hive.sql";
qt.getCliDriver().processLine("source " + stsdbPath);
qt.getCliDriver().processLine("use default");
}
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
</distributionManagement>

<properties>
<standalone-metastore.version>3.1.4.3.2.2.0-1095</standalone-metastore.version>
<standalone-metastore.version>3.1.4.3.3.0.0-SNAPSHOT</standalone-metastore.version>
<hive.version.shortname>3.1.4</hive.version.shortname>
<!-- Build Properties -->
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down Expand Up @@ -209,7 +209,7 @@
<stax.version>1.0.1</stax.version>
<slf4j.version>1.7.30</slf4j.version>
<ST4.version>4.0.4</ST4.version>
<storage-api.version>3.1.4.3.2.2.0-1095</storage-api.version>
<storage-api.version>3.1.4.3.3.0.0-SNAPSHOT</storage-api.version>
<tez.version>0.10.1.3.2.2.0-1095</tez.version>
<super-csv.version>2.2.0</super-csv.version>
<spark.version>2.4.8.3.2.2.0-1095</spark.version>
Expand Down
2 changes: 1 addition & 1 deletion standalone-metastore/metastore-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>hive-standalone-metastore</artifactId>
<groupId>org.apache.hive</groupId>
<version>3.1.4.3.2.2.0-1095</version>
<version>3.1.4.3.3.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>hive-standalone-metastore-common</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions standalone-metastore/metastore-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>hive-standalone-metastore</artifactId>
<groupId>org.apache.hive</groupId>
<version>3.1.4.3.2.2.0-1095</version>
<version>3.1.4.3.3.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>hive-standalone-metastore-server</artifactId>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-standalone-metastore-common</artifactId>
<version>3.1.4.3.2.2.0-1095</version>
<version>3.1.4.3.3.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.orc</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>hive-metastore-tools</artifactId>
<groupId>org.apache.hive</groupId>
<version>3.1.4.3.2.2.0-1095</version>
<version>3.1.4.3.3.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion standalone-metastore/metastore-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>hive-standalone-metastore</artifactId>
<version>3.1.4.3.2.2.0-1095</version>
<version>3.1.4.3.3.0.0-SNAPSHOT</version>
<groupId>org.apache.hive</groupId>
</parent>
<artifactId>hive-metastore-tools</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion standalone-metastore/metastore-tools/tools-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>hive-metastore-tools</artifactId>
<groupId>org.apache.hive</groupId>
<version>3.1.4.3.2.2.0-1095</version>
<version>3.1.4.3.3.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
6 changes: 3 additions & 3 deletions standalone-metastore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</parent>
<groupId>org.apache.hive</groupId>
<artifactId>hive-standalone-metastore</artifactId>
<version>3.1.4.3.2.2.0-1095</version>
<version>3.1.4.3.3.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Hive Standalone Metastore</name>
<modules>
Expand All @@ -44,7 +44,7 @@
</distributionManagement>

<properties>
<hive.version>3.1.4.3.2.2.0-1095</hive.version>
<hive.version>3.1.4.3.3.0.0-SNAPSHOT</hive.version>
<hive.version.shortname>3.1.4</hive.version.shortname>
<standalone.metastore.path.to.root>.</standalone.metastore.path.to.root>
<!-- Build properties -->
Expand Down Expand Up @@ -108,7 +108,7 @@
<sqlline.version>1.9.0</sqlline.version>
<jline.version>2.14.6</jline.version>
<ST4.version>4.0.4</ST4.version>
<storage-api.version>3.1.4.3.2.2.0-1095</storage-api.version>
<storage-api.version>3.1.4.3.3.0.0-SNAPSHOT</storage-api.version>
<beanutils.version>1.9.4</beanutils.version>
<hamcrest.version>1.3</hamcrest.version>
<curator.version>4.2.0</curator.version>
Expand Down
2 changes: 1 addition & 1 deletion storage-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</parent>
<groupId>org.apache.hive</groupId>
<artifactId>hive-storage-api</artifactId>
<version>3.1.4.3.2.2.0-1095</version>
<version>3.1.4.3.3.0.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Hive Storage API</name>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion streaming/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-standalone-metastore-server</artifactId>
<version>3.1.4.3.2.2.0-1095</version>
<version>3.1.4.3.3.0.0-SNAPSHOT</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion upgrade-acid/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<!--this module is added to parent pom so that it builds and releases with the reset of Hive-->
<groupId>org.apache.hive</groupId>
<artifactId>hive-upgrade-acid</artifactId>
<version>3.1.4.3.2.2.0-1095</version>
<version>3.1.4.3.3.0.0-SNAPSHOT</version>
<name>Hive Upgrade Acid</name>
<packaging>pom</packaging>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion upgrade-acid/pre-upgrade/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.apache.hive</groupId>
<artifactId>hive-upgrade-acid</artifactId>
<version>3.1.4.3.2.2.0-1095</version>
<version>3.1.4.3.3.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit 4a26a67

Please sign in to comment.