Skip to content

Commit

Permalink
Migrate java-dynawo version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thangqp committed Oct 4, 2024
1 parent 9bee19e commit 5263268
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

<properties>
<gridsuite-dependencies.version>34</gridsuite-dependencies.version>
<jib.from.image>powsybl/java-dynawo:2.1.0</jib.from.image>
<jib.from.image>powsybl/java-dynawo:2.2.0</jib.from.image>

<h2database.version>1.4.200</h2database.version>
<liquibase-hibernate-package>org.gridsuite.ds.server</liquibase-hibernate-package>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* @author Thang PHAM <quyet-thang.pham at rte-france.com>
*/
public abstract class AbstractDynawoTest {
private static final String JAVA_DYNAWO_VERSION = "2.1.0";
private static final String JAVA_DYNAWO_VERSION = "2.2.0";

private static final String DOCKER_IMAGE_ID = "powsybl/java-dynawo:" + JAVA_DYNAWO_VERSION;

Expand Down

0 comments on commit 5263268

Please sign in to comment.