Skip to content

Commit

Permalink
RC 4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
longquanzheng committed Nov 24, 2022
1 parent a77be52 commit 7a894e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Java SDK for [iwf workflow engine](https://github.com/indeedeng/iwf)
### Gradle
```gradle
// https://mvnrepository.com/artifact/io.github.cadence-oss/iwf-java-sdk
implementation 'io.github.cadence-oss:iwf-java-sdk:1.0.0-rc3'
implementation 'io.github.cadence-oss:iwf-java-sdk:1.0.0-rc4'
```
### Maven
Expand All @@ -13,7 +13,7 @@ implementation 'io.github.cadence-oss:iwf-java-sdk:1.0.0-rc3'
<dependency>
<groupId>io.github.cadence-oss</groupId>
<artifactId>iwf-java-sdk</artifactId>
<version>1.0.0-rc3</version>
<version>1.0.0-rc4</version>
<type>pom</type>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ signing {
}

group = "io.github.cadence-oss"
version = "1.0.0-rc3"
version = "1.0.0-rc4"

nexusPublishing {
repositories {
Expand Down

0 comments on commit 7a894e4

Please sign in to comment.