Update Download | Install authored by Christian Reuschling's avatar Christian Reuschling
...@@ -28,8 +28,8 @@ GenIe is offered in our own repository. Add following entries to your pom.xml: ...@@ -28,8 +28,8 @@ GenIe is offered in our own repository. Add following entries to your pom.xml:
and in the \<dependencies\> section and in the \<dependencies\> section
<dependency> <dependency>
<groupId>dfki.sds.genie</groupId> <groupId>de.dfki.sds</groupId>
<artifactId>genie</artifactId> <artifactId>genIe</artifactId>
<version>CURRENT_VERSION</version> <version>CURRENT_VERSION</version>
</dependency> </dependency>
... ...
......