Skip to content

Commit

Permalink
Bump to 2.9.0 and update README (#371)
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 Mar 10, 2022
1 parent 851c2ec commit 1be8ff1
Show file tree
Hide file tree
Showing 11 changed files with 76 additions and 88 deletions.
30 changes: 9 additions & 21 deletions .github/diagram-demo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
116 changes: 58 additions & 58 deletions .github/example_n.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ After adding the single line diagram core module dependency:
<dependency>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-single-line-diagram-core</artifactId>
<version>2.8.0</version>
<version>2.9.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 @@ -19,7 +19,7 @@
<relativePath/>
</parent>
<artifactId>powsybl-single-line-diagram</artifactId>
<version>2.9.0-SNAPSHOT</version>
<version>2.9.0</version>
<packaging>pom</packaging>

<name>Single line diagram</name>
Expand Down
2 changes: 1 addition & 1 deletion single-line-diagram-cgmes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<artifactId>powsybl-single-line-diagram</artifactId>
<groupId>com.powsybl</groupId>
<version>2.9.0-SNAPSHOT</version>
<version>2.9.0</version>
</parent>

<artifactId>powsybl-single-line-diagram-cgmes</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-single-line-diagram-cgmes</artifactId>
<version>2.9.0-SNAPSHOT</version>
<version>2.9.0</version>
</parent>

<artifactId>powsybl-single-line-diagram-cgmes-dl-conversion</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-single-line-diagram-cgmes</artifactId>
<version>2.9.0-SNAPSHOT</version>
<version>2.9.0</version>
</parent>

<artifactId>powsybl-single-line-diagram-cgmes-iidm-extensions</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-single-line-diagram-cgmes</artifactId>
<version>2.9.0-SNAPSHOT</version>
<version>2.9.0</version>
</parent>

<artifactId>powsybl-single-line-diagram-cgmes-layout</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion single-line-diagram-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-single-line-diagram</artifactId>
<version>2.9.0-SNAPSHOT</version>
<version>2.9.0</version>
</parent>

<artifactId>powsybl-single-line-diagram-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion single-line-diagram-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<artifactId>powsybl-single-line-diagram</artifactId>
<groupId>com.powsybl</groupId>
<version>2.9.0-SNAPSHOT</version>
<version>2.9.0</version>
</parent>

<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion single-line-diagram-iidm-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-single-line-diagram</artifactId>
<version>2.9.0-SNAPSHOT</version>
<version>2.9.0</version>
</parent>

<artifactId>powsybl-single-line-diagram-iidm-extensions</artifactId>
Expand Down

0 comments on commit 1be8ff1

Please sign in to comment.