File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/com/taboola/rest/api Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
<modelVersion >4.0.0</modelVersion >
7
7
<groupId >com.taboola</groupId >
8
8
<artifactId >api-java-client-core</artifactId >
9
- <version >1.0.3 </version >
9
+ <version >1.0.4 </version >
10
10
11
11
<name >${project.groupId} :${project.artifactId} </name >
12
12
<description >API Java client core</description >
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ public static RestAPIClientBuilder builder() {
49
49
}
50
50
51
51
public static class RestAPIClientBuilder {
52
- private static final String VERSION = "1.0.3 " ;
52
+ private static final String VERSION = "1.0.4 " ;
53
53
private static final Integer DEFAULT_MAX_IDLE_CONNECTIONS = 5 ;
54
54
private static final Long DEFAULT_KEEP_ALIVE_DURATION_MILLIS = 300_000L ;
55
55
private static final SerializationConfig DEFAULT_SERIALIZATION_CONFIG = new SerializationConfig ();
You can’t perform that action at this time.
0 commit comments