diff --git a/pom.xml b/pom.xml index 07dff84274dd1bf0971d2aeeaddaadca57e1add3..4631f1391fc6ceb022e4a4755db9da228bcfafe4 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ <groupId>net.sourceforge.teetime</groupId> <artifactId>teetime</artifactId> - <version>1.0</version> + <version>1.1-SNAPSHOT</version> <packaging>jar</packaging> <name>TeeTime</name> diff --git a/src/site/markdown/download.md b/src/site/markdown/download.md index 4ed386d26e2a396ea6b37efeecf3b8b99c2629ea..9a5faccc088a7da63f35d5dce78e01fe1681c5ae 100644 --- a/src/site/markdown/download.md +++ b/src/site/markdown/download.md @@ -6,8 +6,6 @@ There are several ways to get TeeTime. Choose the best one for you. There are two simple ways to add TeeTime to your own project. ->Please note, that TeeTime's first official release isn't published yet. You can switch to the snapshot release or wait a couple of days. We are looking forward, to release 1.0 still this month. - #### As dependency TeeTime is available through Maven's central repository. diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md index 16579c34f35d373b72e6e80a9483c50860ef0edb..35878922cdbc47dbaae5b9bf67d0b06065763cc2 100644 --- a/src/site/markdown/index.md +++ b/src/site/markdown/index.md @@ -46,7 +46,6 @@ You can get TeeTime through various ways. If your projects uses Maven, just add </dependency> ``` ->TeeTime's first official release is not published yet. For more information, see [download](download.html). To get the source code or the plain jar, take a look at the [download](download.html) section.