[HUDI-1535] Fix 0.7.0 snapshot (#2456)
* Revert "[MINOR] Bumping snapshot version to 0.7.0 (#2435)"
This reverts commit a43e191d6c.
* Fixing 0.7.0 snapshot bump
This commit is contained in:
committed by
GitHub
parent
a38612b10f
commit
b9c2856d16
6
pom.xml
6
pom.xml
@@ -130,11 +130,11 @@
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<main.basedir>${project.basedir}</main.basedir>
|
||||
<spark.bundle.hive.scope>provided</spark.bundle.hive.scope>
|
||||
<spark.bundle.hive.shade.prefix></spark.bundle.hive.shade.prefix>
|
||||
<spark.bundle.hive.shade.prefix />
|
||||
<spark.bundle.avro.scope>compile</spark.bundle.avro.scope>
|
||||
<spark.bundle.spark.shade.prefix>org.apache.hudi.spark.</spark.bundle.spark.shade.prefix>
|
||||
<utilities.bundle.hive.scope>provided</utilities.bundle.hive.scope>
|
||||
<utilities.bundle.hive.shade.prefix></utilities.bundle.hive.shade.prefix>
|
||||
<utilities.bundle.hive.shade.prefix />
|
||||
<argLine>-Xmx2g</argLine>
|
||||
<jacoco.version>0.8.5</jacoco.version>
|
||||
<presto.bundle.bootstrap.scope>compile</presto.bundle.bootstrap.scope>
|
||||
@@ -212,7 +212,7 @@
|
||||
</eclipse>
|
||||
</java>
|
||||
<scala>
|
||||
<trimTrailingWhitespace/>
|
||||
<trimTrailingWhitespace />
|
||||
</scala>
|
||||
</configuration>
|
||||
<executions>
|
||||
|
||||
Reference in New Issue
Block a user