Skip to content

Commit 80d5617

Browse files
committed
fix: fix version update in docs
1 parent aa6e0a5 commit 80d5617

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# corda5-testutils [![Maven Central](https://img.shields.io/maven-central/v/com.github.manosbatsis.corda5.testutils/integration-junit5:1.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)
22

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

1919
```groovy
2020
21-
testImplementation("com.github.manosbatsis.corda5.testutils:integration-junit5:1.1.1")
21+
testImplementation("com.github.manosbatsis.corda5.testutils:integration-junit5:1.1.2")
2222
2323
testImplementation("org.junit.jupiter:junit-jupiter:$junitVersion")
2424
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:$junitVersion")

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"files": [
4444
"README.md"
4545
],
46-
"from": "\\bintegration-junit5.*",
47-
"to": "integration-junit5:${lastRelease.version}\")",
46+
"from": "\\btestImplementation(\"com.github.manosbatsis.corda5.testutils:integration-junit5.*",
47+
"to": "testImplementation(\"com.github.manosbatsis.corda5.testutils:integration-junit5:${lastRelease.version}\")",
4848
"countMatches": true
4949
}
5050
]

0 commit comments

Comments
 (0)