@@ -18,7 +18,7 @@ If you use Maven, simply add following lines to your ``pom.xml``:
...
@@ -18,7 +18,7 @@ If you use Maven, simply add following lines to your ``pom.xml``:
<dependency>
<dependency>
<groupId>net.sourceforge.teetime</groupId>
<groupId>net.sourceforge.teetime</groupId>
<artifactId>teetime</artifactId>
<artifactId>teetime</artifactId>
<version>1.0</version>
<version>VERSION</version>
</dependency>
</dependency>
```
```
...
@@ -27,7 +27,7 @@ Please make sure, your project management tool uses Maven's central repository.
...
@@ -27,7 +27,7 @@ Please make sure, your project management tool uses Maven's central repository.
#### Binaries and sources
#### Binaries and sources
The latest TeeTime release can be downloaded directly from [Sourceforge](https://sourceforge.net/projects/teetime/files/latest/download). If you also want to download the source and/or JavaDoc, you can also get a summary of available files on [Sourceforge](https://sourceforge.net/projects/teetime/files/). Alternatively, all files are accessible from the [CI Server](https://build.se.informatik.uni-kiel.de/jenkins/view/TeeTime/job/teetime-release/lastSuccessfulBuild/artifact/target/).
The latest TeeTime release can be downloaded directly from [Sourceforge](https://sourceforge.net/projects/teetime/files/latest/download). If you also want to download the source and/or JavaDoc, you can also get a summary of available files on [Sourceforge](https://sourceforge.net/projects/teetime/files/). Alternatively, all files are accessible [directly from Maven's central repository](http://repo1.maven.org/maven2/net/sourceforge/teetime/teetime/).