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 <[email protected]>
  • Loading branch information
flo-dup committed Dec 22, 2023
1 parent 9f5c932 commit 5a8e14a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
</parent>
<artifactId>powsybl-distribution</artifactId>
<packaging>pom</packaging>
<version>2023.4.0-SNAPSHOT</version>
<version>2023.4.0</version>

<properties>
<java.version>17</java.version>
<logback.version>1.4.14</logback.version>
<powsybl-dependencies.version>2023.3.3</powsybl-dependencies.version>
<powsybl-core.version>6.0.3</powsybl-core.version> <!--pom import does not reach the build/plugins part-->
<powsybl-dependencies.version>2023.4.0</powsybl-dependencies.version>
<powsybl-core.version>6.1.1</powsybl-core.version> <!--pom import does not reach the build/plugins part-->
<slf4j.version>2.0.9</slf4j.version>
</properties>

Expand Down Expand Up @@ -133,7 +133,7 @@

<dependency>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-iidm-xml-converter</artifactId>
<artifactId>powsybl-iidm-serde</artifactId>
<scope>runtime</scope>
</dependency>

Expand Down

0 comments on commit 5a8e14a

Please sign in to comment.