Skip to content

Commit

Permalink
Bump to api-java-client-core version and releasing 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimanaev committed Jan 26, 2022
1 parent bf70c55 commit 2735db4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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.1</version>
<version>1.1.2</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>Backstage API Java Client</description>
Expand Down Expand Up @@ -53,7 +53,7 @@
<log4j.core.version>2.17.1</log4j.core.version>
<junit.version>4.13.1</junit.version>
<mockito.all.version>1.10.19</mockito.all.version>
<api.java.client.core.version>1.0.3</api.java.client.core.version>
<api.java.client.core.version>1.0.4</api.java.client.core.version>
</properties>

<dependencies>
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 @@ -181,7 +181,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.1";
private static final String VERSION = "1.1.2";
private static final SerializationConfig DEFAULT_SERIALIZATION_CONFIG = new SerializationConfig();

private String baseUrl;
Expand Down

0 comments on commit 2735db4

Please sign in to comment.