Skip to content

Commit e317e6b

Browse files
Merge pull request #286 from serverlessworkflow/release-4.0.5.2
Fix 4.0.x branch to enable release 4.0.5
2 parents d59f357 + bc73b7a commit e317e6b

File tree

7 files changed

+10
-8
lines changed

7 files changed

+10
-8
lines changed

.github/project.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
release:
2-
current-version: 4.0.5.1
3-
next-version: 5.0.0-SNAPSHOT
2+
current-version: 4.0.5
3+
next-version: 4.0.6-SNAPSHOT

api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.serverlessworkflow</groupId>
88
<artifactId>serverlessworkflow-parent</artifactId>
9-
<version>4.0.x</version>
9+
<version>4.0.5-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>serverlessworkflow-api</artifactId>

diagram/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.serverlessworkflow</groupId>
88
<artifactId>serverlessworkflow-parent</artifactId>
9-
<version>4.0.x</version>
9+
<version>4.0.5-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>serverlessworkflow-diagram</artifactId>

pom.xml

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.serverlessworkflow</groupId>
88
<artifactId>serverlessworkflow-parent</artifactId>
9-
<version>4.0.x</version>
9+
<version>4.0.5-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111

1212
<name>Serverless Workflow :: Parent</name>
@@ -65,6 +65,8 @@
6565
<version.jar.plugin>3.2.0</version.jar.plugin>
6666
<version.jdk>${java.version}</version.jdk>
6767
<version.jsonschema2pojo-maven-plugin>1.0.1</version.jsonschema2pojo-maven-plugin>
68+
<version.javadoc.plugin>3.6.0</version.javadoc.plugin>
69+
<version.release.plugin>2.3.2</version.release.plugin>
6870
<version.source.plugin>3.3.0</version.source.plugin>
6971
<version.surefire.plugin>2.22.0</version.surefire.plugin>
7072

spi/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.serverlessworkflow</groupId>
88
<artifactId>serverlessworkflow-parent</artifactId>
9-
<version>4.0.x</version>
9+
<version>4.0.5-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>serverlessworkflow-spi</artifactId>

utils/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.serverlessworkflow</groupId>
88
<artifactId>serverlessworkflow-parent</artifactId>
9-
<version>4.0.x</version>
9+
<version>4.0.5-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>serverlessworkflow-util</artifactId>

validation/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.serverlessworkflow</groupId>
88
<artifactId>serverlessworkflow-parent</artifactId>
9-
<version>4.0.x</version>
9+
<version>4.0.5-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>serverlessworkflow-validation</artifactId>

0 commit comments

Comments
 (0)