diff --git a/.travis.yml b/.travis.yml index a165e66..d1fa83e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,5 @@ language: java jdk: - openjdk8 -services: - - mongodb after_success: - bash <(curl -s https://codecov.io/bash) - \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 908caa2..94052af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [4.1.7](https://github.com/extent-framework/extentreports-java/compare/v4.1.6...v4.1.7) +#### Fixes +* [#193] Fixes issue with JSON code-block + ## [4.1.6](https://github.com/extent-framework/extentreports-java/compare/v4.1.5...v4.1.6) #### Fixes * [#149] Skipped count is not displaying in authors tag and category tag diff --git a/LICENSE b/LICENSE index 261eeb9..d0de84b 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2020 Anshoo Arora Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/pom-nexus.xml b/pom-nexus.xml index a6d67d2..f99d00d 100644 --- a/pom-nexus.xml +++ b/pom-nexus.xml @@ -5,7 +5,7 @@ com.aventstack extentreports - 4.1.6 + 4.1.7 extentreports www.extentreports.com diff --git a/pom.xml b/pom.xml index a6d67d2..f99d00d 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.aventstack extentreports - 4.1.6 + 4.1.7 extentreports www.extentreports.com diff --git a/src/main/resources/com/aventstack/extentreports/markup/codeblock.ftl b/src/main/resources/com/aventstack/extentreports/markup/codeblock.ftl index a0e209c..d30d754 100644 --- a/src/main/resources/com/aventstack/extentreports/markup/codeblock.ftl +++ b/src/main/resources/com/aventstack/extentreports/markup/codeblock.ftl @@ -1,3 +1,3 @@ \ No newline at end of file diff --git a/src/main/resources/com/aventstack/extentreports/markup/codeblock.json.ftl b/src/main/resources/com/aventstack/extentreports/markup/codeblock.json.ftl index 36074fa..9e06163 100644 --- a/src/main/resources/com/aventstack/extentreports/markup/codeblock.json.ftl +++ b/src/main/resources/com/aventstack/extentreports/markup/codeblock.json.ftl @@ -1,9 +1,7 @@ - \ No newline at end of file +
+ \ No newline at end of file