Skip to content

Commit

Permalink
Prepare release v2.11.0
Browse files Browse the repository at this point in the history
- Update powsybl-core to v3.7.1
- Update powsybl-parent to v3

Signed-off-by: Mathieu BAGUE <[email protected]>
  • Loading branch information
Mathieu BAGUE authored and sylvlecl committed Dec 11, 2020
1 parent 432254b commit f950546
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion computation-mpi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-hpc</artifactId>
<version>2.11.0-SNAPSHOT</version>
<version>2.11.0</version>
</parent>

<artifactId>powsybl-computation-mpi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion computation-slurm-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-hpc</artifactId>
<version>2.11.0-SNAPSHOT</version>
<version>2.11.0</version>
</parent>

<artifactId>powsybl-computation-slurm-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion computation-slurm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-hpc</artifactId>
<version>2.11.0-SNAPSHOT</version>
<version>2.11.0</version>
</parent>

<artifactId>powsybl-computation-slurm</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion distribution-hpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-hpc</artifactId>
<version>2.11.0-SNAPSHOT</version>
<version>2.11.0</version>
</parent>

<packaging>pom</packaging>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<parent>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-parent</artifactId>
<version>2</version>
<version>3</version>
<relativePath/>
</parent>
<artifactId>powsybl-hpc</artifactId>
<version>2.11.0-SNAPSHOT</version>
<version>2.11.0</version>
<packaging>pom</packaging>

<name>powsybl HPC</name>
Expand Down Expand Up @@ -76,7 +76,7 @@
../../distribution-hpc/target/site/jacoco-aggregate/jacoco.xml,
</sonar.coverage.jacoco.xmlReportPaths>

<powsyblcore.version>3.3.0</powsyblcore.version>
<powsyblcore.version>3.7.1</powsyblcore.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit f950546

Please sign in to comment.