We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97c5cdd commit 0028715Copy full SHA for 0028715
pom.xml
@@ -51,6 +51,7 @@
51
<sonar.coverage.exclusions>**/migration/**/*</sonar.coverage.exclusions>
52
<sonar.organization>gridsuite</sonar.organization>
53
<sonar.projectKey>org.gridsuite:network-modification-server</sonar.projectKey>
54
+ <network-modification.version>0.49.0</network-modification.version>
55
</properties>
56
57
<build>
@@ -117,6 +118,7 @@
117
118
<dependency>
119
<groupId>org.gridsuite</groupId>
120
<artifactId>gridsuite-network-modification</artifactId>
121
+ <version>${network-modification.version}</version>
122
</dependency>
123
124
<groupId>com.powsybl</groupId>
0 commit comments