Explorar el Código

创建分支2.2.0

bryan.zhang hace 5 años
padre
commit
1880f188be
Se han modificado 4 ficheros con 4 adiciones y 4 borrados
  1. 1 1
      liteflow-core/pom.xml
  2. 1 1
      liteflow-spring-boot-starter/pom.xml
  3. 1 1
      liteflow-test/pom.xml
  4. 1 1
      pom.xml

+ 1 - 1
liteflow-core/pom.xml

@@ -9,7 +9,7 @@
     <parent>
 		<groupId>com.thebeastshop</groupId>
 		<artifactId>liteflow</artifactId>
-		<version>2.1.3</version>
+		<version>2.2.0-SNAPSHOT</version>
 	</parent>
 
 	<dependencies>

+ 1 - 1
liteflow-spring-boot-starter/pom.xml

@@ -5,7 +5,7 @@
     <parent>
         <artifactId>liteflow</artifactId>
         <groupId>com.thebeastshop</groupId>
-        <version>2.1.3</version>
+        <version>2.2.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

+ 1 - 1
liteflow-test/pom.xml

@@ -26,7 +26,7 @@
         <dependency>
             <groupId>com.thebeastshop</groupId>
             <artifactId>liteflow-spring-boot-starter</artifactId>
-            <version>2.1.3</version>
+            <version>2.2.0-SNAPSHOT</version>
         </dependency>
 
         <dependency>

+ 1 - 1
pom.xml

@@ -5,7 +5,7 @@
     <artifactId>liteflow</artifactId>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
-    <version>2.1.3</version>
+    <version>2.2.0-SNAPSHOT</version>
 
     <properties>
     	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>