Skip to content

Commit d521a16

Browse files
committed
升级版本到1.2.5.RELEASE
1 parent 6f13ab5 commit d521a16

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>org.bekit</groupId>
2929
<artifactId>event</artifactId>
30-
<version>1.2.4.RELEASE</version>
30+
<version>1.2.5.RELEASE</version>
3131
</dependency>
3232
```
3333

@@ -123,7 +123,7 @@ eventPublisher.publish(new AddUserEvent("123", 张三"));
123123
<dependency>
124124
<groupId>org.bekit</groupId>
125125
<artifactId>flow</artifactId>
126-
<version>1.2.4.RELEASE</version>
126+
<version>1.2.5.RELEASE</version>
127127
</dependency>
128128
```
129129
2. 如果是spring-boot项目则不需要进行任何配置。
@@ -333,7 +333,7 @@ trade = flowEngine.start("tradeFlow", trade);
333333
<dependency>
334334
<groupId>org.bekit</groupId>
335335
<artifactId>service</artifactId>
336-
<version>1.2.4.RELEASE</version>
336+
<version>1.2.5.RELEASE</version>
337337
</dependency>
338338
```
339339
2. 如果是spring-boot项目则不需要进行任何配置。

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.bekit</groupId>
88
<artifactId>bekit</artifactId>
9-
<version>1.2.4.RELEASE</version>
9+
<version>1.2.5.RELEASE</version>
1010
</parent>
1111

1212
<artifactId>common</artifactId>

event/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.bekit</groupId>
88
<artifactId>bekit</artifactId>
9-
<version>1.2.4.RELEASE</version>
9+
<version>1.2.5.RELEASE</version>
1010
</parent>
1111

1212
<artifactId>event</artifactId>

flow/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.bekit</groupId>
88
<artifactId>bekit</artifactId>
9-
<version>1.2.4.RELEASE</version>
9+
<version>1.2.5.RELEASE</version>
1010
</parent>
1111

1212
<artifactId>flow</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>org.bekit</groupId>
1212
<artifactId>bekit</artifactId>
13-
<version>1.2.4.RELEASE</version>
13+
<version>1.2.5.RELEASE</version>
1414
<packaging>pom</packaging>
1515

1616
<name>bekit</name>

service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.bekit</groupId>
88
<artifactId>bekit</artifactId>
9-
<version>1.2.4.RELEASE</version>
9+
<version>1.2.5.RELEASE</version>
1010
</parent>
1111

1212
<artifactId>service</artifactId>

0 commit comments

Comments
 (0)