Skip to content

Commit

Permalink
Revert "deps: update arrow.version to v16 (major)" (#2489)
Browse files Browse the repository at this point in the history
Reverts #2468
  • Loading branch information
PhongChuong committed May 6, 2024
1 parent 85f7f05 commit b10d0f3
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 b10d0f3

Please sign in to comment.