Skip to content

Commit

Permalink
[fix](arrow-flight) Modify regression test Arrow version to 14.0.1 (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
xinyiZzz authored Dec 18, 2023
1 parent 73f7b61 commit a267a7f
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions regression-test/framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,24 +76,8 @@ under the License.
<groovy-eclipse-compiler.version>3.7.0</groovy-eclipse-compiler.version>
<antlr.version>4.9.3</antlr.version>
<hadoop.version>2.8.0</hadoop.version>
<arrow.version>15.0.0-SNAPSHOT</arrow.version>
<arrow.version>14.0.1</arrow.version>
</properties>
<profiles>
<profile>
<id>general-env</id>
<activation>
<property>
<name>!env.CUSTOM_MAVEN_REPO</name>
</property>
</activation>
<repositories>
<repository>
<id>arrow-apache-nightlies</id>
<url>https://nightlies.apache.org/arrow/java</url>
</repository>
</repositories>
</profile>
</profiles>
<build>
<plugins>
<plugin>
Expand Down

0 comments on commit a267a7f

Please sign in to comment.