This is an automated email from the ASF dual-hosted git repository.
xianjingfeng pushed a commit to branch branch-0.8
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git
The following commit(s) were added to refs/heads/branch-0.8 by this push:
new 77f2d7206 [MINOR] fix: incorrect version in spark client shaded modules
77f2d7206 is described below
commit 77f2d7206405c9a8d44e70f934adf0b83c88caf8
Author: xianjingfeng <[email protected]>
AuthorDate: Tue Oct 31 15:12:12 2023 +0800
[MINOR] fix: incorrect version in spark client shaded modules
---
client-spark/spark2-shaded/pom.xml | 2 +-
client-spark/spark3-shaded/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/client-spark/spark2-shaded/pom.xml
b/client-spark/spark2-shaded/pom.xml
index 471926234..2b3214582 100644
--- a/client-spark/spark2-shaded/pom.xml
+++ b/client-spark/spark2-shaded/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.uniffle</groupId>
<artifactId>uniffle-parent</artifactId>
- <version>0.9.0-SNAPSHOT</version>
+ <version>0.8.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/client-spark/spark3-shaded/pom.xml
b/client-spark/spark3-shaded/pom.xml
index 163ea0a96..a6dc02f5b 100644
--- a/client-spark/spark3-shaded/pom.xml
+++ b/client-spark/spark3-shaded/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.uniffle</groupId>
<artifactId>uniffle-parent</artifactId>
- <version>0.9.0-SNAPSHOT</version>
+ <version>0.8.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>