Skip to content

Commit

Permalink
release version 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vavi committed Jan 25, 2021
1 parent 1a66a9b commit b4d677a
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 10 deletions.
6 changes: 6 additions & 0 deletions CHANELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#2.5.0
1. 支持了并行网关的 anyof 模式,见`ServiceOrchestrationParallelGatewayTest`

#2.5.0
1. 支持了Camunda Modeler(使用 https://github.com/camunda/camunda-modeler 4.0.0 这个tag 版本)。可以直接用Camunda Modeler 绘制,导出,然后在系统中无缝使用。
在这个版本发布中,我们兼容了 smart:class,smart:properties,smart:eventListener 这几个attributes。

#2.2.2
0. 完善了父子流程,并行网关的并发服务编排逻辑。
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.alibaba.smart.framework</groupId>
<artifactId>smart-engine</artifactId>
<version>2.5.0</version>
<version>2.5.1</version>
</parent>

<artifactId>smart-engine-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extension/retry/retry-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>smart-engine</artifactId>
<groupId>com.alibaba.smart.framework</groupId>
<version>2.5.0</version>
<version>2.5.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion extension/retry/retry-custom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>smart-engine</artifactId>
<groupId>com.alibaba.smart.framework</groupId>
<version>2.5.0</version>
<version>2.5.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion extension/retry/retry-mysql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>smart-engine</artifactId>
<groupId>com.alibaba.smart.framework</groupId>
<version>2.5.0</version>
<version>2.5.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion extension/storage/storage-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>smart-engine</artifactId>
<groupId>com.alibaba.smart.framework</groupId>
<version>2.5.0</version>
<version>2.5.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion extension/storage/storage-custom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.alibaba.smart.framework</groupId>
<artifactId>smart-engine</artifactId>
<version>2.5.0</version>
<version>2.5.1</version>
</parent>

<artifactId>smart-engine-extension-storage-custom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extension/storage/storage-mongodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>smart-engine</artifactId>
<groupId>com.alibaba.smart.framework</groupId>
<version>2.5.0</version>
<version>2.5.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion extension/storage/storage-mysql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.alibaba.smart.framework</groupId>
<artifactId>smart-engine</artifactId>
<version>2.5.0</version>
<version>2.5.1</version>
</parent>

<artifactId>smart-engine-extension-storage-mysql</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<groupId>com.alibaba.smart.framework</groupId>
<artifactId>smart-engine</artifactId>
<!-- mvn versions:set -DnewVersion=2.0.8-SNAPSHOT -DgenerateBackupPoms=false -->
<!-- mvn versions:set -DnewVersion=2.5.0 -DgenerateBackupPoms=false -->
<!-- mvn versions:set -DnewVersion=2.5.1 -DgenerateBackupPoms=false -->
<!-- mvn versions:set -DnewVersion=2.2.0.alpha0 -DgenerateBackupPoms=false -->

<version>2.5.0</version>
<version>2.5.1</version>

<packaging>pom</packaging>
<name>Smart Engine</name>
Expand Down

0 comments on commit b4d677a

Please sign in to comment.