Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion iceberg/patched-iceberg-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.hive</groupId>
<artifactId>patched-iceberg-api</artifactId>
<version>patched-${iceberg.version}-${project.parent.version}</version>
<version>patched-1.3.0-4.0.0-beta-1-SNAPSHOT</version>
<name>Patched Iceberg API</name>
<!-- Temporary package until we need unreleased Iceberg changes for development purposes. -->
<!-- We should periodically clean this package during rebasing to newer Iceberg releases. -->
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 @@ -9,7 +9,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.hive</groupId>
<artifactId>patched-iceberg-core</artifactId>
<version>patched-${iceberg.version}-${project.parent.version}</version>
<version>patched-1.3.0-4.0.0-beta-1-SNAPSHOT</version>
<name>Patched Iceberg Core</name>
<!-- Temporary package until we need unreleased Iceberg changes for development purposes. -->
<!-- We should periodically clean this package during rebasing to newer Iceberg releases. -->
Expand Down