Skip to content

Commit 45afc34

Browse files
committed
v1.3.2
1 parent 46b89c6 commit 45afc34

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,6 @@
2828
+ Update README documentation
2929
### V1.3.1-SNAPSHOT
3030
+ 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ mvn install
6363
<dependency>
6464
<groupId>com.api.util</groupId>
6565
<artifactId>ApiSecurity</artifactId>
66-
<version>1.3.1-SNAPSHOT</version>
66+
<version>1.3.2-SNAPSHOT</version>
6767
</dependency>
6868
```
6969

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id 'com.github.kt3k.coveralls' version '2.6.3'
55
}
66

7-
version '1.3.1-SNAPSHOT'
7+
version '1.3.2-SNAPSHOT'
88

99
tasks.withType(JavaCompile) {
1010
options.encoding = "UTF-8"

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.api.util</groupId>
44
<artifactId>ApiSecurity</artifactId>
5-
<version>1.3.1-SNAPSHOT</version>
5+
<version>1.3.2-SNAPSHOT</version>
66
<build>
77
<plugins>
88
<plugin>

0 commit comments

Comments
 (0)