Skip to content

Commit f881cf0

Browse files
authoredJul 23, 2020
Merge pull request #19 from contentstack/automation
Automation
2 parents 9a5026e + 64eb786 commit f881cf0

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed
 

‎CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33

44
------------------------------------------------
55

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+
621
## Version 1.5.0
722
###### Date: 15-Nov-2019
823
- [Stack]: Added support for function getContentType()

‎pom.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Written manually.
2-
version=1.5.1
2+
version=1.5.2
33
groupId=com.contentstack.sdk
44
artifactId=java

‎pom.xml

+6-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>com.contentstack.sdk</groupId>
88
<artifactId>java</artifactId>
9-
<version>1.5.1-SNAPSHOT</version>
9+
<version>1.5.2-SNAPSHOT</version>
1010
<packaging>jar</packaging>
1111

1212
<name>contentstack-java</name>
@@ -111,10 +111,14 @@
111111

112112
<build>
113113
<plugins>
114-
114+
115+
<!-- https://maven.apache.org/surefire/maven-surefire-report-plugin/examples/changing-report-name.html-->
115116
<plugin>
116117
<groupId>org.apache.maven.plugins</groupId>
117118
<artifactId>maven-surefire-report-plugin</artifactId>
119+
<configuration>
120+
<outputName>contentstack-java-test-report</outputName>
121+
</configuration>
118122
<version>2.22.0</version>
119123
</plugin>
120124

0 commit comments

Comments
 (0)
Please sign in to comment.