Skip to content

Commit

Permalink
Merge pull request #19 from contentstack/automation
Browse files Browse the repository at this point in the history
Automation
  • Loading branch information
ishaileshmishra authored Jul 23, 2020
2 parents 9a5026e + 64eb786 commit f881cf0
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@

------------------------------------------------

## Version 1.5.2
###### Date: 23-July-2020
- [Bump Issue] : Bump Issue: log4j-core from 2.5 to 2.13.2
- [Query] : Query.locale() documentation
- [ CSHttpConnection ] : StandardCharsets.UTF_8 Support Added


------------------------------------------------

## Version 1.5.1
###### Date: 13-Jan-2020
- [ dependency vulnerability ] : Java Github reported vulnerable issue on dependency logj

------------------------------------------------

## Version 1.5.0
###### Date: 15-Nov-2019
- [Stack]: Added support for function getContentType()
Expand Down
2 changes: 1 addition & 1 deletion pom.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Written manually.
version=1.5.1
version=1.5.2
groupId=com.contentstack.sdk
artifactId=java
8 changes: 6 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.contentstack.sdk</groupId>
<artifactId>java</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.5.2-SNAPSHOT</version>
<packaging>jar</packaging>

<name>contentstack-java</name>
Expand Down Expand Up @@ -111,10 +111,14 @@

<build>
<plugins>


<!-- https://maven.apache.org/surefire/maven-surefire-report-plugin/examples/changing-report-name.html-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<configuration>
<outputName>contentstack-java-test-report</outputName>
</configuration>
<version>2.22.0</version>
</plugin>

Expand Down

0 comments on commit f881cf0

Please sign in to comment.