File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 28
28
+ Update README documentation
29
29
### V1.3.1-SNAPSHOT
30
30
+ Update dependency library for jackson-databind to version 2.9.8
31
- + Update mvn command to pull centralised unit-test cases from github repository
31
+ + Update mvn command to pull centralised unit-test cases from github repository
32
+ ### V1.3.2-SNAPSHOT
33
+ + Update ApiSigning class to support non-standard http port
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ mvn install
63
63
<dependency >
64
64
<groupId >com.api.util</groupId >
65
65
<artifactId >ApiSecurity</artifactId >
66
- <version >1.3.1 -SNAPSHOT</version >
66
+ <version >1.3.2 -SNAPSHOT</version >
67
67
</dependency >
68
68
```
69
69
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
4
4
id ' com.github.kt3k.coveralls' version ' 2.6.3'
5
5
}
6
6
7
- version ' 1.3.1 -SNAPSHOT'
7
+ version ' 1.3.2 -SNAPSHOT'
8
8
9
9
tasks. withType(JavaCompile ) {
10
10
options. encoding = " UTF-8"
Original file line number Diff line number Diff line change 2
2
<modelVersion >4.0.0</modelVersion >
3
3
<groupId >com.api.util</groupId >
4
4
<artifactId >ApiSecurity</artifactId >
5
- <version >1.3.1 -SNAPSHOT</version >
5
+ <version >1.3.2 -SNAPSHOT</version >
6
6
<build >
7
7
<plugins >
8
8
<plugin >
You can’t perform that action at this time.
0 commit comments