From c0e07e1fa156d4ff6f8bc358ebbe77530f9df1ba Mon Sep 17 00:00:00 2001 From: Nelson Tavares de Sousa <ntd@informatik.uni-kiel.de> Date: Fri, 19 Dec 2014 14:55:40 +0100 Subject: [PATCH] fulfilled release incremented version# --- pom.xml | 2 +- src/site/markdown/download.md | 2 -- src/site/markdown/index.md | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 07dff842..4631f139 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 4ed386d2..9a5faccc 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 16579c34..35878922 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. -- GitLab