Skip to content

Commit 80653aa

Browse files
committed
refactor: Rename OTel plugin artifact to plugin-otel
1 parent 75318cf commit 80653aa

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release_maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ jobs:
294294
files: |
295295
sdk/target/aws-durable-execution-sdk-java-${{ github.event.inputs.release_version }}.jar
296296
sdk-testing/target/aws-durable-execution-sdk-java-testing-${{ github.event.inputs.release_version }}.jar
297-
otel-plugin/target/aws-durable-execution-sdk-java-otel-${{ github.event.inputs.release_version }}.jar
297+
otel-plugin/target/aws-durable-execution-sdk-java-plugin-otel-${{ github.event.inputs.release_version }}.jar
298298
299299
- name: Sign and publish
300300
run: bash .github/scripts/maven_publish.sh

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<!-- OTel Plugin -->
3535
<dependency>
3636
<groupId>software.amazon.lambda.durable</groupId>
37-
<artifactId>aws-durable-execution-sdk-java-otel</artifactId>
37+
<artifactId>aws-durable-execution-sdk-java-plugin-otel</artifactId>
3838
<version>${project.version}</version>
3939
</dependency>
4040

otel-plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ OpenTelemetry instrumentation plugin for the AWS Lambda Durable Execution SDK fo
1717
```xml
1818
<dependency>
1919
<groupId>software.amazon.lambda.durable</groupId>
20-
<artifactId>aws-durable-execution-sdk-java-otel</artifactId>
20+
<artifactId>aws-durable-execution-sdk-java-plugin-otel</artifactId>
2121
<version>0.1.0</version>
2222
</dependency>
2323
```

otel-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<version>1.2.2-SNAPSHOT</version>
1111
</parent>
1212

13-
<artifactId>aws-durable-execution-sdk-java-otel</artifactId>
13+
<artifactId>aws-durable-execution-sdk-java-plugin-otel</artifactId>
1414
<name>AWS Lambda Durable Execution SDK OpenTelemetry Plugin</name>
1515
<description>OpenTelemetry instrumentation plugin for AWS Lambda Durable Execution SDK</description>
1616

sdk-integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</dependency>
3939
<dependency>
4040
<groupId>software.amazon.lambda.durable</groupId>
41-
<artifactId>aws-durable-execution-sdk-java-otel</artifactId>
41+
<artifactId>aws-durable-execution-sdk-java-plugin-otel</artifactId>
4242
<version>${project.version}</version>
4343
<scope>test</scope>
4444
</dependency>

0 commit comments

Comments
 (0)