File tree 3 files changed +25
-12
lines changed
3 files changed +25
-12
lines changed Original file line number Diff line number Diff line change 1
1
2
2
## CHANGELOG
3
-
3
+
4
+
5
+ ## Version 1.3.1
6
+ ### Date: May-02-2019
7
+ Change: include reference bug fixed
8
+ added testcase report for v1.3.1
9
+
10
+
11
+ ------------------------------------------------
12
+
13
+
4
14
## Version 1.3.0
5
15
### Date: Apr-12-2019
6
16
Change: Added support of below methods in SDK
Original file line number Diff line number Diff line change 1
1
# Written manually.
2
- version =1.2.0
2
+ version =1.3.1
3
3
groupId =com.contentstack.sdk
4
4
artifactId =java
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >com.contentstack.sdk</groupId >
8
8
<artifactId >java</artifactId >
9
- <version >1.3.0 -SNAPSHOT</version >
9
+ <version >1.3.1 -SNAPSHOT</version >
10
10
<packaging >jar</packaging >
11
11
12
12
<name >contentstack-java</name >
116
116
<groupId >org.apache.maven.plugins</groupId >
117
117
<artifactId >maven-javadoc-plugin</artifactId >
118
118
<version >2.9.1</version >
119
+ <configuration >
120
+ <additionalparam >-Xdoclint:none</additionalparam >
121
+ </configuration >
119
122
<executions >
120
123
<execution >
121
124
<id >attach-javadocs</id >
152
155
</plugin >
153
156
154
157
<plugin >
155
- <groupId >org.sonatype.plugins</groupId >
156
- <artifactId >nexus-staging-maven-plugin</artifactId >
157
- <version >1.6.7</version >
158
- <extensions >true</extensions >
159
- <configuration >
160
- <serverId >ossrh</serverId >
161
- <nexusUrl >https://oss.sonatype.org/</nexusUrl >
162
- <autoReleaseAfterClose >true</autoReleaseAfterClose >
163
- </configuration >
158
+ <groupId >org.sonatype.plugins</groupId >
159
+ <artifactId >nexus-staging-maven-plugin</artifactId >
160
+ <version >1.6.7</version >
161
+ <extensions >true</extensions >
162
+ <configuration >
163
+ <serverId >ossrh</serverId >
164
+ <nexusUrl >https://oss.sonatype.org/</nexusUrl >
165
+ <autoReleaseAfterClose >true</autoReleaseAfterClose >
166
+ </configuration >
164
167
</plugin >
165
168
166
169
<plugin >
You can’t perform that action at this time.
0 commit comments