Skip to content

Commit 1d86b9b

Browse files
Merge pull request #28 from contentstack/development
Development
2 parents f84454b + 761e113 commit 1d86b9b

File tree

2 files changed

+38
-18
lines changed

2 files changed

+38
-18
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11

22
## CHANGELOG
33

4+
## Version 1.5.6
5+
###### Date: 27-Jan-2021
6+
Document updated
7+
8+
New Features:
9+
• None
10+
11+
## Version 1.5.5
12+
###### Date: 22-Jan-2021
13+
Bug fix: Error contains information like
14+
- Error message
15+
- Error code
16+
- Error Details
17+
18+
Language Enum:
19+
- GERMEN changed to GERMAN
20+
- Deprecated Language Enum
21+
- Deprecated LanguageCode Enum
22+
23+
New Features:
24+
• None
25+
426
------------------------------------------------
527

628
## Version 1.5.4

pom.xml

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>com.contentstack.sdk</groupId>
88
<artifactId>java</artifactId>
9-
<version>1.5.4</version>
9+
<version>1.5.6</version>
1010
<packaging>jar</packaging>
11-
1211
<name>contentstack-java</name>
1312
<description>Java SDK for Contentstack Content Delivery API, Contentstack is a headless CMS with an API-first approach
1413
</description>
@@ -118,10 +117,8 @@
118117
<!--
119118
# Run tests and generate .xml reports
120119
mvn test
121-
122120
# Convert .xml reports into .html report, but without the CSS or images
123121
mvn surefire-report:report-only
124-
125122
# Put the CSS and images where they need to be without the rest of the
126123
# time-consuming stuff
127124
mvn surefire-report:report site -DgenerateReports=false
@@ -172,7 +169,7 @@
172169
</goals>
173170
<configuration>
174171
<additionalOptions>-Xdoclint:none</additionalOptions>
175-
<!-- <javadocExecutable>${java.home}/bin/javadoc</javadocExecutable>-->
172+
<!-- <javadocExecutable>${java.home}/bin/javadoc</javadocExecutable>-->
176173
<use>false</use>
177174
<use>false</use>
178175
<source>1.8</source>
@@ -194,18 +191,18 @@
194191
<groupId>org.apache.maven.plugins</groupId>
195192
<artifactId>maven-site-plugin</artifactId>
196193
<version>3.3</version>
197-
<!-- <configuration>-->
198-
<!-- <reportPlugins>-->
199-
<!-- <plugin>-->
200-
<!-- <groupId>org.apache.maven.plugins</groupId>-->
201-
<!-- <artifactId>maven-javadoc-plugin</artifactId>-->
202-
<!-- <configuration>-->
203-
<!-- &lt;!&ndash;suppress UnresolvedMavenProperty &ndash;&gt;-->
204-
<!-- <additionalparam>${javadoc.opts}</additionalparam>-->
205-
<!-- </configuration>-->
206-
<!-- </plugin>-->
207-
<!-- </reportPlugins>-->
208-
<!-- </configuration>-->
194+
<!-- <configuration>-->
195+
<!-- <reportPlugins>-->
196+
<!-- <plugin>-->
197+
<!-- <groupId>org.apache.maven.plugins</groupId>-->
198+
<!-- <artifactId>maven-javadoc-plugin</artifactId>-->
199+
<!-- <configuration>-->
200+
<!-- &lt;!&ndash;suppress UnresolvedMavenProperty &ndash;&gt;-->
201+
<!-- <additionalparam>${javadoc.opts}</additionalparam>-->
202+
<!-- </configuration>-->
203+
<!-- </plugin>-->
204+
<!-- </reportPlugins>-->
205+
<!-- </configuration>-->
209206
</plugin>
210207

211208
<!--
@@ -294,11 +291,12 @@
294291
<goals>
295292
<goal>report</goal>
296293
</goals>
294+
297295
</execution>
298296
</executions>
299297
</plugin>
300298

301299
</plugins>
302300
</build>
303301

304-
</project>
302+
</project>

0 commit comments

Comments
 (0)