Skip to content

Commit

Permalink
build: add name back into pom
Browse files Browse the repository at this point in the history
  • Loading branch information
ricellis committed Jun 2, 2023
1 parent e24349c commit 6a69870
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"files": "^.secrets.baseline$",
"lines": null
},
"generated_at": "2023-06-01T16:24:21Z",
"generated_at": "2023-06-02T10:46:33Z",
"plugins_used": [
{
"name": "AWSKeyDetector"
Expand Down Expand Up @@ -100,7 +100,7 @@
{
"hashed_secret": "7ff464870a88a66277542abe28dd577aac8c89bb",
"is_verified": false,
"line_number": 137,
"line_number": 138,
"type": "Secret Keyword",
"verified_result": null
}
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ publishing {
mavenJava(MavenPublication) {
from components.java
pom {
name = rootProject.name
packaging = 'jar'
url = 'https://www.ibm.com/cloud/cloudant'
description = 'Spring configuration for the official Cloudant library for Java'
Expand Down

0 comments on commit 6a69870

Please sign in to comment.