This repository was archived by the owner on Jun 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -97,19 +97,19 @@ CallExecutor executor = new CallExecutor<>(config)
97
97
< dependency>
98
98
< groupId> com. evanlennick< / groupId>
99
99
< artifactId> retry4j< / artifactId>
100
- < version> 0.13 . 0 < / version>
100
+ < version> 0.14 . 0 < / version>
101
101
< / dependency>
102
102
```
103
103
104
104
### SBT
105
105
106
106
```sbt
107
- libraryDependencies += " com.evanlennick" % " retry4j" % " 0.13 .0"
107
+ libraryDependencies += " com.evanlennick" % " retry4j" % " 0.14 .0"
108
108
```
109
109
### Gradle
110
110
111
111
```groovy
112
- compile " com.evanlennick:retry4j:0.13 .0"
112
+ compile " com.evanlennick:retry4j:0.14 .0"
113
113
```
114
114
115
115
## Usage
@@ -118,7 +118,7 @@ compile "com.evanlennick:retry4j:0.13.0"
118
118
119
119
Retry4j does not require any external dependencies. It does require that you are using Java 8 or newer.
120
120
121
- * Javadocs are hosted at: http: // www.javadoc.io/doc/com.evanlennick/retry4j/0.13 .0.
121
+ * Javadocs are hosted at: http: // www.javadoc.io/doc/com.evanlennick/retry4j/0.14 .0.
122
122
* Continuous integration results are available via Travis CI here: https: // travis-ci.org/elennick/retry4j.
123
123
* Code coverage information is available via Coveralls here: https: // coveralls.io/github/elennick/retry4j.
124
124
* Examples of Retry4j in use are documented here: https: // github.com/elennick/retry4j-examples
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >com.evanlennick</groupId >
8
8
<artifactId >retry4j</artifactId >
9
- <version >0.14.0-SNAPSHOT </version >
9
+ <version >0.14.0</version >
10
10
11
11
<name >${project.groupId} :${project.artifactId} </name >
12
12
<description >Library for retrying Java logic.</description >
16
16
<
connection >scm:git:
[email protected] :elennick/retry4j.git</
connection >
17
17
<
developerConnection >scm:git:
[email protected] :elennick/retry4j.git</
developerConnection >
18
18
<
url >
[email protected] :elennick/retry4j.git</
url >
19
- <tag >retry4j-0.13 .0</tag >
19
+ <tag >retry4j-0.14 .0</tag >
20
20
</scm >
21
21
22
22
<licenses >
You can’t perform that action at this time.
0 commit comments