Skip to content

Commit

Permalink
版本升级至2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
smthing committed Aug 31, 2024
1 parent 75108c6 commit ab11c4d
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>tech.smartboot.servlet</groupId>
<artifactId>smart-servlet-parent</artifactId>
<version>2.1</version>
<version>2.2</version>
<packaging>pom</packaging>

<properties>
<smarthttp.version>1.6.0</smarthttp.version>
<smartservlet.version>2.1</smartservlet.version>
<smartservlet.version>2.2</smartservlet.version>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.encoding>UTF-8</maven.compiler.encoding>
Expand Down
2 changes: 1 addition & 1 deletion servlet-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<artifactId>smart-servlet-parent</artifactId>
<groupId>tech.smartboot.servlet</groupId>
<version>2.1</version>
<version>2.2</version>
</parent>
<name>servlet-core</name>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public class Container {
\s
\s
""";
public static final String VERSION = "v2.1";
public static final String VERSION = "v2.2";
/**
* 注册在当前 Servlet 容器中的运行环境
*/
Expand Down
2 changes: 1 addition & 1 deletion smart-servlet-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<artifactId>smart-servlet-parent</artifactId>
<groupId>tech.smartboot.servlet</groupId>
<version>2.1</version>
<version>2.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>maven-plugin</packaging>
Expand Down
4 changes: 2 additions & 2 deletions spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<artifactId>smart-servlet-parent</artifactId>
<groupId>tech.smartboot.servlet</groupId>
<version>2.1</version>
<version>2.2</version>
</parent>
<properties>
<springboot.version>3.3.1</springboot.version>
Expand Down Expand Up @@ -56,7 +56,7 @@
<!-- <dependency>-->
<!-- <groupId>org.smartboot.servlet.enterprise</groupId>-->
<!-- <artifactId>base</artifactId>-->
<!-- <version>2.1</version>-->
<!-- <version>2.2</version>-->
<!-- <scope>test</scope>-->
<!-- <optional>true</optional>-->
<!-- </dependency>-->
Expand Down
2 changes: 1 addition & 1 deletion springboot-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>tech.smartboot.servlet</groupId>
<artifactId>smart-servlet-spring-boot-starter</artifactId>
<version>2.1</version><!--最新版本 -->
<version>2.2</version><!--最新版本 -->
</dependency>

<!-- <dependency>-->
Expand Down
4 changes: 2 additions & 2 deletions tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
<junit.jupiter.execution.parallel.config.strategy>fixed</junit.jupiter.execution.parallel.config.strategy>
<junit.jupiter.execution.parallel.config.fixed.parallelism>2</junit.jupiter.execution.parallel.config.fixed.parallelism>
<junit.jupiter.extensions.autodetection.enabled>false</junit.jupiter.extensions.autodetection.enabled>
<smart.servlet.version>2.1</smart.servlet.version>
<smart.servlet.version>2.2</smart.servlet.version>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>tech.smartboot.servlet</groupId>
<artifactId>servlet-core</artifactId>
<version>2.1</version>
<version>2.2</version>
</dependency>
<dependency>
<groupId>org.junit</groupId>
Expand Down

0 comments on commit ab11c4d

Please sign in to comment.