File tree 6 files changed +7
-7
lines changed
6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 41
41
with :
42
42
ref : ${{ github.event.workflow_run.head_sha }}
43
43
- name : Cache
44
- uses : actions/cache@v2.1.3
44
+ uses : actions/cache@v4
45
45
with :
46
46
path : ~/.m2/repository
47
47
key : ${{ runner.os }}-maven-${{ github.workflow }}-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change @@ -34,14 +34,14 @@ jobs:
34
34
with :
35
35
ref : ${{ github.event.workflow_run.head_sha }}
36
36
- name : Cache
37
- uses : actions/cache@v2.1.3
37
+ uses : actions/cache@v4
38
38
with :
39
39
path : ~/.m2/repository11
40
40
key : ${{ runner.os }}-maven-${{ github.workflow }}-${{ hashFiles('**/pom.xml') }}
41
41
restore-keys : |
42
42
${{ runner.os }}-maven-${{ github.workflow }}
43
43
- name : Cache SonarCloud packages
44
- uses : actions/cache@v2.1.3
44
+ uses : actions/cache@v4
45
45
with :
46
46
path : ~/.sonar/cache
47
47
key : ${{ runner.os }}-sonar
Original file line number Diff line number Diff line change 20
20
<parent >
21
21
<artifactId >azure-adls-plugins</artifactId >
22
22
<groupId >io.cdap.plugin</groupId >
23
- <version >1.17.0-SNAPSHOT </version >
23
+ <version >1.17.0</version >
24
24
</parent >
25
25
<modelVersion >4.0.0</modelVersion >
26
26
Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<artifactId >azure-adls-plugins</artifactId >
23
23
<groupId >io.cdap.plugin</groupId >
24
- <version >1.17.0-SNAPSHOT </version >
24
+ <version >1.17.0</version >
25
25
</parent >
26
26
<modelVersion >4.0.0</modelVersion >
27
27
Original file line number Diff line number Diff line change 20
20
<parent >
21
21
<artifactId >azure-adls-plugins</artifactId >
22
22
<groupId >io.cdap.plugin</groupId >
23
- <version >1.17.0-SNAPSHOT </version >
23
+ <version >1.17.0</version >
24
24
</parent >
25
25
<modelVersion >4.0.0</modelVersion >
26
26
Original file line number Diff line number Diff line change 23
23
<artifactId >azure-adls-plugins</artifactId >
24
24
<packaging >pom</packaging >
25
25
<name >Azure Adls Plugin Collection</name >
26
- <version >1.17.0-SNAPSHOT </version >
26
+ <version >1.17.0</version >
27
27
<description >Plugins for Azure Adls</description >
28
28
<url >https://github.com/data-integrations/azure</url >
29
29
You can’t perform that action at this time.
0 commit comments