Skip to content

Commit

Permalink
Update version to 1.7.1 and update README.md
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 authored and mathbagu committed Oct 15, 2020
1 parent bd8527d commit 149f69a
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -45,12 +45,12 @@ and additionally for this example two other ones for the `Network` test case and
<dependency>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-iidm-impl</artifactId>
<version>3.6.0</version>
<version>3.7.0</version>
</dependency>
<dependency>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-iidm-test</artifactId>
<version>3.6.0</version>
<version>3.7.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand All @@ -69,7 +69,7 @@ After adding the single line diagram core module dependency:
<dependency>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-single-line-diagram-core</artifactId>
<version>1.6.0</version>
<version>1.7.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -19,7 +19,7 @@
<relativePath/>
</parent>
<artifactId>powsybl-single-line-diagram</artifactId>
<version>1.7.0</version>
<version>1.7.1</version>
<packaging>pom</packaging>

<name>Single line diagram</name>
Expand Down
2 changes: 1 addition & 1 deletion single-line-diagram-cgmes/pom.xml
Expand Up @@ -15,7 +15,7 @@
<parent>
<artifactId>powsybl-single-line-diagram</artifactId>
<groupId>com.powsybl</groupId>
<version>1.7.0</version>
<version>1.7.1</version>
</parent>

<artifactId>powsybl-single-line-diagram-cgmes</artifactId>
Expand Down
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-single-line-diagram-cgmes</artifactId>
<version>1.7.0</version>
<version>1.7.1</version>
</parent>

<artifactId>powsybl-single-line-diagram-cgmes-dl-conversion</artifactId>
Expand Down
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-single-line-diagram-cgmes</artifactId>
<version>1.7.0</version>
<version>1.7.1</version>
</parent>

<artifactId>powsybl-single-line-diagram-cgmes-iidm-extensions</artifactId>
Expand Down
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-single-line-diagram-cgmes</artifactId>
<version>1.7.0</version>
<version>1.7.1</version>
</parent>

<artifactId>powsybl-single-line-diagram-cgmes-layout</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion single-line-diagram-color/pom.xml
Expand Up @@ -15,7 +15,7 @@
<parent>
<artifactId>powsybl-single-line-diagram</artifactId>
<groupId>com.powsybl</groupId>
<version>1.7.0</version>
<version>1.7.1</version>
</parent>

<artifactId>powsybl-single-line-diagram-color</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion single-line-diagram-core/pom.xml
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-single-line-diagram</artifactId>
<version>1.7.0</version>
<version>1.7.1</version>
</parent>

<artifactId>powsybl-single-line-diagram-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion single-line-diagram-distribution/pom.xml
Expand Up @@ -15,7 +15,7 @@
<parent>
<artifactId>powsybl-single-line-diagram</artifactId>
<groupId>com.powsybl</groupId>
<version>1.7.0</version>
<version>1.7.1</version>
</parent>

<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion single-line-diagram-force-layout/pom.xml
Expand Up @@ -14,7 +14,7 @@
<parent>
<artifactId>powsybl-single-line-diagram</artifactId>
<groupId>com.powsybl</groupId>
<version>1.7.0</version>
<version>1.7.1</version>
</parent>

<artifactId>powsybl-single-line-diagram-force-layout</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion single-line-diagram-iidm-extensions/pom.xml
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-single-line-diagram</artifactId>
<version>1.7.0</version>
<version>1.7.1</version>
</parent>

<artifactId>powsybl-single-line-diagram-iidm-extensions</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion single-line-diagram-view-app/pom.xml
Expand Up @@ -15,7 +15,7 @@
<parent>
<artifactId>powsybl-single-line-diagram</artifactId>
<groupId>com.powsybl</groupId>
<version>1.7.0</version>
<version>1.7.1</version>
</parent>

<artifactId>powsybl-single-line-diagram-view-app</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion single-line-diagram-view/pom.xml
Expand Up @@ -15,7 +15,7 @@
<parent>
<artifactId>powsybl-single-line-diagram</artifactId>
<groupId>com.powsybl</groupId>
<version>1.7.0</version>
<version>1.7.1</version>
</parent>

<artifactId>powsybl-single-line-diagram-view</artifactId>
Expand Down

0 comments on commit 149f69a

Please sign in to comment.