Skip to content

Commit d4c2031

Browse files
committed
Fix repo urls for maven artifacts
1 parent e5c7791 commit d4c2031

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gradle/publish.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ publishing {
99

1010
all {
1111
pom {
12-
url = 'https://github.com/content-cloud/opa-java-client'
12+
url = 'https://github.com/xenit-eu/opa-java-client'
1313
name = "opa-java-client"
1414
description = project.description
1515

1616
scm {
17-
connection = 'scm:git:[email protected]:content-cloud/opa-java-client.git'
18-
developerConnection = 'scm:git:[email protected]:content-cloud/opa-java-client.git'
19-
url = 'https://github.com/content-cloud/opa-java-client.git'
17+
connection = 'scm:git:[email protected]:xenit-eu/opa-java-client.git'
18+
developerConnection = 'scm:git:[email protected]:xenit-eu/opa-java-client.git'
19+
url = 'https://github.com/xenit-eu/opa-java-client.git'
2020
}
2121

2222
developers {

0 commit comments

Comments
 (0)