Skip to content

Commit

Permalink
remove splunk references
Browse files Browse the repository at this point in the history
  • Loading branch information
breedx-splk committed Jul 24, 2023
1 parent e3c1724 commit 485d349
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ publishing {
}
publications {
register<MavenPublication>("maven") {
groupId = "com.splunk"
groupId = "io.opentelemetry.android"
artifactId = base.archivesName.get()

afterEvaluate {
Expand All @@ -39,7 +39,7 @@ publishing {
}

pom {
url.set("https://github.com/signalfx/splunk-otel-android")
url.set("https://github.com/open-telemetry/opentelemetry-android")
licenses {
license {
name.set("The Apache License, Version 2.0")
Expand All @@ -48,17 +48,17 @@ publishing {
}
developers {
developer {
id.set("splunk")
name.set("Splunk Instrumentation Authors")
email.set("support+java@signalfx.com")
organization.set("Splunk")
organizationUrl.set("https://www.splunk.com")
id.set("opentelemetry")
name.set("OpenTelemetry Authors")
email.set("support+java@opentelemetry.io")
organization.set("OpenTelemetry")
organizationUrl.set("https://opentelemetry.io")
}
}
scm {
connection.set("https://github.com/signalfx/splunk-otel-android.git")
developerConnection.set("https://github.com/signalfx/splunk-otel-android.git")
url.set("https://github.com/signalfx/splunk-otel-android")
connection.set("https://github.com/open-telemetry/opentelemetry-android.git")
developerConnection.set("https://github.com/open-telemetry/opentelemetry-android.git")
url.set("https://github.com/open-telemetry/opentelemetry-android")
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
}

nullaway {
annotatedPackages.add("com.splunk.rum")
annotatedPackages.add("io.opentelemetry.android")
}

tasks {
Expand Down

0 comments on commit 485d349

Please sign in to comment.