Skip to content

Commit

Permalink
Revert "deps: update arrow.version to v16 (#2468)"
Browse files Browse the repository at this point in the history
This reverts commit d143c65.
  • Loading branch information
PhongChuong committed May 6, 2024
1 parent fed6bf9 commit 50be501
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion samples/install-without-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<arrow.version>16.0.0</arrow.version>
<arrow.version>15.0.2</arrow.version>
</properties>


Expand Down
2 changes: 1 addition & 1 deletion samples/snapshot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<arrow.version>16.0.0</arrow.version>
<arrow.version>15.0.2</arrow.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<arrow.version>16.0.0</arrow.version>
<arrow.version>15.0.2</arrow.version>
</properties>


Expand Down

0 comments on commit 50be501

Please sign in to comment.