From b12214b06afda02a51b3fa68c498919f423a11a6 Mon Sep 17 00:00:00 2001 From: Ben Bader Date: Wed, 11 Mar 2020 10:04:28 -0700 Subject: [PATCH] Release version 2.0.2-0 --- README.md | 2 +- docs/jooq.md | 4 ++-- docs/redis.md | 4 ++-- gradle.properties | 2 +- mkdocs.yml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index bc8918b5..731557a6 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Please file bug reports and feature requests in [GitHub issues](https://github.c License ------- -Copyright (c) 2014-2019 Benjamin Bader +Copyright (c) 2014-2020 Benjamin Bader This library is licensed under the Apache License, Version 2.0. diff --git a/docs/jooq.md b/docs/jooq.md index fef0a413..228dcb13 100644 --- a/docs/jooq.md +++ b/docs/jooq.md @@ -14,7 +14,7 @@ Dependency Info com.bendb.dropwizard dropwizard-jooq - 1.3.5-1 + 2.0.2-0 ``` @@ -129,7 +129,7 @@ Please file bug reports and feature requests in [GitHub issues](https://github.c License ------- -Copyright (c) 2014-2019 Benjamin Bader +Copyright (c) 2014-2020 Benjamin Bader This library is licensed under the Apache License, Version 2.0. diff --git a/docs/redis.md b/docs/redis.md index ed8a4c51..17d18ed0 100644 --- a/docs/redis.md +++ b/docs/redis.md @@ -11,7 +11,7 @@ Dependency Info com.bendb.dropwizard dropwizard-redis - 1.3.5-1 + 2.0.2-0 ``` @@ -97,7 +97,7 @@ Please file bug reports and feature requests in [GitHub issues](https://github.c License ------- -Copyright (c) 2014-2019 Benjamin Bader +Copyright (c) 2014-2020 Benjamin Bader This library is licensed under the Apache License, Version 2.0. diff --git a/gradle.properties b/gradle.properties index 34a7a1fe..a4656ff5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.bendb.dropwizard -VERSION=2.0.2-0-SNAPSHOT +VERSION=2.0.2-0 POM_URL=https://github.com/benjamin-bader/droptools/ diff --git a/mkdocs.yml b/mkdocs.yml index 3b71d7e1..94ac0056 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -5,7 +5,7 @@ site_url: https://droptools.bendb.com site_description: "Useful Dropwizard addons" site_author: Benjamin Bader -copyright: "Copyright © 2014-2019 Benjamin Bader" +copyright: "Copyright © 2014-2020 Benjamin Bader" theme: name: material