Skip to content

Commit

Permalink
Merge pull request #28 from contentstack/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
ishaileshmishra authored Jan 27, 2021
2 parents f84454b + 761e113 commit 1d86b9b
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 18 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@

## CHANGELOG

## Version 1.5.6
###### Date: 27-Jan-2021
Document updated

New Features:
• None

## Version 1.5.5
###### Date: 22-Jan-2021
Bug fix: Error contains information like
- Error message
- Error code
- Error Details

Language Enum:
- GERMEN changed to GERMAN
- Deprecated Language Enum
- Deprecated LanguageCode Enum

New Features:
• None

------------------------------------------------

## Version 1.5.4
Expand Down
34 changes: 16 additions & 18 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.contentstack.sdk</groupId>
<artifactId>java</artifactId>
<version>1.5.4</version>
<version>1.5.6</version>
<packaging>jar</packaging>

<name>contentstack-java</name>
<description>Java SDK for Contentstack Content Delivery API, Contentstack is a headless CMS with an API-first approach
</description>
Expand Down Expand Up @@ -118,10 +117,8 @@
<!--
# Run tests and generate .xml reports
mvn test
# Convert .xml reports into .html report, but without the CSS or images
mvn surefire-report:report-only
# Put the CSS and images where they need to be without the rest of the
# time-consuming stuff
mvn surefire-report:report site -DgenerateReports=false
Expand Down Expand Up @@ -172,7 +169,7 @@
</goals>
<configuration>
<additionalOptions>-Xdoclint:none</additionalOptions>
<!-- <javadocExecutable>${java.home}/bin/javadoc</javadocExecutable>-->
<!-- <javadocExecutable>${java.home}/bin/javadoc</javadocExecutable>-->
<use>false</use>
<use>false</use>
<source>1.8</source>
Expand All @@ -194,18 +191,18 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.3</version>
<!-- <configuration>-->
<!-- <reportPlugins>-->
<!-- <plugin>-->
<!-- <groupId>org.apache.maven.plugins</groupId>-->
<!-- <artifactId>maven-javadoc-plugin</artifactId>-->
<!-- <configuration>-->
<!-- &lt;!&ndash;suppress UnresolvedMavenProperty &ndash;&gt;-->
<!-- <additionalparam>${javadoc.opts}</additionalparam>-->
<!-- </configuration>-->
<!-- </plugin>-->
<!-- </reportPlugins>-->
<!-- </configuration>-->
<!-- <configuration>-->
<!-- <reportPlugins>-->
<!-- <plugin>-->
<!-- <groupId>org.apache.maven.plugins</groupId>-->
<!-- <artifactId>maven-javadoc-plugin</artifactId>-->
<!-- <configuration>-->
<!-- &lt;!&ndash;suppress UnresolvedMavenProperty &ndash;&gt;-->
<!-- <additionalparam>${javadoc.opts}</additionalparam>-->
<!-- </configuration>-->
<!-- </plugin>-->
<!-- </reportPlugins>-->
<!-- </configuration>-->
</plugin>

<!--
Expand Down Expand Up @@ -294,11 +291,12 @@
<goals>
<goal>report</goal>
</goals>

</execution>
</executions>
</plugin>

</plugins>
</build>

</project>
</project>

0 comments on commit 1d86b9b

Please sign in to comment.