Skip to content

Commit

Permalink
2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
noear committed Aug 4, 2023
1 parent d9d227a commit 7f7e4dd
Show file tree
Hide file tree
Showing 259 changed files with 268 additions and 268 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h1 align="center" style="text-align:center;">
<img src="solon_icon.png" width="128" />
<br />
Solon v2.4.2-SNAPSHOT
Solon v2.4.2
</h1>
<p align="center">
<strong>Java 新的生态型应用开发框架,更小、更快、更简单!</strong>
Expand Down Expand Up @@ -79,7 +79,7 @@ Solon v2.4.2-SNAPSHOT
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>2.4.2-SNAPSHOT</version>
<version>2.4.2</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions README_EN.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h1 align="center" style="text-align:center;">
<img src="solon_icon.png" width="128" />
<br />
Solon v2.4.2-SNAPSHOT
Solon v2.4.2
</h1>
<p align="center">
<strong>Java new ecological application development framework, smaller, faster, simpler!</strong>
Expand Down Expand Up @@ -78,7 +78,7 @@ Build from scratch. It has its own standards and norms and open ecology. Combina
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>2.4.2-SNAPSHOT</version>
<version>2.4.2</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions README_JP.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h1 align="center" style="text-align:center;">
<img src="solon_icon.png" width="128" />
<br />
Solon v2.4.2-SNAPSHOT
Solon v2.4.2
</h1>
<p align="center">
<strong>Javaの新しい生態系アプリケーション開発フレームワーク、より小さく、より速く、より簡単に!</strong>
Expand Down Expand Up @@ -79,7 +79,7 @@ Solon v2.4.2-SNAPSHOT
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>2.4.2-SNAPSHOT</version>
<version>2.4.2</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions README_RU.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h1 align="center" style="text-align:center;">
<img src="solon_icon.png" width="128" />
<br />
Solon v2.4.2-SNAPSHOT
Solon v2.4.2
</h1>
<p align="center">
<strong>Новая структура разработки приложений Java, меньше, быстрее и проще!</strong>
Expand Down Expand Up @@ -79,7 +79,7 @@ Solon v2.4.2-SNAPSHOT
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>2.4.2-SNAPSHOT</version>
<version>2.4.2</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion UPDATE_LOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* 调整 solon.health.detector 代码实现,增加复用性
* 修复 solon.cloud.eventplus 插件 `@CloudEventSubscribe` 注解在函数会出错的问题
* 修复 solon.docs 插件 `@ApiParam` 注解无效的问题
* mybatis-flex 升为 1.5.5
* mybatis-flex 升为 1.5.6
* beetlsql 升为 3.23.6-RELEASE
* sqltoy 升为 5.2.60
* snack3 升为 3.2.75
Expand Down
2 changes: 1 addition & 1 deletion __hatch/metrics-solon-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>2.4.2-SNAPSHOT</version>
<version>2.4.2</version>
<relativePath>../../solon-parent/pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions __hatch/nami.coder.thrift/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>2.4.2-SNAPSHOT</version>
<version>2.4.2</version>
<relativePath>../../solon-parent/pom.xml</relativePath>
</parent>

Expand All @@ -19,13 +19,13 @@
<dependency>
<groupId>org.noear</groupId>
<artifactId>solon</artifactId>
<version>2.4.2-SNAPSHOT</version>
<version>2.4.2</version>
</dependency>

