File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ subprojects {
5555 plugins.withId(" com.vanniktech.maven.publish.base" ) {
5656 configure<MavenPublishBaseExtension > {
5757 publishToMavenCentral(SonatypeHost .CENTRAL_PORTAL , automaticRelease = true )
58- signAllPublications()
58+ // signAllPublications()
5959
6060 pom {
6161 name = project.name
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ kotlin.native.ignoreDisabledTargets=true
2727
2828# Maven publishing configuration
2929mavenGroup =com.github.openMF
30- defaultVersion =1.0.1
30+ defaultVersion =1.0.2
3131desc =Mifos Fineract Client is a KMP based library that provides a simple interface to interact with the Apache Fineract 1.x Platform APIs
3232license =MPL license
3333creationYear =2024
You can’t perform that action at this time.
0 commit comments