Skip to content

Commit

Permalink
Bump to 2022.0.0 and update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Dupuy <[email protected]>
  • Loading branch information
flo-dup committed Nov 22, 2022
1 parent 8fcb054 commit a749f3a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@



PowSyBl repository versions for the 2.0.0 powsybl-starter release correspond to the ones of
[powsybl-dependencies 2.0.0](https://github.com/powsybl/powsybl-dependencies/releases/tag/v2.0.0).
PowSyBl repository versions for the 2022.0.0 powsybl-starter release correspond to the ones of
[powsybl-dependencies 2022.0.0](https://github.com/powsybl/powsybl-dependencies/releases/tag/v2022.0.0).



Expand All @@ -15,7 +15,7 @@ To start using PowSyBl components in a Maven project, you just have to include o
<dependency>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-starter</artifactId>
<version>2.0.0</version>
<version>2022.0.0</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</parent>

<artifactId>powsybl-starter</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2022.0.0</version>

<name>PowSyBl Starter POM</name>
<description>A starter POM to help creating a PowSyBl based application faster</description>
Expand All @@ -42,7 +42,7 @@
</developers>

<properties>
<powsybl-dependencies.version>2.0.0</powsybl-dependencies.version>
<powsybl-dependencies.version>2022.0.0</powsybl-dependencies.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit a749f3a

Please sign in to comment.