Skip to content

Commit 56f5b6a

Browse files
feat(sdk): Auto-commit from 'analyticsapi-engines-sdk-generator' repository PR 70 for SDK version v6.3.0
1 parent bfb6de1 commit 56f5b6a

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

auto-generated-sdk/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Add this dependency to your project's POM:
4242
<dependency>
4343
<groupId>com.factset.analyticsapi</groupId>
4444
<artifactId>engines-sdk</artifactId>
45-
<version>6.3.0-rc.1</version>
45+
<version>6.3.0</version>
4646
<scope>compile</scope>
4747
</dependency>
4848
```
@@ -52,7 +52,7 @@ Add this dependency to your project's POM:
5252
Add this dependency to your project's build file:
5353

5454
```groovy
55-
compile "com.factset.analyticsapi:engines-sdk:6.3.0-rc.1"
55+
compile "com.factset.analyticsapi:engines-sdk:6.3.0"
5656
```
5757

5858
### Others
@@ -65,7 +65,7 @@ mvn clean package
6565

6666
Then manually install the following JARs:
6767

68-
- `target/engines-sdk-6.3.0-rc.1.jar`
68+
- `target/engines-sdk-6.3.0.jar`
6969
- `target/lib/*.jar`
7070

7171
## Usage

auto-generated-sdk/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'idea'
22
apply plugin: 'eclipse'
33

44
group = 'com.factset.analyticsapi'
5-
version = '6.3.0-rc.1'
5+
version = '6.3.0'
66

77
buildscript {
88
repositories {

auto-generated-sdk/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
22
settings(
33
organization := "com.factset.analyticsapi",
44
name := "engines-sdk",
5-
version := "6.3.0-rc.1",
5+
version := "6.3.0",
66
scalaVersion := "2.11.4",
77
scalacOptions ++= Seq("-feature"),
88
javacOptions in compile ++= Seq("-Xlint:deprecation"),

auto-generated-sdk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>engines-sdk</artifactId>
66
<packaging>jar</packaging>
77
<name>engines-sdk</name>
8-
<version>6.3.0-rc.1</version>
8+
<version>6.3.0</version>
99
<url>https://github.com/factset/analyticsapi-engines-java-sdk</url>
1010
<description>DEPRECATED: This library is no longer maintained. Please use https://central.sonatype.com/search?q&#x3D;com.factset.sdk&amp;smo&#x3D;true instead.</description>
1111
<distributionManagement>

auto-generated-sdk/src/main/java/factset/analyticsapi/engines/ApiClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public ApiClient(Map<String, Authentication> authMap) {
118118
httpClient = buildHttpClient();
119119
this.dateFormat = new RFC3339DateFormat();
120120
// Set default User-Agent.
121-
setUserAgent("engines-api/6.3.0-rc.1/java");
121+
setUserAgent("engines-api/6.3.0/java");
122122
// Setup authentications (key: authentication name, value: authentication).
123123
authentications = new HashMap<String, Authentication>();
124124
Authentication auth = null;

0 commit comments

Comments
 (0)