Skip to content

Commit 6168783

Browse files
authored
Merge pull request #147 from data-integrations/remove-snapshot
Removing snapshot for 6.11 release
2 parents d1732c2 + 7d34682 commit 6168783

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
ref: ${{ github.event.workflow_run.head_sha }}
4343
- name: Cache
44-
uses: actions/cache@v2.1.3
44+
uses: actions/cache@v4
4545
with:
4646
path: ~/.m2/repository
4747
key: ${{ runner.os }}-maven-${{ github.workflow }}-${{ hashFiles('**/pom.xml') }}

.github/workflows/build11.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ jobs:
3434
with:
3535
ref: ${{ github.event.workflow_run.head_sha }}
3636
- name: Cache
37-
uses: actions/cache@v2.1.3
37+
uses: actions/cache@v4
3838
with:
3939
path: ~/.m2/repository11
4040
key: ${{ runner.os }}-maven-${{ github.workflow }}-${{ hashFiles('**/pom.xml') }}
4141
restore-keys: |
4242
${{ runner.os }}-maven-${{ github.workflow }}
4343
- name: Cache SonarCloud packages
44-
uses: actions/cache@v2.1.3
44+
uses: actions/cache@v4
4545
with:
4646
path: ~/.sonar/cache
4747
key: ${{ runner.os }}-sonar

adls-plugins/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>azure-adls-plugins</artifactId>
2222
<groupId>io.cdap.plugin</groupId>
23-
<version>1.17.0-SNAPSHOT</version>
23+
<version>1.17.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

azure-blob-store/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>azure-adls-plugins</artifactId>
2323
<groupId>io.cdap.plugin</groupId>
24-
<version>1.17.0-SNAPSHOT</version>
24+
<version>1.17.0</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

filesource-common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>azure-adls-plugins</artifactId>
2222
<groupId>io.cdap.plugin</groupId>
23-
<version>1.17.0-SNAPSHOT</version>
23+
<version>1.17.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<artifactId>azure-adls-plugins</artifactId>
2424
<packaging>pom</packaging>
2525
<name>Azure Adls Plugin Collection</name>
26-
<version>1.17.0-SNAPSHOT</version>
26+
<version>1.17.0</version>
2727
<description>Plugins for Azure Adls</description>
2828
<url>https://github.com/data-integrations/azure</url>
2929

0 commit comments

Comments
 (0)