Skip to content

Commit 4a84abb

Browse files
Merge branch 'main' into upgrade_to_powsybl_dependencies_2025.0.0
2 parents 52881d0 + 0d27794 commit 4a84abb

File tree

4 files changed

+6
-10
lines changed

4 files changed

+6
-10
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@ on:
88

99
jobs:
1010
build:
11-
uses: powsybl/github-ci/.github/workflows/build-backend-app-generic.yml@5e13dcb03778dc9a47bd0adbd84c48392b32cd46
11+
uses: powsybl/github-ci/.github/workflows/build-backend-app-generic.yml@39565de6fd7d394ed76fa09e5197ffb1350ff1e6
1212
with:
13-
sonarOrganization: gridsuite
14-
sonarProjectKey: org.gridsuite:study-notification-server
1513
dockerImage: docker.io/gridsuite/study-notification-server
1614
dockerUsername: gridsuiteci
1715
eventType: study_notification_server_updated

.github/workflows/patch.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@ on:
99

1010
jobs:
1111
run-patch:
12-
uses: powsybl/github-ci/.github/workflows/patch-backend-app-generic.yml@5e13dcb03778dc9a47bd0adbd84c48392b32cd46
12+
uses: powsybl/github-ci/.github/workflows/patch-backend-app-generic.yml@39565de6fd7d394ed76fa09e5197ffb1350ff1e6
1313
with:
1414
githubappId: ${{ vars.GRIDSUITE_ACTIONS_APPID }}
15-
sonarOrganization: gridsuite
16-
sonarProjectKey: org.gridsuite:study-notification-server
1715
dockerImage: docker.io/gridsuite/study-notification-server
1816
dockerUsername: gridsuiteci
1917
releaseVersion: ${{ github.event.inputs.releaseVersion }}

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,9 @@ on:
1212

1313
jobs:
1414
run-release:
15-
uses: powsybl/github-ci/.github/workflows/release-backend-app-generic.yml@5e13dcb03778dc9a47bd0adbd84c48392b32cd46
15+
uses: powsybl/github-ci/.github/workflows/release-backend-app-generic.yml@39565de6fd7d394ed76fa09e5197ffb1350ff1e6
1616
with:
1717
githubappId: ${{ vars.GRIDSUITE_ACTIONS_APPID }}
18-
sonarOrganization: gridsuite
19-
sonarProjectKey: org.gridsuite:study-notification-server
2018
dockerImage: docker.io/gridsuite/study-notification-server
2119
dockerUsername: gridsuiteci
2220
releaseVersion: ${{ github.event.inputs.releaseVersion }}

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<groupId>org.gridsuite</groupId>
2121
<artifactId>gridsuite-study-notification-server</artifactId>
22-
<version>2.16.0-SNAPSHOT</version>
22+
<version>2.17.0-SNAPSHOT</version>
2323

2424
<packaging>jar</packaging>
2525
<name>Study notification server</name>
@@ -43,6 +43,8 @@
4343

4444
<properties>
4545
<gridsuite-dependencies.version>38.1.0-SNAPSHOT</gridsuite-dependencies.version>
46+
<sonar.organization>gridsuite</sonar.organization>
47+
<sonar.projectKey>org.gridsuite:study-notification-server</sonar.projectKey>
4648
</properties>
4749

4850
<build>

0 commit comments

Comments
 (0)