Skip to content

Commit 8784f30

Browse files
committed
Releasing 1.0.3
1 parent 90c2a92 commit 8784f30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>com.taboola</groupId>
88
<artifactId>api-java-client-core</artifactId>
9-
<version>1.0.2</version>
9+
<version>1.0.3</version>
1010

1111
<name>${project.groupId}:${project.artifactId}</name>
1212
<description>API Java client core</description>

src/main/java/com/taboola/rest/api/RestAPIClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public static RestAPIClientBuilder builder() {
4949
}
5050

5151
public static class RestAPIClientBuilder {
52-
private static final String VERSION = "1.0.2";
52+
private static final String VERSION = "1.0.3";
5353
private static final Integer DEFAULT_MAX_IDLE_CONNECTIONS = 5;
5454
private static final Long DEFAULT_KEEP_ALIVE_DURATION_MILLIS = 300_000L;
5555
private static final SerializationConfig DEFAULT_SERIALIZATION_CONFIG = new SerializationConfig();

0 commit comments

Comments
 (0)