1.0.3 commit .
diff --git a/pom.xml b/pom.xml
index 8744858..fcbe8ca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
     <groupId>org.dromara</groupId>
     <artifactId>soul</artifactId>
     <packaging>pom</packaging>
-    <version>1.0.2-RELEASE</version>
+    <version>1.0.3-RELEASE</version>
     <name>soul</name>
     <modules>
         <module>soul-admin</module>
@@ -333,6 +333,20 @@
                     <encoding>UTF-8</encoding>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-release-plugin</artifactId>
+                <version>2.5.3</version>
+                <configuration>
+                    <tagNameFormat>v@{project.version}</tagNameFormat>
+                    <autoVersionSubmodules>true</autoVersionSubmodules>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>versions-maven-plugin</artifactId>
+                <version>2.5</version>
+            </plugin>
         </plugins>
     </build>
 
diff --git a/soul-admin/pom.xml b/soul-admin/pom.xml
index 9073afd..4981a9c 100644
--- a/soul-admin/pom.xml
+++ b/soul-admin/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>soul</artifactId>
         <groupId>org.dromara</groupId>
-        <version>1.0.2-RELEASE</version>
+        <version>1.0.3-RELEASE</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>soul-admin</artifactId>
diff --git a/soul-bootstrap/pom.xml b/soul-bootstrap/pom.xml
index eb3de1e..820ca12 100644
--- a/soul-bootstrap/pom.xml
+++ b/soul-bootstrap/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>soul</artifactId>
         <groupId>org.dromara</groupId>
-        <version>1.0.2-RELEASE</version>
+        <version>1.0.3-RELEASE</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/soul-common/pom.xml b/soul-common/pom.xml
index eb70171..5f7db25 100644
--- a/soul-common/pom.xml
+++ b/soul-common/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>soul</artifactId>
         <groupId>org.dromara</groupId>
-        <version>1.0.2-RELEASE</version>
+        <version>1.0.3-RELEASE</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/soul-configuration/pom.xml b/soul-configuration/pom.xml
index 6570afc..965e89b 100644
--- a/soul-configuration/pom.xml
+++ b/soul-configuration/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>soul</artifactId>
         <groupId>org.dromara</groupId>
-        <version>1.0.2-RELEASE</version>
+        <version>1.0.3-RELEASE</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/soul-extend-demo/pom.xml b/soul-extend-demo/pom.xml
index f0a3301..d76a886 100644
--- a/soul-extend-demo/pom.xml
+++ b/soul-extend-demo/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>soul</artifactId>
         <groupId>org.dromara</groupId>
-        <version>1.0.2-RELEASE</version>
+        <version>1.0.3-RELEASE</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/soul-spring-boot-starter/pom.xml b/soul-spring-boot-starter/pom.xml
index 5e2e383..2771322 100644
--- a/soul-spring-boot-starter/pom.xml
+++ b/soul-spring-boot-starter/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>soul</artifactId>
         <groupId>org.dromara</groupId>
-        <version>1.0.2-RELEASE</version>
+        <version>1.0.3-RELEASE</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/soul-test/pom.xml b/soul-test/pom.xml
index ec7a4b7..6a6fd60 100644
--- a/soul-test/pom.xml
+++ b/soul-test/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>soul</artifactId>
         <groupId>org.dromara</groupId>
-        <version>1.0.2-RELEASE</version>
+        <version>1.0.3-RELEASE</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/soul-test/soul-test-dubbo/pom.xml b/soul-test/soul-test-dubbo/pom.xml
index 6b3630c..9df16f4 100644
--- a/soul-test/soul-test-dubbo/pom.xml
+++ b/soul-test/soul-test-dubbo/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>soul-test</artifactId>
         <groupId>org.dromara</groupId>
-        <version>1.0.2-RELEASE</version>
+        <version>1.0.3-RELEASE</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/soul-test/soul-test-dubbo/soul-test-dubbo-api/pom.xml b/soul-test/soul-test-dubbo/soul-test-dubbo-api/pom.xml
index c540205..06a51e7 100644
--- a/soul-test/soul-test-dubbo/soul-test-dubbo-api/pom.xml
+++ b/soul-test/soul-test-dubbo/soul-test-dubbo-api/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>soul-test-dubbo</artifactId>
         <groupId>org.dromara</groupId>
-        <version>1.0.2-RELEASE</version>
+        <version>1.0.3-RELEASE</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/soul-test/soul-test-dubbo/soul-test-dubbo-service/pom.xml b/soul-test/soul-test-dubbo/soul-test-dubbo-service/pom.xml
index 9662fa2..917904a 100644
--- a/soul-test/soul-test-dubbo/soul-test-dubbo-service/pom.xml
+++ b/soul-test/soul-test-dubbo/soul-test-dubbo-service/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>soul-test-dubbo</artifactId>
         <groupId>org.dromara</groupId>
-        <version>1.0.2-RELEASE</version>
+        <version>1.0.3-RELEASE</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/soul-test/soul-test-http/pom.xml b/soul-test/soul-test-http/pom.xml
index 36f6ad5..6133d6e 100644
--- a/soul-test/soul-test-http/pom.xml
+++ b/soul-test/soul-test-http/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>soul-test</artifactId>
         <groupId>org.dromara</groupId>
-        <version>1.0.2-RELEASE</version>
+        <version>1.0.3-RELEASE</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/soul-test/soul-test-springcloud/pom.xml b/soul-test/soul-test-springcloud/pom.xml
index 564538f..53b5b3c 100644
--- a/soul-test/soul-test-springcloud/pom.xml
+++ b/soul-test/soul-test-springcloud/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>soul-test</artifactId>
         <groupId>org.dromara</groupId>
-        <version>1.0.2-RELEASE</version>
+        <version>1.0.3-RELEASE</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/soul-web/pom.xml b/soul-web/pom.xml
index b5a18ac..6db64e9 100644
--- a/soul-web/pom.xml
+++ b/soul-web/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>soul</artifactId>
         <groupId>org.dromara</groupId>
-        <version>1.0.2-RELEASE</version>
+        <version>1.0.3-RELEASE</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>