From 80653aaecf5ef7c0123248f764a045d6be2a8409 Mon Sep 17 00:00:00 2001 From: Ayushi Ahjolia Date: Wed, 24 Jun 2026 11:54:34 -0700 Subject: [PATCH] refactor: Rename OTel plugin artifact to plugin-otel --- .github/workflows/release_maven.yml | 2 +- examples/pom.xml | 2 +- otel-plugin/README.md | 2 +- otel-plugin/pom.xml | 2 +- sdk-integration-tests/pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release_maven.yml b/.github/workflows/release_maven.yml index 1d543e097..64a4775e8 100644 --- a/.github/workflows/release_maven.yml +++ b/.github/workflows/release_maven.yml @@ -294,7 +294,7 @@ jobs: files: | sdk/target/aws-durable-execution-sdk-java-${{ github.event.inputs.release_version }}.jar sdk-testing/target/aws-durable-execution-sdk-java-testing-${{ github.event.inputs.release_version }}.jar - otel-plugin/target/aws-durable-execution-sdk-java-otel-${{ github.event.inputs.release_version }}.jar + otel-plugin/target/aws-durable-execution-sdk-java-plugin-otel-${{ github.event.inputs.release_version }}.jar - name: Sign and publish run: bash .github/scripts/maven_publish.sh diff --git a/examples/pom.xml b/examples/pom.xml index f01b0974a..8384cb488 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -34,7 +34,7 @@ software.amazon.lambda.durable - aws-durable-execution-sdk-java-otel + aws-durable-execution-sdk-java-plugin-otel ${project.version} diff --git a/otel-plugin/README.md b/otel-plugin/README.md index 6ee63ec2b..ee054e4ce 100644 --- a/otel-plugin/README.md +++ b/otel-plugin/README.md @@ -17,7 +17,7 @@ OpenTelemetry instrumentation plugin for the AWS Lambda Durable Execution SDK fo ```xml software.amazon.lambda.durable - aws-durable-execution-sdk-java-otel + aws-durable-execution-sdk-java-plugin-otel 0.1.0 ``` diff --git a/otel-plugin/pom.xml b/otel-plugin/pom.xml index 3f02a249c..b8c11486b 100644 --- a/otel-plugin/pom.xml +++ b/otel-plugin/pom.xml @@ -10,7 +10,7 @@ 1.2.2-SNAPSHOT - aws-durable-execution-sdk-java-otel + aws-durable-execution-sdk-java-plugin-otel AWS Lambda Durable Execution SDK OpenTelemetry Plugin OpenTelemetry instrumentation plugin for AWS Lambda Durable Execution SDK diff --git a/sdk-integration-tests/pom.xml b/sdk-integration-tests/pom.xml index ef5a78cb6..f992c5f40 100644 --- a/sdk-integration-tests/pom.xml +++ b/sdk-integration-tests/pom.xml @@ -38,7 +38,7 @@ software.amazon.lambda.durable - aws-durable-execution-sdk-java-otel + aws-durable-execution-sdk-java-plugin-otel ${project.version} test