Skip to content

Commit f156845

Browse files
Release 1.3.1
1 parent 48178cd commit f156845

File tree

3 files changed

+304
-38
lines changed

3 files changed

+304
-38
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Use the SDK to publish audit messages using the Audit client.
1919
<dependency>
2020
<groupId>com.ge.predix</groupId>
2121
<artifactId>audit-sdk</artifactId>
22-
<version>1.3.0</version>
22+
<version>1.3.1</version>
2323
</dependency>
2424
```
2525

@@ -37,7 +37,6 @@ Audit SDK supports two types of clients:
3737
- https://docs.predix.io/en-US/content/service/security/audit/
3838
- https://docs.predix.io/en-US/content/service/security/audit/using-predix-audit-service
3939

40-
<<<<<<< HEAD
4140
The results of the audit operation, as well as other client related info are propagated through the AuditCallback.
4241

4342
You should implement the AuditCallback interface and supply the auditClient with the implementation.
@@ -99,6 +98,7 @@ AuditConfiguration.builder()
9998
.reconnectMode(ReconnectMode.AUTOMATIC)
10099
.build()
101100
```
101+
102102
##### Authentication token
103103
The sdk supports two modes of authentication:
104104
- Using a UAA user and pass. Use the `AuditConfiguration.builder()` to obtain a regular, UAA based configuration.
@@ -139,4 +139,3 @@ If APPLICATION_NAME variable was set in the environment, it will be added to eac
139139
- https://github.com/PredixDev/samplePub-POJO
140140

141141
[![Analytics](https://ga-beacon.appspot.com/UA-82773213-1/audit-sdk/readme?pixel)](https://github.com/PredixDev)
142-
=======

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.ge.predix.audit</groupId>
77
<artifactId>audit-sdk</artifactId>
8-
<version>1.3.0</version>
8+
<version>1.3.1</version>
99
<packaging>jar</packaging>
1010

1111
<name>audit-sdk</name>
@@ -156,8 +156,9 @@
156156
<plugin>
157157
<groupId>org.apache.maven.plugins</groupId>
158158
<artifactId>maven-surefire-plugin</artifactId>
159-
<version>2.12.4</version>
159+
<version>2.18.1</version>
160160
<configuration>
161+
<forkMode>once</forkMode>
161162
<systemPropertyVariables>
162163
<java.util.logging.config.file>logging.properties</java.util.logging.config.file>
163164
</systemPropertyVariables>

0 commit comments

Comments
 (0)