Skip to content

Commit

Permalink
Update parent pom and SLCORE before release
Browse files Browse the repository at this point in the history
  • Loading branch information
henryju committed Apr 15, 2022
1 parent cc8b391 commit c60e637
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
SLACK_API_TOKEN: ${{secrets.SLACK_API_TOKEN }}
# Put your action repo here
uses: SonarSource/gh-action_release/main@v4
uses: SonarSource/gh-action_release/main@branch-4

- name: Check outputs
if: always()
Expand Down
2 changes: 1 addition & 1 deletion its/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.parent</groupId>
<artifactId>parent</artifactId>
<version>60.0.52</version>
<version>61.0.147</version>
<relativePath />
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.parent</groupId>
<artifactId>parent</artifactId>
<version>60.0.52</version>
<version>61.0.147</version>
<relativePath />
</parent>

Expand Down
2 changes: 1 addition & 1 deletion target-platforms/build.target
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<dependency>
<groupId>org.sonarsource.sonarlint.core</groupId>
<artifactId>sonarlint-core-osgi</artifactId>
<version>8.5.0.46122</version>
<version>8.5.0.46449</version>
<type>jar</type>
</dependency>
</dependencies>
Expand Down

0 comments on commit c60e637

Please sign in to comment.