diff --git a/liteflow-core/pom.xml b/liteflow-core/pom.xml index ab2a01b9f..cf868c27e 100644 --- a/liteflow-core/pom.xml +++ b/liteflow-core/pom.xml @@ -5,6 +5,7 @@ liteflow-core jar 4.0.0 + liteflow core com.yomahub diff --git a/liteflow-spring-boot-starter/pom.xml b/liteflow-spring-boot-starter/pom.xml index 7eed419a7..0989631cf 100644 --- a/liteflow-spring-boot-starter/pom.xml +++ b/liteflow-spring-boot-starter/pom.xml @@ -8,8 +8,8 @@ 2.2.0-SNAPSHOT 4.0.0 - liteflow-spring-boot-starter + liteflow springboot starter diff --git a/pom.xml b/pom.xml index 0564c19ec..c4ef1c03c 100644 --- a/pom.xml +++ b/pom.xml @@ -6,6 +6,35 @@ pom 4.0.0 2.2.0-SNAPSHOT + a lightweight and practical micro-process framework + + + + MIT License + https://opensource.org/licenses/MIT + repo + + + + + + weenyc31@163.com + bryan.zhang + https://github.com/bryan31 + bryan31 + + + + + Github Issue + https://github.com/bryan31/liteflow/issues + + + + scm:git@github.com:bryan31/liteflow.git + scm:git@github.com:bryan31/liteflow.git + git@github.com:bryan31/liteflow.git + UTF-8 @@ -134,6 +163,21 @@ true + + maven-source-plugin + 2.4 + + true + + + + package + + jar-no-fork + + + +