Skip to content

Commit

Permalink
Merge pull request #84 from taboola/releasing-1.1.8
Browse files Browse the repository at this point in the history
Releasing 1.1.8
  • Loading branch information
vladimanaev authored Feb 9, 2024
2 parents e3581d8 + b51a459 commit dea1cf7
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>backstage-api-java-client</artifactId>
<version>1.1.7</version>
<version>1.1.8</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>Backstage API Java Client</description>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/taboola/backstage/Backstage.java
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ public static class BackstageBuilder {
private static final String DEFAULT_BACKSTAGE_HOST = "https://backstage.taboola.com/backstage/";
private static final String DEFAULT_AUTH_BACKSTAGE_HOST = "https://authentication.taboola.com/authentication/";
private static final String DEFAULT_USER_AGENT = "Taboola Java Client";
private static final String VERSION = "1.1.7";
private static final String VERSION = "1.1.8";
private static final SerializationConfig DEFAULT_SERIALIZATION_CONFIG = new SerializationConfig();
private static final CommunicationInterceptor DEFAULT_COMMUNICATION_INTERCEPTOR = new NoOpCommunicationInterceptor();
private String baseUrl;
Expand Down

0 comments on commit dea1cf7

Please sign in to comment.