Skip to content

Commit 9c1c353

Browse files
committed
3.2.1
1 parent 4061f6d commit 9c1c353

228 files changed

Lines changed: 237 additions & 237 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<h1 align="center" style="text-align:center;">
22
<img src="solon_icon.png" width="128" />
33
<br />
4-
Solon v3.2.1-SNAPSHOT
4+
Solon v3.2.1
55
</h1>
66
<p align="center">
77
<strong>Java enterprise application development framework for full scenario: Restrained, Efficient, Open, Ecological</strong>

README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<h1 align="center" style="text-align:center;">
22
<img src="solon_icon.png" width="128" />
33
<br />
4-
Solon v3.2.1-SNAPSHOT
4+
Solon v3.2.1
55
</h1>
66
<p align="center">
77
<strong>面向全场景的 Java 企业级应用开发框架:克制、高效、开放、生态</strong>

README_EN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<h1 align="center" style="text-align:center;">
22
<img src="solon_icon.png" width="128" />
33
<br />
4-
Solon v3.2.1-SNAPSHOT
4+
Solon v3.2.1
55
</h1>
66
<p align="center">
77
<strong>Java enterprise application development framework for full scenario: Restrained, Efficient, Open, Ecological</strong>

README_JP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<h1 align="center" style="text-align:center;">
22
<img src="solon_icon.png" width="128" />
33
<br />
4-
Solon v3.2.1-SNAPSHOT
4+
Solon v3.2.1
55
</h1>
66
<p align="center">
77
<strong>全シーンに向けたJava企業向けアプリケーション開発フレームワーク:抑制、効率、オープン、エコ</strong>

README_RU.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<h1 align="center" style="text-align:center;">
22
<img src="solon_icon.png" width="128" />
33
<br />
4-
Solon v3.2.1-SNAPSHOT
4+
Solon v3.2.1
55
</h1>
66
<p align="center">
77
<strong>Структура разработки приложений на бизнес-уровне, ориентированная на полную сцену: сдержанность, эффективность, открытость, экология</strong>

__hatch/nami-coder-thrift/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.noear</groupId>
99
<artifactId>solon-parent</artifactId>
10-
<version>3.2.1-SNAPSHOT</version>
10+
<version>3.2.1</version>
1111
<relativePath>../../solon-parent/pom.xml</relativePath>
1212
</parent>
1313

@@ -19,13 +19,13 @@
1919
<dependency>
2020
<groupId>org.noear</groupId>
2121
<artifactId>solon</artifactId>
22-
<version>3.2.1-SNAPSHOT</version>
22+
<version>3.2.1</version>
2323
</dependency>
2424

2525
<dependency>
2626
<groupId>org.noear</groupId>
2727
<artifactId>nami</artifactId>
28-
<version>3.2.1-SNAPSHOT</version>
28+
<version>3.2.1</version>
2929
</dependency>
3030
</dependencies>
3131

__hatch/nanoxlsx4j-solon-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.noear</groupId>
99
<artifactId>solon-parent</artifactId>
10-
<version>3.2.1-SNAPSHOT</version>
10+
<version>3.2.1</version>
1111
<relativePath>../../solon-parent/pom.xml</relativePath>
1212
</parent>
1313

__hatch/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.noear</groupId>
99
<artifactId>solon-parent</artifactId>
10-
<version>3.2.1-SNAPSHOT</version>
10+
<version>3.2.1</version>
1111
<relativePath>../solon-parent/pom.xml</relativePath>
1212
</parent>
1313

__hatch/solon-boot-nettyhttp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.noear</groupId>
99
<artifactId>solon-parent</artifactId>
10-
<version>3.2.1-SNAPSHOT</version>
10+
<version>3.2.1</version>
1111
<relativePath>../../solon-parent/pom.xml</relativePath>
1212
</parent>
1313

__hatch/solon-boot-reactor-netty/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.noear</groupId>
99
<artifactId>solon-parent</artifactId>
10-
<version>3.2.1-SNAPSHOT</version>
10+
<version>3.2.1</version>
1111
<relativePath>../../solon-parent/pom.xml</relativePath>
1212
</parent>
1313

0 commit comments

Comments
 (0)