Skip to content

Commit

Permalink
v3.3.7 (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
scx567888 authored Feb 7, 2025
1 parent 825c340 commit 8e65d63
Show file tree
Hide file tree
Showing 27 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

English | [简体中文](./README.zh-CN.md)

> A Web rapid development framework
> A simple Web development framework
## Maven

Expand Down
2 changes: 1 addition & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

简体中文 | [English](./README.md)

> 一个 Web 快速开发框架
> 一个简单的 Web 开发框架
## Maven

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@

<artifactId>scx</artifactId>
<packaging>pom</packaging>
<version>3.3.6</version>
<version>3.3.7</version>

<name>SCX</name>
<url>https://github.com/scx567888/scx</url>
<description>
A Web rapid development framework
A simple Web development framework
</description>

<developers>
Expand Down
2 changes: 1 addition & 1 deletion scx-ansi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cool.scx</groupId>
<artifactId>scx</artifactId>
<version>3.3.6</version>
<version>3.3.7</version>
</parent>

<artifactId>scx-ansi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion scx-app-x/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cool.scx</groupId>
<artifactId>scx</artifactId>
<version>3.3.6</version>
<version>3.3.7</version>
</parent>

<artifactId>scx-app-x</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion scx-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cool.scx</groupId>
<artifactId>scx</artifactId>
<version>3.3.6</version>
<version>3.3.7</version>
</parent>

<artifactId>scx-app</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion scx-app/src/main/java/cool/scx/app/ScxVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class ScxVersion {
/**
* SCX 版本号
*/
public static final String SCX_VERSION = "3.3.6";
public static final String SCX_VERSION = "3.3.7";

/**
* 在控制台上打印 banner
Expand Down
2 changes: 1 addition & 1 deletion scx-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cool.scx</groupId>
<artifactId>scx</artifactId>
<version>3.3.6</version>
<version>3.3.7</version>
</parent>

<artifactId>scx-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion scx-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cool.scx</groupId>
<artifactId>scx</artifactId>
<version>3.3.6</version>
<version>3.3.7</version>
</parent>

<artifactId>scx-config</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion scx-data-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cool.scx</groupId>
<artifactId>scx</artifactId>
<version>3.3.6</version>
<version>3.3.7</version>
</parent>

<artifactId>scx-data-jdbc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion scx-data-mysql-x/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cool.scx</groupId>
<artifactId>scx</artifactId>
<version>3.3.6</version>
<version>3.3.7</version>
</parent>

<artifactId>scx-data-mysql-x</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion scx-data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cool.scx</groupId>
<artifactId>scx</artifactId>
<version>3.3.6</version>
<version>3.3.7</version>
</parent>

<artifactId>scx-data</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion scx-ffm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cool.scx</groupId>
<artifactId>scx</artifactId>
<version>3.3.6</version>
<version>3.3.7</version>
</parent>

<artifactId>scx-ffm</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion scx-http-x/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cool.scx</groupId>
<artifactId>scx</artifactId>
<version>3.3.6</version>
<version>3.3.7</version>
</parent>

<artifactId>scx-http-x</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion scx-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cool.scx</groupId>
<artifactId>scx</artifactId>
<version>3.3.6</version>
<version>3.3.7</version>
</parent>

<artifactId>scx-http</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion scx-io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cool.scx</groupId>
<artifactId>scx</artifactId>
<version>3.3.6</version>
<version>3.3.7</version>
</parent>

<artifactId>scx-io</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion scx-jdbc-mysql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cool.scx</groupId>
<artifactId>scx</artifactId>
<version>3.3.6</version>
<version>3.3.7</version>
</parent>

<artifactId>scx-jdbc-mysql</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion scx-jdbc-sql-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cool.scx</groupId>
<artifactId>scx</artifactId>
<version>3.3.6</version>
<version>3.3.7</version>
</parent>

<artifactId>scx-jdbc-sql-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion scx-jdbc-sqlite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cool.scx</groupId>
<artifactId>scx</artifactId>
<version>3.3.6</version>
<version>3.3.7</version>
</parent>

<artifactId>scx-jdbc-sqlite</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion scx-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cool.scx</groupId>
<artifactId>scx</artifactId>
<version>3.3.6</version>
<version>3.3.7</version>
</parent>

<artifactId>scx-jdbc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion scx-logging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cool.scx</groupId>
<artifactId>scx</artifactId>
<version>3.3.6</version>
<version>3.3.7</version>
</parent>

<artifactId>scx-logging</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion scx-reflect/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cool.scx</groupId>
<artifactId>scx</artifactId>
<version>3.3.6</version>
<version>3.3.7</version>
</parent>

<artifactId>scx-reflect</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion scx-scheduling/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cool.scx</groupId>
<artifactId>scx</artifactId>
<version>3.3.6</version>
<version>3.3.7</version>
</parent>

<artifactId>scx-scheduling</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion scx-socket-vertx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cool.scx</groupId>
<artifactId>scx</artifactId>
<version>3.3.6</version>
<version>3.3.7</version>
</parent>

<artifactId>scx-socket-vertx</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion scx-socket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cool.scx</groupId>
<artifactId>scx</artifactId>
<version>3.3.6</version>
<version>3.3.7</version>
</parent>

<artifactId>scx-socket</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion scx-tcp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cool.scx</groupId>
<artifactId>scx</artifactId>
<version>3.3.6</version>
<version>3.3.7</version>
</parent>

<artifactId>scx-tcp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion scx-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cool.scx</groupId>
<artifactId>scx</artifactId>
<version>3.3.6</version>
<version>3.3.7</version>
</parent>

<artifactId>scx-web</artifactId>
Expand Down

0 comments on commit 8e65d63

Please sign in to comment.