Skip to content

Commit d17ffa4

Browse files
v1.4.2
# [Config]: Added support for Region in Config class.
1 parent b6dc497 commit d17ffa4

File tree

4 files changed

+10
-31
lines changed

4 files changed

+10
-31
lines changed

CHANGELOG.md

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

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

6+
## Version 1.4.2
7+
###### Date: 03-Sept-2019
8+
- [Config] - Added support for Region in Config.
9+
10+
------------------------------------------------
11+
612
## Version 1.4.1
713
###### Date: 21-August-2019
814
- [Query] - Added support for whereIn(String key) and whereNotIn(String key) methods

pom.properties

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

pom.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -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.4.0</tag>
46+
<tag>v1.4.2</tag>
4747
</scm>
4848

4949
<issueManagement>
@@ -129,10 +129,11 @@
129129
<goal>jar</goal>
130130
</goals>
131131
<configuration>
132+
<javadocExecutable>${java.home}/bin/javadoc</javadocExecutable>
132133
<use>false</use>
133134
<use>false</use>
134135
<source>1.8</source>
135-
<links><link>http://docs.oracle.com/javase/7/docs/api/</link> <link>http://docs.oracle.com/javase/7/docs/api/</link></links>
136+
<links><link>http://docs.oracle.com/javase/7/docs/api/</link> <link>http://docs.oracle.com/javase/7/docs/api/</link></links>
136137
<doclint>none</doclint>
137138
</configuration>
138139
</execution>

profiles.xml

-28
This file was deleted.

0 commit comments

Comments
 (0)