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 4b766b5 commit f69969d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ In your gradle:

```groovy
testImplementation("com.github.manosbatsis.corda5.testutils:integration-junit5:1.1.2")
testImplementation("com.github.manosbatsis.corda5.testutils:integration-junit5:$corda5testutilsVersion")
testImplementation("org.junit.jupiter:junit-jupiter:$junitVersion")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:$junitVersion")
Expand Down
17 changes: 0 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,22 +46,6 @@
}
],
"countMatches": true
},
{
"files": [
"README.md"
],
"from": "\\bintegration-junit5:.*",
"to": "integration-junit5:${lastRelease.version}\")",
"results": [
{
"file": "README.md",
"hasChanged": true,
"numMatches": 1,
"numReplacements": 1
}
],
"countMatches": true
}
]
}
Expand All @@ -72,7 +56,6 @@
"assets": [
"gradle.properties",
"docs/CHANGELOG.md",
"README.md"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
Expand Down

0 comments on commit f69969d

Please sign in to comment.