Skip to content

Commit 9a8030d

Browse files
author
lanzhengjian
committed
升级pom&修改changelog
1 parent 869cd5d commit 9a8030d

File tree

6 files changed

+15
-8
lines changed

6 files changed

+15
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33

44
All notable changes to this project will be documented in this file.
55

6+
## [1.3.1] - 2025-11-14
7+
### Bugfix
8+
- Fix v1.3.0 release issues
9+
610
## [1.3.0] - 2025-10-29
711
### Changed
812
- JDK Upgrade: Upgraded from JDK 8 to JDK 21

demo/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
<modelVersion>4.0.0</modelVersion>
1313
<name>demo</name>
1414
<artifactId>demo</artifactId>
15-
<version>1.3.0</version>
15+
<version>1.3.1</version>
1616
<packaging>jar</packaging>
1717

1818
<properties>
1919
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2020
<java.version>21</java.version>
2121
<spring-boot.version>3.2.2</spring-boot.version>
22-
<turbo.engine.version>1.3.0</turbo.engine.version>
22+
<turbo.engine.version>1.3.1</turbo.engine.version>
2323
<h2.version>1.4.200</h2.version>
2424
</properties>
2525

docs/parallel/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ All notable changes to this project will be documented in this file.
1616

1717
### Changed
1818
- Thread pool default core size increased from 1 to 10
19-
- Engine dependency changed to version range `[1.3.0,)` allowing newer versions
19+
- Engine dependency changed to version range `[1.3.1,)` allowing newer versions
2020
- Enhanced POM configuration for standalone Maven Central publishing
2121

2222
### Fixed
@@ -30,6 +30,9 @@ All notable changes to this project will be documented in this file.
3030
- Updated `Parallel&InclusiveGateway.md` with quick start guide, nested gateway documentation, and concurrency safety guide
3131
- Cross-referenced documentation for better navigation
3232

33+
### Support
34+
- turbo 1.3.1+
35+
3336
## [1.1.0] - 2025-10-29
3437

3538
### Changed

engine/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<artifactId>engine</artifactId>
8-
<version>1.3.0</version>
8+
<version>1.3.1</version>
99
<packaging>jar</packaging>
1010
<name>engine</name>
1111

1212
<parent>
1313
<artifactId>turbo</artifactId>
1414
<groupId>com.didiglobal.turbo</groupId>
15-
<version>1.3.0</version>
15+
<version>1.3.1</version>
1616
</parent>
1717
<properties>
1818
<groovy.version>4.0.22</groovy.version>

parallel-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.didiglobal.turbo</groupId>
88
<artifactId>turbo</artifactId>
9-
<version>1.3.0</version>
9+
<version>1.3.1</version>
1010
</parent>
1111

1212
<groupId>com.didiglobal.turbo</groupId>
@@ -73,7 +73,7 @@
7373
<maven.compiler.source>21</maven.compiler.source>
7474
<maven.compiler.target>21</maven.compiler.target>
7575
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
76-
<turbo.engine.version>[1.3.0,)</turbo.engine.version>
76+
<turbo.engine.version>[1.3.1,)</turbo.engine.version>
7777
<spring-boot.version>3.5.0</spring-boot.version>
7878
<baomidou-dynamic-datasource.versioin>4.2.0</baomidou-dynamic-datasource.versioin>
7979
<mysql-connector-java.version>8.0.28</mysql-connector-java.version>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.didiglobal.turbo</groupId>
77
<artifactId>turbo</artifactId>
88
<packaging>pom</packaging>
9-
<version>1.3.0</version>
9+
<version>1.3.1</version>
1010
<name>turbo</name>
1111
<description>Turbo is a light-weight flow engine framework, support BPMN2.0</description>
1212
<url>https://www.github.com/didi/turbo</url>

0 commit comments

Comments
 (0)