Skip to content

Commit

Permalink
Updated POM to 1.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
Yong Sheng Tan committed Apr 18, 2019
1 parent 63920e7 commit 376da44
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
19 changes: 8 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ The Java client is built in an event handler architecture. If you are building a

### Install using maven
```xml
<dependency>
<groupId>com.symphony.platformsolutions</groupId>
<artifactId>symphony-api-client-java</artifactId>
<version>1.0.22</version>
</dependency>
<dependency>
<groupId>com.symphony.platformsolutions</groupId>
<artifactId>symphony-api-client-java</artifactId>
<version>1.0.23</version>
</dependency>
```

## Configuration
Expand Down Expand Up @@ -66,17 +66,14 @@ can exclude the bot certificate section, all extension app sections and all opti
"keyManagerProxyPassword": "proxy-password",

// Optional: If the SSL connection to any endpoint uses private or self-signed certificates
"truststorePath": "/path/to/truststore/",
"truststorePassword": "truststore.pks",

// Optional: To modify the default authentication token refresh period
"authTokenRefreshPeriod": 30,
"truststorePath": "/path/to/store/truststore.pks",
"truststorePassword": "changeit",

// Optional: To modify the default datafeed handling properties
"datafeedEventsThreadpoolSize": 5,
"datafeedEventsErrorTimeout": 30,

// Optional: Request filter to verify JWT
// Optional: Request filter pattern to verify JWT
"authenticationFilterUrlPattern": "/v1/",
}
```
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.symphony.platformsolutions</groupId>
<artifactId>symphony-api-client-java</artifactId>
<version>1.0.22-SNAPSHOT</version>
<version>1.0.23</version>
<name>Symphony API Client</name>
<url>https://github.com/SymphonyPlatformSolutions/symphony-api-client-java</url>
<description>Symphony API Client provided by Symphony Platform Solutions team</description>
Expand All @@ -28,7 +28,7 @@
<connection>scm:git:git://github.com/SymphonyPlatformSolutions/symphony-api-client-java.git</connection>
<developerConnection>scm:git:ssh://github.com/SymphonyPlatformSolutions/symphony-api-client-java.git</developerConnection>
<url>https://github.com/SymphonyPlatformSolutions/symphony-api-client-java</url>
<tag>symphony-api-client-java-1.0.22</tag>
<tag>symphony-api-client-java-1.0.23</tag>
</scm>

<properties>
Expand Down

0 comments on commit 376da44

Please sign in to comment.