Skip to content

Commit 75d1c70

Browse files
committed
fix more sonatype properties and readme
1 parent e818e06 commit 75d1c70

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
[![N|Solid](https://valensas.com/img/logo.png)](https://nodesource.com/products/nsolid)
2-
3-
# Exchange Security Library
1+
# Exception Library
42

53
It is the library that contains common exception configurations.
64

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,11 @@ signing {
7878
}
7979

8080
centralPortal {
81-
name = "observability"
81+
name = "exception"
8282
username = System.getenv("SONATYPE_USERNAME")
8383
password = System.getenv("SONATYPE_PASSWORD")
8484
pom {
85-
name = "Observability"
85+
name = "Exception"
8686
description = "A simple library to manage exceptions for Spring Boot."
8787
url = "https://valensas.com/"
8888
scm {

0 commit comments

Comments
 (0)