Skip to content

Commit

Permalink
fix: fix version update in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
manosbatsis committed Dec 29, 2023
1 parent aa6e0a5 commit 80d5617
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# corda5-testutils [![Maven Central](https://img.shields.io/maven-central/v/com.github.manosbatsis.corda5.testutils/integration-junit5:1.1.1")
# corda5-testutils [![Maven Central](https://img.shields.io/maven-central/v/com.github.manosbatsis.corda5.testutils/integration-junit5.svg)](https://repo1.maven.org/maven2/com/github/manosbatsis/corda5/testutils/integration-junit5/) [![CI](https://github.com/manosbatsis/corda5-testutils/actions/workflows/gradle.yml/badge.svg)](https://github.com/manosbatsis/corda5-testutils/actions/workflows/gradle.yml)

Test utilities for Corda 5 applications.
At the moment this project provides utilities for integration testing with the Corda 5 Combined Worker.
Expand All @@ -18,7 +18,7 @@ In your gradle:

```groovy
testImplementation("com.github.manosbatsis.corda5.testutils:integration-junit5:1.1.1")
testImplementation("com.github.manosbatsis.corda5.testutils:integration-junit5:1.1.2")
testImplementation("org.junit.jupiter:junit-jupiter:$junitVersion")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:$junitVersion")
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"files": [
"README.md"
],
"from": "\\bintegration-junit5.*",
"to": "integration-junit5:${lastRelease.version}\")",
"from": "\\btestImplementation(\"com.github.manosbatsis.corda5.testutils:integration-junit5.*",
"to": "testImplementation(\"com.github.manosbatsis.corda5.testutils:integration-junit5:${lastRelease.version}\")",
"countMatches": true
}
]
Expand Down

0 comments on commit 80d5617

Please sign in to comment.