Skip to content

Commit

Permalink
Merge pull request #11 from taboola/release-1.0.5
Browse files Browse the repository at this point in the history
Releasing release-1.0.5
  • Loading branch information
vladimanaev authored Feb 7, 2024
2 parents 130f58c + 3fe1435 commit 702c683
Show file tree
Hide file tree
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
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.taboola</groupId>
<artifactId>api-java-client-core</artifactId>
<version>1.0.4</version>
<version>1.0.5</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>API Java client core</description>
Expand Down
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
Expand Up @@ -51,7 +51,7 @@ public static RestAPIClientBuilder builder() {
}

public static class RestAPIClientBuilder {
private static final String VERSION = "1.0.4";
private static final String VERSION = "1.0.5";
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();
Expand Down

0 comments on commit 702c683

Please sign in to comment.