File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 30
30
find : ${{ env.CURRENT_VERSION }}
31
31
replace : ${{ github.event.inputs.targetRelease }}
32
32
regex : false
33
- include : " **/* pom.xml"
33
+ include : " pom.xml"
34
34
- name : Find and Replace ${{ env.CURRENT_VERSION }} with ${{ github.event.inputs.targetRelease }} in build.gradle
35
35
uses : jacobtomlinson/gha-find-replace@v2
36
36
with :
Original file line number Diff line number Diff line change 54
54
<groupId >com.amazonaws</groupId >
55
55
<artifactId >aws-lambda-java-core</artifactId >
56
56
</dependency >
57
- <dependency >
58
- <groupId >com.fasterxml.jackson.core</groupId >
59
- <artifactId >jackson-databind</artifactId >
60
- </dependency >
61
57
<dependency >
62
58
<groupId >org.aspectj</groupId >
63
59
<artifactId >aspectjrt</artifactId >
You can’t perform that action at this time.
0 commit comments