File tree 3 files changed +22
-3
lines changed
3 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 3
3
4
4
------------------------------------------------
5
5
6
+ ## Version 1.5.2
7
+ ###### Date: 23-July-2020
8
+ - [ Bump Issue] : Bump Issue: log4j-core from 2.5 to 2.13.2
9
+ - [ Query] : Query.locale() documentation
10
+ - [ CSHttpConnection ] : StandardCharsets.UTF_8 Support Added
11
+
12
+
13
+ ------------------------------------------------
14
+
15
+ ## Version 1.5.1
16
+ ###### Date: 13-Jan-2020
17
+ - [ dependency vulnerability ] : Java Github reported vulnerable issue on dependency logj
18
+
19
+ ------------------------------------------------
20
+
6
21
## Version 1.5.0
7
22
###### Date: 15-Nov-2019
8
23
- [ Stack] : Added support for function getContentType()
Original file line number Diff line number Diff line change 1
1
# Written manually.
2
- version =1.5.1
2
+ version =1.5.2
3
3
groupId =com.contentstack.sdk
4
4
artifactId =java
Original file line number Diff line number Diff line change 6
6
<modelVersion >4.0.0</modelVersion >
7
7
<groupId >com.contentstack.sdk</groupId >
8
8
<artifactId >java</artifactId >
9
- <version >1.5.1 -SNAPSHOT</version >
9
+ <version >1.5.2 -SNAPSHOT</version >
10
10
<packaging >jar</packaging >
11
11
12
12
<name >contentstack-java</name >
111
111
112
112
<build >
113
113
<plugins >
114
-
114
+
115
+ <!-- https://maven.apache.org/surefire/maven-surefire-report-plugin/examples/changing-report-name.html-->
115
116
<plugin >
116
117
<groupId >org.apache.maven.plugins</groupId >
117
118
<artifactId >maven-surefire-report-plugin</artifactId >
119
+ <configuration >
120
+ <outputName >contentstack-java-test-report</outputName >
121
+ </configuration >
118
122
<version >2.22.0</version >
119
123
</plugin >
120
124
You can’t perform that action at this time.
0 commit comments