diff --git a/README.md b/README.md index 9ff05957d60ea22eea19651c8c2f590d12c0e1e1..926aadba48b006f80ae50d78169bc541dc0c0b7f 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ smart-servlet 在 smart-http 的架构之上,通过继承 HttpHandle 实现了 org.smartboot.servlet smart-servlet-maven-plugin - 0.2 + 0.2.1 8080 @@ -90,7 +90,7 @@ smart-servlet 在 smart-http 的架构之上,通过继承 HttpHandle 实现了 org.smartboot.servlet smart-servlet-spring-boot-starter - 0.2 + 0.2.1 diff --git a/pom.xml b/pom.xml index 755bc43e5fd91a4f2fb7043acdecbe2a1c555ee3..0204b53e09008a131aedcc837c47c89e681ae1d8 100644 --- a/pom.xml +++ b/pom.xml @@ -5,12 +5,12 @@ 4.0.0 org.smartboot.servlet smart-servlet-parent - 0.2 + 0.2.1 pom 1.2.0 - 0.2 + 0.2.1 3.1.0 1.3.2 @@ -169,7 +169,7 @@ sign-artifacts - + deploy sign diff --git a/servlet-core/pom.xml b/servlet-core/pom.xml index 59ed9c3c1531c44529c02a54cfcd4874dff9669d..c0200935790e465a4f2737507e38836d81d53e3a 100644 --- a/servlet-core/pom.xml +++ b/servlet-core/pom.xml @@ -15,7 +15,7 @@ smart-servlet-parent org.smartboot.servlet - 0.2 + 0.2.1 servlet-core 4.0.0 diff --git a/servlet-core/src/main/java/org/smartboot/servlet/ContainerRuntime.java b/servlet-core/src/main/java/org/smartboot/servlet/ContainerRuntime.java index c17fd006b2edaf3f8e8e46c23a0c80b656f13856..21a2c2d052a8c3b2e6fc018a3c9eb08b450221f3 100644 --- a/servlet-core/src/main/java/org/smartboot/servlet/ContainerRuntime.java +++ b/servlet-core/src/main/java/org/smartboot/servlet/ContainerRuntime.java @@ -63,7 +63,7 @@ public class ContainerRuntime { * Font Name: Puffy */ private static final String BANNER = " _ _ _ \n" + " ( )_ (_ ) ( )_ \n" + " ___ ___ ___ _ _ _ __ | ,_) ___ __ _ __ _ _ | | __ | ,_)\n" + "/',__)/' _ ` _ `\\ /'_` )( '__)| | /',__) /'__`\\( '__)( ) ( ) | | /'__`\\| | \n" + "\\__, \\| ( ) ( ) |( (_| || | | |_ \\__, \\( ___/| | | \\_/ | | | ( ___/| |_ \n" + "(____/(_) (_) (_)`\\__,_)(_) `\\__) (____/`\\____)(_) `\\___/'(___)`\\____)`\\__)"; - public static final String VERSION = "0.2"; + public static final String VERSION = "0.2.1"; /** * 注册在当前 Servlet 容器中的运行环境 */ diff --git a/smart-servlet-maven-plugin/pom.xml b/smart-servlet-maven-plugin/pom.xml index 7f8b8f3fb88edc5489166b50e9940660b626ef90..14dc320798fa8ca88ab7647643675ee159199df9 100644 --- a/smart-servlet-maven-plugin/pom.xml +++ b/smart-servlet-maven-plugin/pom.xml @@ -15,7 +15,7 @@ smart-servlet-parent org.smartboot.servlet - 0.2 + 0.2.1 4.0.0 maven-plugin diff --git a/spring-boot-starter/pom.xml b/spring-boot-starter/pom.xml index 42006042383a82f89720a9ac724f71dcd2d53559..cc209f8368729becde33650d6d9553ab9c4a5173 100644 --- a/spring-boot-starter/pom.xml +++ b/spring-boot-starter/pom.xml @@ -15,7 +15,7 @@ smart-servlet-parent org.smartboot.servlet - 0.2 + 0.2.1 4.0.0 diff --git a/testsuite/pom.xml b/testsuite/pom.xml index acdef9d9a23005d9d9e587e447e557fd3942e945..cb4d6d52ebdf9532f762d7ec8a4a7e4c8fffea34 100644 --- a/testsuite/pom.xml +++ b/testsuite/pom.xml @@ -73,7 +73,7 @@ org.smartboot.servlet smart-servlet-maven-plugin - 0.2 + 0.2.1 8081 /demo