Skip to content

Commit

Permalink
Rename the root project to develocity-agent-adapters
Browse files Browse the repository at this point in the history
  • Loading branch information
pshevche committed Mar 14, 2024
1 parent 97a040f commit c09eb1b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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 @@ -46,7 +46,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 @@ -61,9 +61,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
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ plugins {
id("com.gradle.enterprise.gradle-enterprise-conventions-plugin") version "0.7.5"
}

rootProject.name = "develocity-api-adapters"
rootProject.name = "develocity-agent-adapters"
include("develocity-gradle-plugin-adapters")
include("develocity-maven-extension-adapters")

0 comments on commit c09eb1b

Please sign in to comment.