Browse Source

版本号修改

wangliang 7 months ago
parent
commit
c731db2bae
5 changed files with 9 additions and 9 deletions
  1. 1 1
      pom.xml
  2. 2 2
      sop-api/pom.xml
  3. 2 2
      sop-business/pom.xml
  4. 2 2
      sop-common/pom.xml
  5. 2 2
      sop-task/pom.xml

+ 1 - 1
pom.xml

@@ -4,7 +4,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>com.qmth.sop.service</groupId>
     <artifactId>sop-service</artifactId>
-    <version>1.1.2</version>
+    <version>1.1.3</version>
     <packaging>pom</packaging>
 
     <modules>

+ 2 - 2
sop-api/pom.xml

@@ -4,13 +4,13 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>com.qmth.sop.server</groupId>
     <artifactId>sop-api</artifactId>
-    <version>1.1.2</version>
+    <version>1.1.3</version>
     <packaging>jar</packaging>
 
     <parent>
         <groupId>com.qmth.sop.service</groupId>
         <artifactId>sop-service</artifactId>
-        <version>1.1.2</version>
+        <version>1.1.3</version>
     </parent>
 
     <dependencies>

+ 2 - 2
sop-business/pom.xml

@@ -4,7 +4,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>com.qmth.sop.business</groupId>
     <artifactId>sop-business</artifactId>
-    <version>1.1.2</version>
+    <version>1.1.3</version>
     <build>
         <plugins>
             <plugin>
@@ -22,7 +22,7 @@
     <parent>
         <groupId>com.qmth.sop.service</groupId>
         <artifactId>sop-service</artifactId>
-        <version>1.1.2</version>
+        <version>1.1.3</version>
     </parent>
 
     <dependencies>

+ 2 - 2
sop-common/pom.xml

@@ -4,13 +4,13 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>com.qmth.sop.common</groupId>
     <artifactId>sop-common</artifactId>
-    <version>1.1.2</version>
+    <version>1.1.3</version>
     <packaging>jar</packaging>
 
     <parent>
         <groupId>com.qmth.sop.service</groupId>
         <artifactId>sop-service</artifactId>
-        <version>1.1.2</version>
+        <version>1.1.3</version>
     </parent>
 
     <dependencies>

+ 2 - 2
sop-task/pom.xml

@@ -4,13 +4,13 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>com.qmth.sop.task</groupId>
     <artifactId>sop-task</artifactId>
-    <version>1.1.2</version>
+    <version>1.1.3</version>
     <packaging>jar</packaging>
 
     <parent>
         <groupId>com.qmth.sop.service</groupId>
         <artifactId>sop-service</artifactId>
-        <version>1.1.2</version>
+        <version>1.1.3</version>
     </parent>
 
     <dependencies>