Skip to content

Commit

Permalink
Updates for v2.0.159
Browse files Browse the repository at this point in the history
  • Loading branch information
Concourse committed May 30, 2024
1 parent e79115c commit 9a2d66a
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sdk/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ info:
url: https://www.finbourne.com
termsOfService: https://www.finbourne.com/legal/terms-conditions
title: FINBOURNE Horizon API
version: 0.1.481
version: 0.1.482
x-logo:
url: https://www.lusid.com/app/assets/logo_white.png
backgroundColor: '#415464'
Expand Down
2 changes: 1 addition & 1 deletion sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>horizon-sdk</artifactId>
<packaging>jar</packaging>
<name>horizon-sdk</name>
<version>2.0.158</version>
<version>2.0.159</version>
<url>https://github.com/finbourne/horizon-sdk-java</url>
<description>horizon</description>
<scm>
Expand Down
8 changes: 8 additions & 0 deletions sdk/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
<id>ossrh</id>
<username>finbourne</username>
<password>${env.MAVEN_TOKEN}</password>
<configuration>
<httpConfiguration>
<all>
<connectionTimeout>300000</connectionTimeout>
<readTimeout>600000</readTimeout>
</all>
</httpConfiguration>
</configuration>
</server>
</servers>

Expand Down
2 changes: 1 addition & 1 deletion sdk/src/main/java/com/finbourne/horizon/ApiClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ private void init() {
json = new JSON();

// Set default User-Agent.
setUserAgent("OpenAPI-Generator/2.0.158/java");
setUserAgent("OpenAPI-Generator/2.0.159/java");

authentications = new HashMap<String, Authentication>();
}
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/main/java/com/finbourne/horizon/Configuration.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
public class Configuration {
public static final String VERSION = "2.0.158";
public static final String VERSION = "2.0.159";

private static ApiClient defaultApiClient = new ApiClient();

Expand Down

0 comments on commit 9a2d66a

Please sign in to comment.