Skip to content

Commit b12214b

Browse files
Release version 2.0.2-0
1 parent 641acdb commit b12214b

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Please file bug reports and feature requests in [GitHub issues](https://github.c
2727
License
2828
-------
2929

30-
Copyright (c) 2014-2019 Benjamin Bader
30+
Copyright (c) 2014-2020 Benjamin Bader
3131

3232
This library is licensed under the Apache License, Version 2.0.
3333

docs/jooq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Dependency Info
1414
<dependency>
1515
<groupId>com.bendb.dropwizard</groupId>
1616
<artifactId>dropwizard-jooq</artifactId>
17-
<version>1.3.5-1</version>
17+
<version>2.0.2-0</version>
1818
</dependency>
1919
```
2020

@@ -129,7 +129,7 @@ Please file bug reports and feature requests in [GitHub issues](https://github.c
129129
License
130130
-------
131131
132-
Copyright (c) 2014-2019 Benjamin Bader
132+
Copyright (c) 2014-2020 Benjamin Bader
133133
134134
This library is licensed under the Apache License, Version 2.0.
135135

docs/redis.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Dependency Info
1111
<dependency>
1212
<groupId>com.bendb.dropwizard</groupId>
1313
<artifactId>dropwizard-redis</artifactId>
14-
<version>1.3.5-1</version>
14+
<version>2.0.2-0</version>
1515
</dependency>
1616
```
1717

@@ -97,7 +97,7 @@ Please file bug reports and feature requests in [GitHub issues](https://github.c
9797
License
9898
-------
9999
100-
Copyright (c) 2014-2019 Benjamin Bader
100+
Copyright (c) 2014-2020 Benjamin Bader
101101
102102
This library is licensed under the Apache License, Version 2.0.
103103

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.bendb.dropwizard
2-
VERSION=2.0.2-0-SNAPSHOT
2+
VERSION=2.0.2-0
33

44
POM_URL=https://github.com/benjamin-bader/droptools/
55

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ site_url: https://droptools.bendb.com
55
site_description: "Useful Dropwizard addons"
66
site_author: Benjamin Bader
77

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

1010
theme:
1111
name: material

0 commit comments

Comments
 (0)