[maven-release-plugin] prepare release 3.1_2.12-1.0.1
diff --git a/spark-doris-connector/build.sh b/spark-doris-connector/build.sh
index 30d20a0..b301289 100755
--- a/spark-doris-connector/build.sh
+++ b/spark-doris-connector/build.sh
@@ -95,7 +95,7 @@
 fi
 
 mkdir ${ROOT}/output/
-cp ${ROOT}/target/doris-spark-*.jar ${ROOT}/output/
+cp ${ROOT}/target/spark-doris-*.jar ${ROOT}/output/
 
 echo "*****************************************"
 echo "Successfully build Spark-Doris-Connector"
diff --git a/spark-doris-connector/pom.xml b/spark-doris-connector/pom.xml
index 809e522..50246c2 100644
--- a/spark-doris-connector/pom.xml
+++ b/spark-doris-connector/pom.xml
@@ -17,8 +17,7 @@
     specific language governing permissions and limitations
     under the License.
 -->
-<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache</groupId>
@@ -27,7 +26,7 @@
     </parent>
     <groupId>org.apache.doris</groupId>
     <artifactId>spark-doris-connector-${spark.minor.version}_${scala.version}</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.1</version>
     <name>Spark Doris Connector</name>
     <url>https://doris.apache.org/</url>
     <licenses>
@@ -41,7 +40,7 @@
         <connection>scm:git:https://git@github.com/apache/incubator-doris-spark-connector.git</connection>
         <developerConnection>scm:git:https://git@github.com/apache/incubator-doris-spark-connector.git</developerConnection>
         <url>scm:git:https://git@github.com/apache/incubator-doris-spark-connector.git</url>
-        <tag>HEAD</tag>
+        <tag>3.1_2.12-1.0.1</tag>
     </scm>
     <issueManagement>
         <system>GitHub</system>