Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit 0a09fdc

Browse files
committed
chore: update artifact metadata information
- github repo coordinates - pom developer section
1 parent d78fed5 commit 0a09fdc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,13 @@ publishing {
8383
from components.java
8484
pom {
8585
description = "Snyk Code Public API package in Java"
86-
url = "https://github.com/snyk/snyk-code-client"
86+
url = "https://github.com/snyk/code-sdk-java"
8787
name = "Snyk Code API Client"
8888
developers {
8989
developer {
90-
id = "ArtsiomCh"
91-
name = "Artsiom Chapialiou"
92-
90+
id = "road-runner"
91+
name = "Team Road Runner"
92+
9393
}
9494
}
9595
licenses {
@@ -99,9 +99,9 @@ publishing {
9999
}
100100
}
101101
scm {
102-
connection = "scm:git:[email protected]:snyk/snyk-code-client.git"
103-
developerConnection = "scm:git:[email protected]:snyk/snyk-code-client.git"
104-
url = "https://github.com/snyk/snyk-code-client"
102+
connection = "scm:git:[email protected]:snyk/code-sdk-java.git"
103+
developerConnection = "scm:git:[email protected]:snyk/code-sdk-java.git"
104+
url = "https://github.com/snyk/code-sdk-java"
105105
}
106106
}
107107
}

0 commit comments

Comments
 (0)