Skip to content

Commit 152fb6a

Browse files
committed
address code revew feedback.
1 parent c7e1e83 commit 152fb6a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ If your change does not need a CHANGELOG entry, add the "skip changelog" label t
2121
([#1201](https://github.com/aws-observability/aws-otel-java-instrumentation/pull/1201))
2222
- Add support for new formal database semantic convention keys.
2323
([#1162](https://github.com/aws-observability/aws-otel-java-instrumentation/pull/1162))
24-
- Update OpenTelemetry Versions.
24+
- Bump ADOT Java version to 2.20.0 and OTel deps to 2.20.1.
2525
([#1246](https://github.com/aws-observability/aws-otel-java-instrumentation/pull/1246))

lambda-layer/build-layer.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#!/bin/bash
22
set -e
33

4-
rm -rf ~/.m2/repository/
5-
64
SOURCEDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
75
file="$SOURCEDIR/../.github/patches/versions"
86

0 commit comments

Comments
 (0)