Skip to content

Commit

Permalink
Releasing 1.0.2
Browse files Browse the repository at this point in the history
vladimanaev committed Aug 10, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 464ca20 commit d5ed0ef
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.taboola</groupId>
<artifactId>api-java-client-core</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>API Java client core</description>
2 changes: 1 addition & 1 deletion src/main/java/com/taboola/rest/api/RestAPIClient.java
Original file line number Diff line number Diff line change
@@ -48,7 +48,7 @@ public static RestAPIClientBuilder builder() {
}

public static class RestAPIClientBuilder {
private static final String VERSION = "1.0.1";
private static final String VERSION = "1.0.2";
private static final Integer DEFAULT_MAX_IDLE_CONNECTIONS = 5;
private static final Long DEFAULT_KEEP_ALIVE_DURATION_MILLIS = 300_000L;
private static final SerializationConfig DEFAULT_SERIALIZATION_CONFIG = new SerializationConfig();

0 comments on commit d5ed0ef

Please sign in to comment.