Kaynağa Gözat

qmth-boot更新版本号为1.0.6

deason 3 ay önce
ebeveyn
işleme
87c4a97264
3 değiştirilmiş dosya ile 4 ekleme ve 4 silme
  1. 1 1
      api-demo/pom.xml
  2. 1 1
      data-upgrade-demo/pom.xml
  3. 2 2
      pom.xml

+ 1 - 1
api-demo/pom.xml

@@ -6,7 +6,7 @@
     <parent>
         <groupId>com.qmth.demo</groupId>
         <artifactId>qmth-demo</artifactId>
-        <version>1.0.5</version>
+        <version>1.0.6</version>
     </parent>
     <artifactId>api-demo</artifactId>
 

+ 1 - 1
data-upgrade-demo/pom.xml

@@ -8,7 +8,7 @@
     <parent>
         <groupId>com.qmth.demo</groupId>
         <artifactId>qmth-demo</artifactId>
-        <version>1.0.5</version>
+        <version>1.0.6</version>
     </parent>
 
     <dependencies>

+ 2 - 2
pom.xml

@@ -6,7 +6,7 @@
     <groupId>com.qmth.demo</groupId>
     <artifactId>qmth-demo</artifactId>
     <packaging>pom</packaging>
-    <version>1.0.5</version>
+    <version>1.0.6</version>
 
     <modules>
         <module>api-demo</module>
@@ -17,7 +17,7 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <maven.compiler.source>1.8</maven.compiler.source>
         <maven.compiler.target>1.8</maven.compiler.target>
-        <qmth.boot.version>1.0.5</qmth.boot.version>
+        <qmth.boot.version>1.0.6</qmth.boot.version>
     </properties>
 
     <dependencyManagement>