Skip to content

Commit e941400

Browse files
authored
[DSD-7314] modify maven publish artifact name to all small case (#47)
Signed-off-by: Abhishek Paul <[email protected]>
1 parent a9ba1db commit e941400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlin/openID4VP/publish-artifact.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ publishing {
22
repositories {
33
maven {
44
url = System.getenv("OSSRH_URL")
5-
name = "inji-openId4VP"
5+
name = "inji-openId4vp"
66
credentials {
77
username = System.getenv("OSSRH_USER")
88
password = System.getenv("OSSRH_SECRET")

0 commit comments

Comments
 (0)