Skip to content

Commit 9d4c100

Browse files
Release version 1.3.5-1
1 parent 35f0b54 commit 9d4c100

File tree

5 files changed

+20
-36
lines changed

5 files changed

+20
-36
lines changed

README.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ Droptools
66

77
Useful Dropwizard addons, including `dropwizard-jooq` and `dropwizard-redis`.
88

9-
109
[`dropwizard-jooq`](https://github.com/benjamin-bader/droptools/tree/master/dropwizard-jooq)
1110
-----------------
1211

@@ -19,20 +18,6 @@ A bundle that adds support for relational database access via the excellent [jOO
1918
A bundle that manages a redis connection pool and makes [Jedis](https://github.com/xetorthio/jedis) clients available to resource methods, without the hassle of pooling logic in your code.
2019

2120

22-
Usage
23-
-----
24-
25-
To use the entire `droptools` family:
26-
27-
```xml
28-
<dependency>
29-
<groupId>com.bendb.dropwizard</groupId>
30-
<artifactId>droptools-parent</artifactId>
31-
<version>1.1.0-0</version>
32-
</dependency>
33-
```
34-
35-
3621
Support
3722
-------
3823

droptools-example/build.gradle

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -49,23 +49,22 @@ dependencies {
4949
jooq {
5050
version = jooqVersion
5151
example(sourceSets.main) {
52-
jdbc {
53-
driver = "org.postgresql.Driver"
54-
url = "jdbc:postgresql://localhost:5432/example_app"
55-
user = "example_user"
56-
password = "s3cr3t"
57-
}
52+
jdbc {
53+
driver = "org.postgresql.Driver"
54+
url = "jdbc:postgresql://localhost:5432/example_app"
55+
user = "example_user"
56+
password = "s3cr3t"
57+
}
5858

59-
generator {
60-
database {
61-
name = "org.jooq.meta.postgres.PostgresDatabase"
62-
inputSchema = "ex"
63-
}
59+
generator {
60+
database {
61+
name = "org.jooq.meta.postgres.PostgresDatabase"
62+
inputSchema = "ex"
63+
}
6464

65-
target {
66-
packageName = "com.bendb.example.db"
67-
}
68-
}
65+
target {
66+
packageName = "com.bendb.example.db"
67+
}
68+
}
6969
}
7070
}
71-

dropwizard-jooq/README.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.1.0-0</version>
17+
<version>1.3.5-1</version>
1818
</dependency>
1919
```
2020

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

dropwizard-redis/README.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.2.0-0</version>
14+
<version>1.3.5-1</version>
1515
</dependency>
1616
```
1717

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

gradle.properties

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

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

0 commit comments

Comments
 (0)