Skip to content

Commit

Permalink
Fix release version
Browse files Browse the repository at this point in the history
  • Loading branch information
TharmiganK committed Sep 26, 2024
1 parent 524006a commit 4166bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openapi-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ publishing {
mavenJava(MavenPublication) {
groupId "io.ballerina.openapi"
artifactId "core"
version = githubReleaseVersion
version = project.version
artifact jar
}
}
Expand Down

0 comments on commit 4166bd2

Please sign in to comment.