Skip to content

Commit 2775d3e

Browse files
chore(automation): find replace pom.xml at all levels
1 parent d072864 commit 2775d3e

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/release-prep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
find: ${{ env.CURRENT_VERSION }}
3131
replace: ${{ github.event.inputs.targetRelease }}
3232
regex: false
33-
include: "**/*pom.xml"
33+
include: "pom.xml"
3434
- name: Find and Replace ${{ env.CURRENT_VERSION }} with ${{ github.event.inputs.targetRelease }} in build.gradle
3535
uses: jacobtomlinson/gha-find-replace@v2
3636
with:

powertools-tracing/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@
5454
<groupId>com.amazonaws</groupId>
5555
<artifactId>aws-lambda-java-core</artifactId>
5656
</dependency>
57-
<dependency>
58-
<groupId>com.fasterxml.jackson.core</groupId>
59-
<artifactId>jackson-databind</artifactId>
60-
</dependency>
6157
<dependency>
6258
<groupId>org.aspectj</groupId>
6359
<artifactId>aspectjrt</artifactId>

0 commit comments

Comments
 (0)