Skip to content

Commit

Permalink
Fixed this git repo links
Browse files Browse the repository at this point in the history
  • Loading branch information
ribafish authored Aug 28, 2024
1 parent 1377342 commit 7f62218
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .teamcity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<name>Develocity API adapters TeamCity Config DSL</name>
<groupId>com.gradle</groupId>
<artifactId>develocity-api-adapters</artifactId>
<artifactId>develocity-agent-adapters</artifactId>

<version>1.0-SNAPSHOT</version>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ publishing {
pom {
name = publicationExtension.name
description = publicationExtension.description
url.set("https://github.com/gradle/develocity-api-adapters/")
url.set("https://github.com/gradle/develocity-agent-adapters/")
licenses {
license {
name.set("Apache-2.0")
Expand All @@ -119,9 +119,9 @@ publishing {
}
}
scm {
connection.set("scm:git:git://github.com/gradle/develocity-api-adapters.git")
developerConnection.set("scm:git:ssh://git@github.com:gradle/develocity-api-adapters.git")
url.set("https://github.com/gradle/develocity-api-adapters/")
connection.set("scm:git:git://github.com/gradle/develocity-agent-adapters.git")
developerConnection.set("scm:git:ssh://git@github.com:gradle/develocity-agent-adapters.git")
url.set("https://github.com/gradle/develocity-agent-adapters/")
}
}
}
Expand Down

0 comments on commit 7f62218

Please sign in to comment.