Skip to content

Commit

Permalink
Bump to v1.12.0
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Perrin <[email protected]>
  • Loading branch information
olperr1 committed Jul 3, 2024
1 parent 9a1830e commit aba7d3a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,17 +90,17 @@ dependencies to respectively have access to network model, IEEE test networks an
<dependency>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-iidm-impl</artifactId>
<version>6.3.0</version>
<version>6.4.0</version>
</dependency>
<dependency>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-ieee-cdf-converter</artifactId>
<version>6.3.0</version>
<version>6.4.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>2.0.9</version>
<version>2.0.13</version>
</dependency>
```

Expand All @@ -114,7 +114,7 @@ After adding a last Maven dependency on Open Load Flow implementation:
<dependency>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-open-loadflow</artifactId>
<version>1.11.0</version>
<version>1.12.0</version>
</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-open-loadflow</artifactId>
<version>1.12.0-SNAPSHOT</version>
<version>1.12.0</version>

<name>powsybl open loadflow</name>
<description>An open source loadflow based on PowSyBl</description>
Expand Down

0 comments on commit aba7d3a

Please sign in to comment.