Skip to content

Commit

Permalink
Bump 1.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: Geoffroy Jamgotchian <[email protected]>
  • Loading branch information
geofjamg committed Nov 30, 2023
1 parent b8bdd12 commit 1428ee0
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ In your preferred IDE, create a project with following dependencies:
<dependency>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-network-store-client</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.7.0</version>
</dependency>
<dependency>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-iidm-test</artifactId>
<version>5.1.1</version>
<version>6.0.2</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion network-store-client-distribution/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-network-store-client-parent</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>
</parent>

<artifactId>powsybl-network-store-client-distribution</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion network-store-client/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-network-store-client-parent</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>
</parent>

<artifactId>powsybl-network-store-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion network-store-iidm-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<artifactId>powsybl-network-store-client-parent</artifactId>
<groupId>com.powsybl</groupId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>
</parent>

<artifactId>powsybl-network-store-iidm-impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion network-store-model/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-network-store-client-parent</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>
</parent>

<artifactId>powsybl-network-store-model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</parent>

<artifactId>powsybl-network-store-client-parent</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>

<packaging>pom</packaging>
<name>Network store client parent</name>
Expand Down

0 comments on commit 1428ee0

Please sign in to comment.