Skip to content

Commit

Permalink
Bump to v2023.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Dupuy <florian.dupuy@rte-france.com>
  • Loading branch information
flo-dup committed Dec 22, 2023
1 parent 1a5d549 commit 7b0f69e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@



PowSyBl repository versions for the 2023.3.3 powsybl-starter release correspond to the ones of
[powsybl-dependencies 2023.3.3](https://github.com/powsybl/powsybl-dependencies/releases/tag/v2023.3.3).
PowSyBl repository versions for the 2023.4.0 powsybl-starter release correspond to the ones of
[powsybl-dependencies 2023.4.0](https://github.com/powsybl/powsybl-dependencies/releases/tag/v2023.4.0).



Expand All @@ -15,7 +15,7 @@ To start using PowSyBl components in a Maven project, you just have to include o
<dependency>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-starter</artifactId>
<version>2023.3.3</version>
<version>2023.4.0</version>
</dependency>
```

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</parent>

<artifactId>powsybl-starter</artifactId>
<version>2023.4.0-SNAPSHOT</version>
<version>2023.4.0</version>

<name>PowSyBl Starter POM</name>
<description>A starter POM to help creating a PowSyBl based application faster</description>
Expand All @@ -42,7 +42,7 @@
</developers>

<properties>
<powsybl-dependencies.version>2023.3.3</powsybl-dependencies.version>
<powsybl-dependencies.version>2023.4.0</powsybl-dependencies.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -81,7 +81,7 @@
<!-- network import/export -->
<dependency>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-iidm-xml-converter</artifactId>
<artifactId>powsybl-iidm-serde</artifactId>
</dependency>
<dependency>
<groupId>com.powsybl</groupId>
Expand Down

0 comments on commit 7b0f69e

Please sign in to comment.