Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #188 from FigureTechnologies/wb/sc-273413/fix-publish
Browse files Browse the repository at this point in the history
rollback changes
  • Loading branch information
wbaker-figure authored Nov 30, 2023
2 parents 383c5f3 + b621710 commit ee65f7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ configure<io.github.gradlenexus.publishplugin.NexusPublishExtension> {
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("83b915e7809a92") // prevents querying for the staging profile id, performance optimization
stagingProfileId.set("858b6e4de4734a") // prevents querying for the staging profile id, performance optimization
}
}
}
Expand Down Expand Up @@ -80,7 +80,7 @@ subprojects {
pom {
name.set("Provenance EventStream Implementation")
description.set("A collection of libraries to connect and stream blocks from a node")
url.set("https://www.figure.com/")
url.set("https://www.figure.tech/")
licenses {
license {
name.set("The Apache License, Version 2.0")
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gradle.rootProject {
val libraryVersion =
rootProject.property("libraryVersion") ?: error("Missing libraryVersion - check gradle.properties")
allprojects {
group = "com.figure.eventstream"
group = "tech.figure.eventstream"
version = libraryVersion
description =
"A library for receiving real-time and historical block, block event, and transaction event data from the Provenance block chain."
Expand Down

0 comments on commit ee65f7a

Please sign in to comment.