From 784b0b4b11fcd176a68e7b4ca548ac18255c4ec0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Ho=C3=9F?= Date: Sun, 3 Jul 2016 13:30:15 +0200 Subject: [PATCH] fix link to latest version MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Sebastian Hoß --- README.asciidoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.asciidoc b/README.asciidoc index f9a1cf0..dfc6112 100755 --- a/README.asciidoc +++ b/README.asciidoc @@ -104,16 +104,16 @@ LocalDate calendarDate = fiscalDate.asLocalDate(); To use this project just declare the following dependency inside your POM: -[source, xml] +[source, xml, subs="attributes,verbatim"] ---- - com.github.sebhoss - fiscal-year + {project-group} + {project-name} ${version.fiscal-year} ---- -Replace `${version.fiscal-year}` with the link:http://search.maven.org/#search%7Cga%7C1%7Cg%3Acom.github.sebhoss%20a%3Afiscal-year[latest release]. This project follows the link:http://semver.org/[semantic versioning guidelines]. +Replace `${version.fiscal-year}` with the link:++http://search.maven.org/#search%7Cga%7C1%7Cg%3Ade.xn--ho-hia.utils.fiscal_year%20a%3Afiscal-year++[latest release]. This project follows the link:http://semver.org/[semantic versioning guidelines]. === Compatibility -- 2.11.4.GIT