Skip to content

Commit

Permalink
Merge pull request #190 from tsurdilo/403release
Browse files Browse the repository at this point in the history
Update poms for 4.0.3.Final release
  • Loading branch information
tsurdilo authored Apr 7, 2022
2 parents 6f424c1 + cdff07d commit 7dd2e4b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.serverlessworkflow</groupId>
<artifactId>serverlessworkflow-parent</artifactId>
<version>4.0.x</version>
<version>4.0.3.Final</version>
</parent>

<artifactId>serverlessworkflow-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion diagram/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.serverlessworkflow</groupId>
<artifactId>serverlessworkflow-parent</artifactId>
<version>4.0.x</version>
<version>4.0.3.Final</version>
</parent>

<artifactId>serverlessworkflow-diagram</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.serverlessworkflow</groupId>
<artifactId>serverlessworkflow-parent</artifactId>
<version>4.0.x</version>
<version>4.0.3.Final</version>
<packaging>pom</packaging>

<name>Serverless Workflow :: Parent</name>
Expand Down
2 changes: 1 addition & 1 deletion spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.serverlessworkflow</groupId>
<artifactId>serverlessworkflow-parent</artifactId>
<version>4.0.x</version>
<version>4.0.3.Final</version>
</parent>

<artifactId>serverlessworkflow-spi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.serverlessworkflow</groupId>
<artifactId>serverlessworkflow-parent</artifactId>
<version>4.0.x</version>
<version>4.0.3.Final</version>
</parent>

<artifactId>serverlessworkflow-util</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion validation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.serverlessworkflow</groupId>
<artifactId>serverlessworkflow-parent</artifactId>
<version>4.0.x</version>
<version>4.0.3.Final</version>
</parent>

<artifactId>serverlessworkflow-validation</artifactId>
Expand Down

0 comments on commit 7dd2e4b

Please sign in to comment.