diff --git a/0001-modify-maven-version-for-3.6.3-to-3.5.4.patch b/0001-modify-maven-version-for-3.6.3-to-3.5.4.patch
index 7dc7b7b..e80f132 100644
--- a/0001-modify-maven-version-for-3.6.3-to-3.5.4.patch
+++ b/0001-modify-maven-version-for-3.6.3-to-3.5.4.patch
@@ -20,6 +20,9 @@ index 7c60f8f..4b993ee 100644
1.6.0
spark
1.7.30
+@@ -3202,1 +3202,1 @@
+- 1.0.4
++ 1.0.3
--
2.23.0
diff --git a/settings.xml b/settings.xml
new file mode 100644
index 0000000..bd9ac9f
--- /dev/null
+++ b/settings.xml
@@ -0,0 +1,264 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ big
+ *
+ huaweicloud
+ https://mirrors.huaweicloud.com/repository/maven/
+ true
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/spark.spec b/spark.spec
index 84c1922..f5acaa2 100644
--- a/spark.spec
+++ b/spark.spec
@@ -3,11 +3,12 @@
Summary: A unified analytics engine for large-scale data processing.
Name: spark
-Version: 3.0.1
-Release: 1.0
+Version: 3.2.0
+Release: 1.2
License: Apache License v2.0
URL: http://spark.apache.org/
Source0: https://github.com/apache/spark/archive/v%{version}.tar.gz
+Source1: settings.xml
Patch0001: 0001-modify-maven-version-for-3.6.3-to-3.5.4.patch
@@ -27,7 +28,8 @@ Apache Spark achieves high performance for both batch and streaming data, using
%patch0001 -p1
%build
-mvn -DskipTests clean package
+cp %{SOURCE1} ./settings.xml
+mvn -DskipTests clean package -s settings.xml
%install
mkdir -p %{buildroot}/opt/
@@ -38,6 +40,9 @@ cp -rf ../%{name}-%{version} %{buildroot}/opt/apache-%{name}-%{version}
%changelog
+* Fri Nov 12 2021 Wuzeyiii - 1.2
+- Update spark version
+
* Fri Sep 18 2020 Hubble_Zhu - 1.0
- Init package
diff --git a/v3.2.0.tar.gz b/v3.2.0.tar.gz
new file mode 100644
index 0000000..ec60796
Binary files /dev/null and b/v3.2.0.tar.gz differ