Skip to content

Commit

Permalink
Release version 3.0.0-0
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-bader committed Aug 7, 2023
1 parent be249d6 commit 52aab08
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Please file bug reports and feature requests in [GitHub issues](https://github.c
License
-------

Copyright (c) 2014-2020 Benjamin Bader
Copyright (c) 2014-2023 Benjamin Bader

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

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package com.bendb.droptools.gradle;

import com.vanniktech.maven.publish.JavaLibrary;
import com.vanniktech.maven.publish.JavadocJar;
import com.vanniktech.maven.publish.MavenPublishBaseExtension;
import org.gradle.api.Plugin;
import org.gradle.api.Project;
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>2.0.2-0</version>
<version>3.0.0-0</version>
</dependency>
```

Expand Down Expand Up @@ -133,7 +133,7 @@ Please file bug reports and feature requests in [GitHub issues](https://github.c
License
-------
Copyright (c) 2014-2020 Benjamin Bader
Copyright (c) 2014-2023 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>2.0.2-0</version>
<version>3.0.0-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-2020 Benjamin Bader
Copyright (c) 2014-2023 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,2 +1,2 @@
GROUP=com.bendb.dropwizard
VERSION_NAME=3.0.0-0-SNAPSHOT
VERSION_NAME=3.0.0-0
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-2020 Benjamin Bader"
copyright: "Copyright &copy; 2014-2023 Benjamin Bader"

theme:
name: material
Expand Down

0 comments on commit 52aab08

Please sign in to comment.