Skip to content

Commit e5380f7

Browse files
author
Jeel Mehta
committed
Renaming the package name and making changes to path respectively
1 parent 6fb094a commit e5380f7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

exporters/aws-otel-otlp-udp-exporter/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ plugins {
1919
id("maven-publish")
2020
}
2121

22-
group = "software.opentelemetry.exporters.otlp.udp"
22+
group = "software.amazon.opentelemetry.exporters.otlp.udp.trace"
2323
version = "0.0.1"
2424

2525
dependencies {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* permissions and limitations under the License.
1414
*/
1515

16-
package software.opentelemetry.exporters.otlp.udp;
16+
package software.amazon.opentelemetry.exporters.otlp.udp.trace;
1717

1818
import io.opentelemetry.exporter.internal.otlp.traces.TraceRequestMarshaler;
1919
import io.opentelemetry.sdk.common.CompletableResultCode;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* permissions and limitations under the License.
1414
*/
1515

16-
package software.opentelemetry.exporters.otlp.udp;
16+
package software.amazon.opentelemetry.exporters.otlp.udp.trace;
1717

1818
import static java.util.Objects.requireNonNull;
1919

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* permissions and limitations under the License.
1414
*/
1515

16-
package software.opentelemetry.exporters.otlp.udp;
16+
package software.amazon.opentelemetry.exporters.otlp.udp.trace;
1717

1818
import io.opentelemetry.sdk.common.CompletableResultCode;
1919
import java.io.IOException;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* permissions and limitations under the License.
1414
*/
1515

16-
package software.opentelemetry.exporters.otlp.udp;
16+
package software.amazon.opentelemetry.exporters.otlp.udp.trace;
1717

1818
import static org.assertj.core.api.Assertions.assertThat;
1919
import static org.assertj.core.api.Assertions.assertThatThrownBy;

0 commit comments

Comments
 (0)