Skip to content

Commit

Permalink
Merge pull request #164 from FigureTechnologies/mtps/sc-273617/publis…
Browse files Browse the repository at this point in the history
…h-plugin-new-version

Update from tech.figure -> com.figure
  • Loading branch information
mtps authored Nov 29, 2023
2 parents 38ac517 + 5b4d9d8 commit fc5498c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ tasks.withType<Jar> {
}

subprojects {
group="tech.figure.aggregate"
group= "com.figure.aggregate"
version = this.findProperty("libraryVersion")?.toString() ?: "1.0-SNAPSHOT"
apply {
plugin("signing")
Expand Down Expand Up @@ -141,7 +141,7 @@ subprojects {
pom {
name.set("Aggregate Service Client")
description.set("Block data aggregation service")
url.set("https://figure.tech")
url.set("https://figure.com")

licenses {
license {
Expand Down Expand Up @@ -179,7 +179,7 @@ nexusPublishing {
snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
username.set(findProject("ossrhUsername")?.toString() ?: System.getenv("OSSRH_USERNAME"))
password.set(findProject("ossrhPassword")?.toString() ?: System.getenv("OSSRH_PASSWORD"))
stagingProfileId.set("858b6e4de4734a") // tech.figure staging id
stagingProfileId.set("83b915e7809a92") // com.figure staging id
}
}
}
Expand Down

0 comments on commit fc5498c

Please sign in to comment.