Skip to content

Commit

Permalink
0.51
Browse files Browse the repository at this point in the history
  • Loading branch information
noear committed Oct 13, 2023
1 parent a4b9105 commit 77904e1
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion LOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

#### 0.50
#### 0.51
* 添加 TopicDispatcher,将调度处理与路由器开发(更方便添加监控)
* 添加 InterceptorChain::getTargets 接口(可以知道有哪些订阅)
* 添加 Acceptor::isSingle 接口,用于识别单发还是多发接收
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ DamiBus,专为本地多模块之间通讯解耦而设计(尤其是未知模
<dependency>
<groupId>org.noear</groupId>
<artifactId>dami</artifactId>
<version>0.50</version>
<version>0.51</version>
</dependency>
```

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

<groupId>org.noear</groupId>
<artifactId>dami-parent</artifactId>
<version>0.50</version>
<version>0.51</version>
<packaging>pom</packaging>

<name>${project.artifactId}</name>
Expand Down Expand Up @@ -39,7 +39,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
<dami.version>0.50</dami.version>
<dami.version>0.51</dami.version>
<junit4.version>4.13.2</junit4.version>
<junit5.version>5.9.1</junit5.version>
<slf4j.version>2.0.9</slf4j.version>
Expand Down
2 changes: 1 addition & 1 deletion dami-solon-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<dependency>
<groupId>org.noear</groupId>
<artifactId>dami-solon-plugin</artifactId>
<version>0.50</version>
<version>0.51</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion dami-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>dami-parent</artifactId>
<version>0.50</version>
<version>0.51</version>
<relativePath>../dami-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion dami-springboot-starter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<dependency>
<groupId>org.noear</groupId>
<artifactId>dami-springboot-starter</artifactId>
<version>0.50</version>
<version>0.51</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion dami-springboot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>dami-parent</artifactId>
<version>0.50</version>
<version>0.51</version>
<relativePath>../dami-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion dami/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<dependency>
<groupId>org.noear</groupId>
<artifactId>dami</artifactId>
<version>0.50</version>
<version>0.51</version>
</dependency>
```

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

Expand Down

0 comments on commit 77904e1

Please sign in to comment.