Skip to content

Commit

Permalink
Merge pull request #52 from Prafulrakhade/release-0.2.x
Browse files Browse the repository at this point in the history
[DSD-6157] 0.2.1-beta.1 release for pixelpass
  • Loading branch information
ckm007 committed Sep 5, 2024
2 parents fcd677e + bdb783f commit ee53dca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kotlin/PixelPass/publish-artifact.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ publishing {
}
groupId = "io.mosip"
artifactId = "pixelpass"
version = "0.2.1-beta.1-SNAPSHOT"
version = "0.2.1-beta.1"
if (project.gradle.startParameter.taskNames.any { it.contains('assembleRelease') }) {
artifacts {
aar {
Expand All @@ -105,4 +105,4 @@ publishing {
signing {
useGpgCmd()
sign publishing.publications.aar
}
}

0 comments on commit ee53dca

Please sign in to comment.