Skip to content

Commit bb24cc8

Browse files
authored
Merge pull request #527 from serverlessworkflow/Release-7.0.0.Final
Release 7.0.0.Final
2 parents 2204cf0 + 45fbc9b commit bb24cc8

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
release:
2-
current-version: 7.0.0
2+
current-version: 7.0.0.Final
33
next-version: 8.0.0-SNAPSHOT

.github/workflows/pre-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: pre release
1212

1313
steps:
14-
- uses: radcortez/project-metadata-action@master
14+
- uses: radcortez/project-metadata-action@main
1515
name: retrieve project metadata
1616
id: metadata
1717
with:
@@ -22,4 +22,4 @@ jobs:
2222
if: contains(steps.metadata.outputs.current-version, 'SNAPSHOT')
2323
run: |
2424
echo '::error::Cannot release a SNAPSHOT version.'
25-
exit 1
25+
exit 1

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Add the following dependencies to your pom.xml `dependencies` section:
5656
<dependency>
5757
<groupId>io.serverlessworkflow</groupId>
5858
<artifactId>serverlessworkflow-api</artifactId>
59-
<version>7.0.0-SNAPSHOT</version>
59+
<version>7.0.0.Final</version>
6060
</dependency>
6161
```
6262

@@ -65,7 +65,7 @@ Add the following dependencies to your pom.xml `dependencies` section:
6565
Add the following dependencies to your build.gradle `dependencies` section:
6666

6767
```text
68-
implementation("io.serverlessworkflow:serverlessworkflow-api:7.0.0-SNAPSHOT")
68+
implementation("io.serverlessworkflow:serverlessworkflow-api:7.0.0.Final")
6969
```
7070

7171
## How to Use

impl/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ You always need to add this dependency to your pom.xml `dependencies` section:
5959
<dependency>
6060
<groupId>io.serverlessworkflow</groupId>
6161
<artifactId>serverlessworkflow-impl-core</artifactId>
62-
<version>7.0.0</version>
62+
<version>7.0.0.Final</version>
6363
</dependency>
6464
```
6565

@@ -69,7 +69,7 @@ And only if your workflow is using HTTP calls, you must add:
6969
<dependency>
7070
<groupId>io.serverlessworkflow</groupId>
7171
<artifactId>serverlessworkflow-impl-http</artifactId>
72-
<version>7.0.0</version>
72+
<version>7.0.0.Final</version>
7373
</dependency>
7474
```
7575

@@ -78,13 +78,13 @@ And only if your workflow is using HTTP calls, you must add:
7878
You always need to add this dependency to your build.gradle `dependencies` section:
7979

8080
```text
81-
implementation("io.serverlessworkflow:serverlessworkflow-impl-core:7.0.0")
81+
implementation("io.serverlessworkflow:serverlessworkflow-impl-core:7.0.0.Final")
8282
```
8383

8484
And only if your workflow is using HTTP calls, you must add:
8585

8686
```text
87-
implementation("io.serverlessworkflow:serverlessworkflow-impl-http:7.0.0")
87+
implementation("io.serverlessworkflow:serverlessworkflow-impl-http:7.0.0.Final")
8888
```
8989

9090
## How to use

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy