Skip to content

Commit

Permalink
[DSD-6157] 0.2.1-beta.1 release for pixelpass
Browse files Browse the repository at this point in the history
Signed-off-by: Praful Rakhade <99539100+Prafulrakhade@users.noreply.github.com>
  • Loading branch information
Prafulrakhade committed Sep 5, 2024
1 parent fcd677e commit bdb783f
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 bdb783f

Please sign in to comment.