Skip to content

Commit

Permalink
Merge branch 'refs/heads/main' into refactor-open-reac-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
p-arvy committed Dec 13, 2024
2 parents 1f1c0dd + aefa1c2 commit 3a3b1fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions open-reac/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-optimizer</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.10.0-SNAPSHOT</version>
</parent>

<packaging>jar</packaging>
Expand All @@ -22,8 +22,8 @@
<description>OpenReac optimizer</description>

<properties>
<powsybl-core.version>6.5.0-RC1</powsybl-core.version>
<powsybl-open-loadflow.version>1.12.1</powsybl-open-loadflow.version>
<powsybl-core.version>6.5.1</powsybl-core.version>
<powsybl-open-loadflow.version>1.13.2</powsybl-open-loadflow.version>
</properties>

<developers>
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-optimizer</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.10.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>PowSyBl Optimizer</name>
Expand Down

0 comments on commit 3a3b1fd

Please sign in to comment.