Skip to content

Commit afe8626

Browse files
committed
fixed gettingstarted.rst version + maven links
1 parent af136e2 commit afe8626

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/readthedocs/gettingstarted.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ management:
1818

1919
Stable releases
2020
===============
21-
On `Maven central <https://search.maven.org/artifact/com.github.ie3-institute/PowerSystemUtils>`_:
21+
On `Maven central <https://search.maven.org/artifact/com.github.ie3-institute/PowerSystemDataModel>`_:
2222

2323
.. code-block:: xml
2424
2525
<dependency>
2626
<groupId>com.github.ie3-institute</groupId>
27-
<artifactId>PowerSystemUtils</artifactId>
28-
<version>1.3.1</version>
27+
<artifactId>PowerSystemDataModel</artifactId>
28+
<version>1.1.0</version>
2929
</dependency>
3030
3131
Snapshot releases
@@ -45,6 +45,6 @@ and add the dependency:
4545
4646
<dependency>
4747
<groupId>com.github.ie3-institute</groupId>
48-
<artifactId>PowerSystemUtils</artifactId>
49-
<version>1.3.2-SNAPSHOT</version>
48+
<artifactId>PowerSystemDataModel</artifactId>
49+
<version>2.0-SNAPSHOT</version>
5050
</dependency>

0 commit comments

Comments
 (0)