Skip to content

Commit

Permalink
change artifact group
Browse files Browse the repository at this point in the history
  • Loading branch information
cleidiano committed Aug 16, 2023
1 parent a2fdf3a commit 71b973c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Dynatel - Dynatrace OpenTelemetry javaagent extension
=========================

![Maven Central](https://img.shields.io/maven-central/v/com.picpay/dynatel-javaagent-extension)
![Maven Central](https://img.shields.io/maven-central/v/br.com.guiabolso/dynatel-javaagent-extension)

### Funcionalidades

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
signing
}

group = "com.picpay"
group = "br.com.guiabolso"
version = System.getenv("RELEASE_VERSION") ?: "local"

apply(plugin = "maven-publish")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.picpay.dynatel.javaagent.extension;
package br.com.guiabolso.dynatel.javaagent.extension;

import java.io.FileInputStream;
import java.io.IOException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.picpay.dynatel.javaagent.extension;
package br.com.guiabolso.dynatel.javaagent.extension;

import io.opentelemetry.api.common.AttributeKey;
import io.opentelemetry.api.common.Attributes;
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
com.picpay.dynatel.javaagent.extension.OpenTelemetryDynatraceResourceLoader
br.com.guiabolso.dynatel.javaagent.extension.OpenTelemetryDynatraceResourceLoader
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.picpay.dynatel.javaagent.extension;
package br.com.guiabolso.dynatel.javaagent.extension;

import io.opentelemetry.api.common.AttributeKey;
import io.opentelemetry.sdk.autoconfigure.spi.internal.DefaultConfigProperties;
Expand Down

0 comments on commit 71b973c

Please sign in to comment.