This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-java.git
The following commit(s) were added to refs/heads/master by this push:
new 7f7790833 MINOR: Remove `scala` properties from `pom.xml` (#3104)
7f7790833 is described below
commit 7f77908338192105a5adbfc420a7281d919e8596
Author: Fokko Driesprong <[email protected]>
AuthorDate: Mon Jan 6 21:54:09 2025 +0100
MINOR: Remove `scala` properties from `pom.xml` (#3104)
They are not used anymore
---
pom.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index b3a924173..249617186 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,10 +98,6 @@
<previous.version>1.15.0</previous.version>
<thrift.executable>thrift</thrift.executable>
<format.thrift.executable>${thrift.executable}</format.thrift.executable>
- <scala.version>2.12.17</scala.version>
- <!-- scala.binary.version is used for projects that fetch dependencies
that are in scala -->
- <scala.binary.version>2.12</scala.binary.version>
- <scala.maven.test.skip>false</scala.maven.test.skip>
<pig.version>0.16.0</pig.version>
<pig.classifier>h2</pig.classifier>
<thrift-maven-plugin.version>0.10.0</thrift-maven-plugin.version>