From 19b71a2fb5330dd6707b7217c60ff2ce4050f359 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=88=80?= Date: Sun, 7 May 2023 21:58:46 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=8F=91=E5=B8=83=E6=AD=A3=E5=BC=8F?= =?UTF-8?q?=E5=8C=85=200.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- pom.xml | 8 ++++---- servlet-core/pom.xml | 2 +- .../main/java/org/smartboot/servlet/ContainerRuntime.java | 2 +- smart-servlet-maven-plugin/pom.xml | 2 +- spring-boot-starter/pom.xml | 2 +- testsuite/pom.xml | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 9ff0595..926aadb 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 755bc43..d36829a 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,8 +169,8 @@ sign-artifacts - - deploy + verify + sign diff --git a/servlet-core/pom.xml b/servlet-core/pom.xml index 59ed9c3..c020093 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 c17fd00..21a2c2d 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 7f8b8f3..14dc320 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 4200604..cc209f8 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 acdef9d..cb4d6d5 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 -- Gitee From 02718108072596df51a778370997da9758ba1359 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=88=80?= Date: Sun, 7 May 2023 21:59:04 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=8F=91=E5=B8=83=E6=AD=A3=E5=BC=8F?= =?UTF-8?q?=E5=8C=85=200.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index d36829a..0204b53 100644 --- a/pom.xml +++ b/pom.xml @@ -169,8 +169,8 @@ sign-artifacts - verify - + + deploy sign -- Gitee