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 66 <modelVersion >4.0.0</modelVersion >
77 <groupId >com.taboola</groupId >
88 <artifactId >api-java-client-core</artifactId >
9- <version >1.0.1 </version >
9+ <version >1.0.2 </version >
1010
1111 <name >${project.groupId} :${project.artifactId} </name >
1212 <description >API Java client core</description >
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ public static RestAPIClientBuilder builder() {
4848 }
4949
5050 public static class RestAPIClientBuilder {
51- private static final String VERSION = "1.0.1 " ;
51+ private static final String VERSION = "1.0.2 " ;
5252 private static final Integer DEFAULT_MAX_IDLE_CONNECTIONS = 5 ;
5353 private static final Long DEFAULT_KEEP_ALIVE_DURATION_MILLIS = 300_000L ;
5454 private static final SerializationConfig DEFAULT_SERIALIZATION_CONFIG = new SerializationConfig ();
You can’t perform that action at this time.
0 commit comments