Skip to content

Commit 837b5d8

Browse files
Merge pull request #21 from contentstack/v1.5.3
## v1.5.3
2 parents f881cf0 + 4e8d370 commit 837b5d8

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11

22
## CHANGELOG
33

4+
5+
------------------------------------------------
6+
7+
## Version 1.5.3
8+
###### Date: 28-July-2020
9+
- [Build Issue] : Build update issue fixed
10+
411
------------------------------------------------
512

613
## Version 1.5.2

pom.properties

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

pom.xml

+2-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.2-SNAPSHOT</version>
9+
<version>1.5.3</version>
1010
<packaging>jar</packaging>
1111

1212
<name>contentstack-java</name>
@@ -43,7 +43,7 @@
4343
<url>https://github.com/contentstack/contentstack-java/tree/master</url>
4444
<connection>scm:git:git://github.com/contentstack/contentstack-java.git</connection>
4545
<developerConnection>scm:git:ssh://github.com:contentstack/contentstack-java.git</developerConnection>
46-
<tag>v1.5.0</tag>
46+
<tag>v1.5.3</tag>
4747
</scm>
4848

4949
<issueManagement>

0 commit comments

Comments
 (0)