Skip to content

Commit

Permalink
升级版本到1.2.5.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongxunking committed Oct 13, 2019
1 parent 6f13ab5 commit d521a16
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<dependency>
<groupId>org.bekit</groupId>
<artifactId>event</artifactId>
<version>1.2.4.RELEASE</version>
<version>1.2.5.RELEASE</version>
</dependency>
```

Expand Down Expand Up @@ -123,7 +123,7 @@ eventPublisher.publish(new AddUserEvent("123", 张三"));
<dependency>
<groupId>org.bekit</groupId>
<artifactId>flow</artifactId>
<version>1.2.4.RELEASE</version>
<version>1.2.5.RELEASE</version>
</dependency>
```
2. 如果是spring-boot项目则不需要进行任何配置。
Expand Down Expand Up @@ -333,7 +333,7 @@ trade = flowEngine.start("tradeFlow", trade);
<dependency>
<groupId>org.bekit</groupId>
<artifactId>service</artifactId>
<version>1.2.4.RELEASE</version>
<version>1.2.5.RELEASE</version>
</dependency>
```
2. 如果是spring-boot项目则不需要进行任何配置。
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.bekit</groupId>
<artifactId>bekit</artifactId>
<version>1.2.4.RELEASE</version>
<version>1.2.5.RELEASE</version>
</parent>

<artifactId>common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion event/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.bekit</groupId>
<artifactId>bekit</artifactId>
<version>1.2.4.RELEASE</version>
<version>1.2.5.RELEASE</version>
</parent>

<artifactId>event</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.bekit</groupId>
<artifactId>bekit</artifactId>
<version>1.2.4.RELEASE</version>
<version>1.2.5.RELEASE</version>
</parent>

<artifactId>flow</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>org.bekit</groupId>
<artifactId>bekit</artifactId>
<version>1.2.4.RELEASE</version>
<version>1.2.5.RELEASE</version>
<packaging>pom</packaging>

<name>bekit</name>
Expand Down
2 changes: 1 addition & 1 deletion service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.bekit</groupId>
<artifactId>bekit</artifactId>
<version>1.2.4.RELEASE</version>
<version>1.2.5.RELEASE</version>
</parent>

<artifactId>service</artifactId>
Expand Down

0 comments on commit d521a16

Please sign in to comment.