Skip to content

Commit 3ecf2fd

Browse files
authored
Merge pull request #115 from data-integrations/masivesky-patch-1
Removing snapshot for 6.11 release
2 parents ef0ba69 + 417195a commit 3ecf2fd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<groupId>io.cdap.plugin</groupId>
2424
<artifactId>condition-plugins</artifactId>
25-
<version>1.14.0-SNAPSHOT</version>
25+
<version>1.14.0</version>
2626
<name>Condition Plugin</name>
2727
<description>A plugin for making control flow decision within a pipeline</description>
2828
<packaging>jar</packaging>

0 commit comments

Comments
 (0)