<dependency>
<groupId>org.noear</groupId>
<artifactId>nami</artifactId>
<version>2.4.2-SNAPSHOT</version>
<version>2.4.2</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion __hatch/nanoxlsx4j-solon-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>2.4.2-SNAPSHOT</version>
<version>2.4.2</version>
<relativePath>../../solon-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion __hatch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>2.4.2-SNAPSHOT</version>
<version>2.4.2</version>
<relativePath>../solon-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion __hatch/solon.boot.reactor-netty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>2.4.2-SNAPSHOT</version>
<version>2.4.2</version>
<relativePath>../../solon-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion __hatch/solon.serialization.avro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>2.4.2-SNAPSHOT</version>
<version>2.4.2</version>
<relativePath>../../solon-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion __hatch/solon.serialization.thrift/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>2.4.2-SNAPSHOT</version>
<version>2.4.2</version>
<relativePath>../../solon-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion __release/nami-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>2.4.2-SNAPSHOT</version>
<version>2.4.2</version>
<relativePath>../../solon-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion __release/solon-base-boot-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>2.4.2-SNAPSHOT</version>
<version>2.4.2</version>
<relativePath>../../solon-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion __release/solon-base-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>2.4.2-SNAPSHOT</version>
<version>2.4.2</version>
<relativePath>../../solon-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion __release/solon-base-extend-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>2.4.2-SNAPSHOT</version>
<version>2.4.2</version>
<relativePath>../../solon-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion __release/solon-base-render-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>2.4.2-SNAPSHOT</version>
<version>2.4.2</version>
<relativePath>../../solon-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion __release/solon-plugin-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>2.4.2-SNAPSHOT</version>
<version>2.4.2</version>
<relativePath>../../solon-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion __release/solon-plugin-bundle2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>2.4.2-SNAPSHOT</version>
<version>2.4.2</version>
<relativePath>../../solon-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion __release/solon-plugin-cloud-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>2.4.2-SNAPSHOT</version>
<version>2.4.2</version>
<relativePath>../../solon-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion __release/solon-plugin-data-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>2.4.2-SNAPSHOT</version>
<version>2.4.2</version>
<relativePath>../../solon-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion __release/solon-shortcuts-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>2.4.2-SNAPSHOT</version>
<version>2.4.2</version>
<relativePath>../../solon-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion __release/solon-tool-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>2.4.2-SNAPSHOT</version>
<version>2.4.2</version>
<relativePath>../../solon-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion __test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>2.4.2-SNAPSHOT</version>
<version>2.4.2</version>
<relativePath>../solon-parent/pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions solon-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>2.4.2-SNAPSHOT</version>
<version>2.4.2</version>
<packaging>pom</packaging>

<name>${project.artifactId}</name>
Expand All @@ -19,7 +19,7 @@

<java.version>1.8</java.version>

<solon.version>2.4.2-SNAPSHOT</solon.version>
<solon.version>2.4.2</solon.version>
<snack3.version>3.2.75</snack3.version>
<weed3.version>3.4.33</weed3.version>
<wood.version>1.1.8</wood.version>
Expand Down Expand Up @@ -120,7 +120,7 @@
<beetl.version>3.15.7.RELEASE</beetl.version>
<beetlsql.version>3.23.6-RELEASE</beetlsql.version>
<sqltoy.version>5.2.60</sqltoy.version>
<mybatis-flex.version>1.5.5</mybatis-flex.version>
<mybatis-flex.version>1.5.6</mybatis-flex.version>
<fastmybatis.version>2.8.1</fastmybatis.version>
<dbvisitor.version>5.3.3</dbvisitor.version>
<bean-searcher.version>4.2.2</bean-searcher.version>
Expand Down
2 changes: 1 addition & 1 deletion solon-projects/nami/nami.channel.http.hutool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>2.4.2-SNAPSHOT</version>
<version>2.4.2</version>
<relativePath>../../../solon-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion solon-projects/nami/nami.channel.http.okhttp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>2.4.2-SNAPSHOT</version>
<version>2.4.2</version>
<relativePath>../../../solon-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion solon-projects/nami/nami.channel.socketd.jdksocket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>2.4.2-SNAPSHOT</version>
<version>2.4.2</version>
<relativePath>../../../solon-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion solon-projects/nami/nami.channel.socketd.netty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>2.4.2-SNAPSHOT</version>
<version>2.4.2</version>
<relativePath>../../../solon-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion solon-projects/nami/nami.channel.socketd.rsocket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>2.4.2-SNAPSHOT</version>
<version>2.4.2</version>
<relativePath>../../../solon-parent/pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>2.4.2-SNAPSHOT</version>
<version>2.4.2</version>
<relativePath>../../../solon-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion solon-projects/nami/nami.channel.socketd.websocket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>2.4.2-SNAPSHOT</version>
<version>2.4.2</version>
<relativePath>../../../solon-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion solon-projects/nami/nami.channel.socketd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>2.4.2-SNAPSHOT</version>
<version>2.4.2</version>
<relativePath>../../../solon-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion solon-projects/nami/nami.coder.fastjson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>2.4.2-SNAPSHOT</version>
<version>2.4.2</version>
<relativePath>../../../solon-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion solon-projects/nami/nami.coder.fastjson2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>2.4.2-SNAPSHOT</version>
<version>2.4.2</version>
<relativePath>../../../solon-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion solon-projects/nami/nami.coder.hessian/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>2.4.2-SNAPSHOT</version>
<version>2.4.2</version>
<relativePath>../../../solon-parent/pom.xml</relativePath>
</parent>

Expand Down
Loading

0 comments on commit 7f7e4dd

Please sign in to comment.