Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
Set version to onehouse-0.01
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Demura committed May 1, 2024
1 parent 09708db commit 938cfc7
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion aws-glue-datacatalog-client-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.amazonaws.glue</groupId>
<artifactId>aws-glue-datacatalog-hive-client</artifactId>
<version>3.4.0-onehouse-0.100</version>
<version>3.4.0-onehouse-0.01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>AWSGlueDataCatalogClientCommon</name>
Expand Down
2 changes: 1 addition & 1 deletion aws-glue-datacatalog-spark-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.amazonaws.glue</groupId>
<artifactId>aws-glue-datacatalog-hive-client</artifactId>
<version>3.4.0-onehouse-0.100</version>
<version>3.4.0-onehouse-0.01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>AWSGlueDataCatalogSparkClient</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.amazonaws.glue</groupId>
<artifactId>aws-glue-datacatalog-hive-client</artifactId>
<version>3.4.0-onehouse-0.100</version>
<version>3.4.0-onehouse-0.01</version>
<modules>
<module>aws-glue-datacatalog-client-common</module>
<module>aws-glue-datacatalog-spark-client</module>
Expand Down Expand Up @@ -44,7 +44,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<guava.version>33.1.0-jre</guava.version>
<spark-hive.version>2.3.10-onehouse-0.100</spark-hive.version>
<spark-hive.version>2.3.10-onehouse-0.01</spark-hive.version>
<aws.sdk.version>1.12.262</aws.sdk.version>
<junit.version>4.11</junit.version>
<mockito.version>1.10.19</mockito.version>
Expand Down
2 changes: 1 addition & 1 deletion shims/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.amazonaws.glue</groupId>
<artifactId>shims</artifactId>
<version>3.4.0-onehouse-0.100</version>
<version>3.4.0-onehouse-0.01</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion shims/loader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.amazonaws.glue</groupId>
<artifactId>shims</artifactId>
<version>3.4.0-onehouse-0.100</version>
<version>3.4.0-onehouse-0.01</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion shims/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.amazonaws.glue</groupId>
<artifactId>aws-glue-datacatalog-hive-client</artifactId>
<version>3.4.0-onehouse-0.100</version>
<version>3.4.0-onehouse-0.01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>shims</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion shims/spark-hive-shims/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.amazonaws.glue</groupId>
<artifactId>shims</artifactId>
<version>3.4.0-onehouse-0.100</version>
<version>3.4.0-onehouse-0.01</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit 938cfc7

Please sign in to comment.