@@ -26,7 +26,7 @@ dependencies {
2626
2727 implementation(" jakarta.annotation" , " jakarta.annotation-api" , " ${project.property(" lib_annotation_api_version" )} " )
2828
29- implementation(" com.github.simple-mocks" , " error- api" , " ${project.property(" lib_error_api_version " )} " )
29+ implementation(" com.github.simple-mocks" , " api-error " , " ${project.property(" lib_api_error_version " )} " )
3030
3131}
3232
@@ -75,7 +75,7 @@ publishing {
7575 from(components[" java" ])
7676 pom {
7777 packaging = " jar"
78- url = " https://github.com/simple-mocks/session- api"
78+ url = " https://github.com/simple-mocks/api-session "
7979
8080 licenses {
8181 license {
@@ -85,9 +85,9 @@ publishing {
8585 }
8686
8787 scm {
88- connection.set(" scm:https://github.com/simple-mocks/session- api.git" )
88+ connection.set(" scm:https://github.com/simple-mocks/api-session .git" )
8989 developerConnection.set(" scm:git:ssh://github.com/sib-energy-craft" )
90- url.set(" https://github.com/simple-mocks/session- api" )
90+ url.set(" https://github.com/simple-mocks/api-session " )
9191 }
9292
9393 developers {
@@ -112,7 +112,7 @@ publishing {
112112 }
113113 maven {
114114 name = " GitHubPackages"
115- url = uri(" https://maven.pkg.github.com/simple-mocks/session- api" )
115+ url = uri(" https://maven.pkg.github.com/simple-mocks/api-session " )
116116 credentials {
117117 username = project.findProperty(" gpr.user" )?.toString() ? : System .getenv(" GITHUB_ACTOR" )
118118 password = project.findProperty(" gpr.key" )?.toString() ? : System .getenv(" GITHUB_TOKEN" )
0 commit comments