Skip to content

Commit a800127

Browse files
committed
Rename to api-error
1 parent e8949c7 commit a800127

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ publishing {
7373
from(components["java"])
7474
pom {
7575
packaging = "jar"
76-
url = "https://github.com/simple-mocks/error-api"
76+
url = "https://github.com/simple-mocks/api-error"
7777

7878
licenses {
7979
license {
@@ -83,9 +83,9 @@ publishing {
8383
}
8484

8585
scm {
86-
connection.set("scm:https://github.com/simple-mocks/error-api.git")
86+
connection.set("scm:https://github.com/simple-mocks/api-error.git")
8787
developerConnection.set("scm:git:ssh://github.com/sib-energy-craft")
88-
url.set("https://github.com/simple-mocks/error-api")
88+
url.set("https://github.com/simple-mocks/api-error")
8989
}
9090

9191
developers {
@@ -110,7 +110,7 @@ publishing {
110110
}
111111
maven {
112112
name = "GitHubPackages"
113-
url = uri("https://maven.pkg.github.com/simple-mocks/error-api")
113+
url = uri("https://maven.pkg.github.com/simple-mocks/api-error")
114114
credentials {
115115
username = project.findProperty("gpr.user")?.toString() ?: System.getenv("GITHUB_ACTOR")
116116
password = project.findProperty("gpr.key")?.toString() ?: System.getenv("GITHUB_TOKEN")

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ jdk_version=17
55

66
## Application info
77
author=Simple Mocks
8-
project_name=error-api
8+
project_name=api-error
99
group=com.github.simple-mocks
10-
version=0.0.6
10+
version=0.0.7
1111

1212
# 3rd party libraries
1313
lib_lombok_version=1.18.32

0 commit comments

Comments
 (0)