diff --git a/README.md b/README.md index 926aadba48b006f80ae50d78169bc541dc0c0b7f..6ac4d41daa78ccb205d165217cdffec6da69292a 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.1 + 0.3 8080 @@ -90,7 +90,7 @@ smart-servlet 在 smart-http 的架构之上,通过继承 HttpHandle 实现了 org.smartboot.servlet smart-servlet-spring-boot-starter - 0.2.1 + 0.3 diff --git a/pom.xml b/pom.xml index 8a7ee622900f770cdce4d84dd37bb7e2a55cd471..58d74cbcad0477268abeed5bf0caa2828747879c 100644 --- a/pom.xml +++ b/pom.xml @@ -5,12 +5,12 @@ 4.0.0 org.smartboot.servlet smart-servlet-parent - 0.2.1 + 0.3 pom 1.2.1 - 0.2.1 + 0.3 4.0.1 1.3.2 diff --git a/servlet-core/pom.xml b/servlet-core/pom.xml index 015a97230c3750e3e69cd8801ba617b82552da3b..9fb7f51638567c6a87a8aa0c41227079586ea1cc 100644 --- a/servlet-core/pom.xml +++ b/servlet-core/pom.xml @@ -15,7 +15,7 @@ smart-servlet-parent org.smartboot.servlet - 0.2.1 + 0.3 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 05ceeec4f63271020df7aefe5c5776c5ca1d50f7..997e1594ea820ec415ddc1834a930624f64d8564 100644 --- a/servlet-core/src/main/java/org/smartboot/servlet/ContainerRuntime.java +++ b/servlet-core/src/main/java/org/smartboot/servlet/ContainerRuntime.java @@ -64,7 +64,7 @@ public class ContainerRuntime { * Font Name: Puffy */ private static final String BANNER = " _ _ _ \n" + " ( )_ (_ ) ( )_ \n" + " ___ ___ ___ _ _ _ __ | ,_) ___ __ _ __ _ _ | | __ | ,_)\n" + "/',__)/' _ ` _ `\\ /'_` )( '__)| | /',__) /'__`\\( '__)( ) ( ) | | /'__`\\| | \n" + "\\__, \\| ( ) ( ) |( (_| || | | |_ \\__, \\( ___/| | | \\_/ | | | ( ___/| |_ \n" + "(____/(_) (_) (_)`\\__,_)(_) `\\__) (____/`\\____)(_) `\\___/'(___)`\\____)`\\__)"; - public static final String VERSION = "0.2.1"; + public static final String VERSION = "0.3"; /** * 注册在当前 Servlet 容器中的运行环境 */ diff --git a/smart-servlet-maven-plugin/pom.xml b/smart-servlet-maven-plugin/pom.xml index 14dc320798fa8ca88ab7647643675ee159199df9..4f37cd70e58c897905982f5733bc84950a643524 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.1 + 0.3 4.0.0 maven-plugin diff --git a/spring-boot-starter/pom.xml b/spring-boot-starter/pom.xml index a8884ccd80826f723b670a9da2ce514952ae4d2f..b58207cd74acb24b8eb75cea58c8aa164036d9a8 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.1 + 0.3 4.0.0 diff --git a/testsuite/pom.xml b/testsuite/pom.xml index 51111de505db038db864ab6ea164a8902a8f4e3c..791c431920f1939fa0522e31db7cdab88a0dd5d8 100644 --- a/testsuite/pom.xml +++ b/testsuite/pom.xml @@ -47,7 +47,7 @@ org.smartboot.servlet servlet-core - 0.2.1 + 0.3 org.junit