Skip to content

Commit

Permalink
Release version 2.0.2-0
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-bader committed Mar 11, 2020
1 parent 641acdb commit b12214b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions docs/jooq.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Dependency Info
<dependency>
<groupId>com.bendb.dropwizard</groupId>
<artifactId>dropwizard-jooq</artifactId>
<version>1.3.5-1</version>
<version>2.0.2-0</version>
</dependency>
```

Expand Down Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions docs/redis.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Dependency Info
<dependency>
<groupId>com.bendb.dropwizard</groupId>
<artifactId>dropwizard-redis</artifactId>
<version>1.3.5-1</version>
<version>2.0.2-0</version>
</dependency>
```

Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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/

Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ site_url: https://droptools.bendb.com
site_description: "Useful Dropwizard addons"
site_author: Benjamin Bader

copyright: "Copyright &copy; 2014-2019 Benjamin Bader"
copyright: "Copyright &copy; 2014-2020 Benjamin Bader"

theme:
name: material
Expand Down

0 comments on commit b12214b

Please sign in to comment.