File tree 4 files changed +10
-31
lines changed
4 files changed +10
-31
lines changed Original file line number Diff line number Diff line change 3
3
4
4
------------------------------------------------
5
5
6
+ ## Version 1.4.2
7
+ ###### Date: 03-Sept-2019
8
+ - [ Config] - Added support for Region in Config.
9
+
10
+ ------------------------------------------------
11
+
6
12
## Version 1.4.1
7
13
###### Date: 21-August-2019
8
14
- [ Query] - Added support for whereIn(String key) and whereNotIn(String key) methods
Original file line number Diff line number Diff line change 1
1
# Written manually.
2
- version =1.4.0
2
+ version =1.4.2
3
3
groupId =com.contentstack.sdk
4
4
artifactId =java
Original file line number Diff line number Diff line change 43
43
<url >https://github.com/contentstack/contentstack-java/tree/master</url >
44
44
<connection >scm:git:git://github.com/contentstack/contentstack-java.git</connection >
45
45
<developerConnection >scm:git:ssh://github.com:contentstack/contentstack-java.git</developerConnection >
46
- <tag >v1.4.0 </tag >
46
+ <tag >v1.4.2 </tag >
47
47
</scm >
48
48
49
49
<issueManagement >
129
129
<goal >jar</goal >
130
130
</goals >
131
131
<configuration >
132
+ <javadocExecutable >${java.home} /bin/javadoc</javadocExecutable >
132
133
<use >false</use >
133
134
<use >false</use >
134
135
<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 >
136
137
<doclint >none</doclint >
137
138
</configuration >
138
139
</execution >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments