Skip to content

Commit d8c3d79

Browse files
authored
Merge pull request #52 from lthaoshao/re_release_v1.1.1
Fix v1.1.0 release issues
2 parents b0a4926 + 9b5338f commit d8c3d79

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33

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

6+
## [1.1.1] - 2023-06-26
7+
### Bugfix
8+
- Fix v1.1.0 release issues
9+
10+
611
## [1.1.0] - 2023-03-15
712

813
Support CallActivity configuration and execution.

demo/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@
66
<parent>
77
<groupId>com.didiglobal.turbo</groupId>
88
<artifactId>turbo</artifactId>
9-
<version>1.1.0</version>
9+
<version>1.1.1</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>
1313

1414
<artifactId>demo</artifactId>
15-
<version>1.1.0</version>
15+
<version>1.1.1</version>
1616
<packaging>jar</packaging>
1717

1818
<properties>
1919
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2020
<java.version>1.8</java.version>
2121

2222
<spring-boot.version>1.5.10.RELEASE</spring-boot.version>
23-
<turbo.engine.version>1.1.0</turbo.engine.version>
23+
<turbo.engine.version>1.1.1</turbo.engine.version>
2424
<h2.version>1.4.200</h2.version>
2525
</properties>
2626

engine/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<artifactId>engine</artifactId>
8-
<version>1.1.0</version>
8+
<version>1.1.1</version>
99
<packaging>jar</packaging>
1010

1111
<parent>
1212
<artifactId>turbo</artifactId>
1313
<groupId>com.didiglobal.turbo</groupId>
14-
<version>1.1.0</version>
14+
<version>1.1.1</version>
1515
</parent>
1616
<properties>
1717
<groovy.version>2.3.7</groovy.version>

pom.xml

+1-1
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.1.0</version>
9+
<version>1.1.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)