Skip to content

Commit

Permalink
Bump to v2024.3.1
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Perrin <olivier.perrin@rte-france.com>
  • Loading branch information
olperr1 committed Nov 6, 2024
1 parent cceb4ae commit 4d3275a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Below are the tables of the compatible releases of PowSyBl repositories for the

| powsybl-dependencies | powsybl-core | powsybl-open-loadflow | powsybl-diagram | powsybl-dynawo | powsybl-entsoe | powsybl-open-rao |
|:--------------------:|:--------------------------------------------------------------------:|:-------------------------------------------------------------------------------:|:-----------------------------------------------------------------------:|:----------------------------------------------------------------------:|:----------------------------------------------------------------------:|:------------------------------------------------------------------------:|
| 2024.3.1 | [6.5.1](https://github.com/powsybl/powsybl-core/releases/tag/v6.5.1) | [1.13.2](https://github.com/powsybl/powsybl-open-loadflow/releases/tag/v1.13.2) | [4.6.2](https://github.com/powsybl/powsybl-diagram/releases/tag/v4.6.2) | [2.6.0](https://github.com/powsybl/powsybl-dynawo/releases/tag/v2.6.0) | [2.11.0](https://github.com/powsybl/powsybl-entsoe/releases/tag/v2.11.0) | [6.1.2](https://github.com/powsybl/powsybl-open-rao/releases/tag/v6.1.2) |
| 2024.3.0 | [6.5.0](https://github.com/powsybl/powsybl-core/releases/tag/v6.5.0) | [1.13.1](https://github.com/powsybl/powsybl-open-loadflow/releases/tag/v1.13.1) | [4.6.1](https://github.com/powsybl/powsybl-diagram/releases/tag/v4.6.1) | [2.6.0](https://github.com/powsybl/powsybl-dynawo/releases/tag/v2.6.0) | [2.11.0](https://github.com/powsybl/powsybl-entsoe/releases/tag/v2.11.0) | [6.1.0](https://github.com/powsybl/powsybl-open-rao/releases/tag/v6.1.0) |
| 2024.2.0 | [6.4.1](https://github.com/powsybl/powsybl-core/releases/tag/v6.4.1) | [1.12.2](https://github.com/powsybl/powsybl-open-loadflow/releases/tag/v1.12.2) | [4.5.1](https://github.com/powsybl/powsybl-diagram/releases/tag/v4.5.1) | [2.5.1](https://github.com/powsybl/powsybl-dynawo/releases/tag/v2.5.1) | [2.10.1](https://github.com/powsybl/powsybl-entsoe/releases/tag/v2.10.1) | [6.0.1](https://github.com/powsybl/powsybl-open-rao/releases/tag/v6.0.1) |
| 2024.1.2 | [6.3.2](https://github.com/powsybl/powsybl-core/releases/tag/v6.3.2) | [1.11.0](https://github.com/powsybl/powsybl-open-loadflow/releases/tag/v1.11.0) | [4.4.0](https://github.com/powsybl/powsybl-diagram/releases/tag/v4.4.0) | [2.4.0](https://github.com/powsybl/powsybl-dynawo/releases/tag/v2.4.0) | [2.9.0](https://github.com/powsybl/powsybl-entsoe/releases/tag/v2.9.0) | [5.5.1](https://github.com/powsybl/powsybl-open-rao/releases/tag/v5.5.1) |
Expand Down Expand Up @@ -71,7 +72,7 @@ To start using PowSyBl Dependencies, include it in the dependency management of
<dependency>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-dependencies</artifactId>
<version>2024.3.0</version>
<version>2024.3.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</parent>

<artifactId>powsybl-dependencies</artifactId>
<version>2024.3.1-SNAPSHOT</version>
<version>2024.3.1</version>
<packaging>pom</packaging>

<name>PowSyBl dependencies POM</name>
Expand Down

0 comments on commit 4d3275a

Please sign in to comment.