diff --git a/CHANGELOG.md b/CHANGELOG.md
index ad49532..5c49d23 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## [5.0.3](https://github.com/extent-framework/extentreports-java/compare/v5.0.2...v5.0.3)
+
+#### Issues Resolved
+- [#232](/issues/232) Display duration for child tests
+- [#235](/issues/235) Critical: KlovReporter fails to upload ScreenCapture for events
+
## [5.0.2](https://github.com/extent-framework/extentreports-java/compare/v5.0.1...v5.0.2)
#### Issues Resolved
diff --git a/pom.xml b/pom.xml
index 4d6e59a..491ae45 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,174 +1,201 @@
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- 4.0.0
- com.aventstack
- extentreports
- 5.0.3-SNAPSHOT
+ 4.0.0
+ com.aventstack
+ extentreports
+ 5.0.3
- ExtentReports
- www.extentreports.com
- ExtentReports library
+ ExtentReports
+ www.extentreports.com
+ ExtentReports library
-
- scm:git:https://github.com/extent-framework/extentreports-java.git
- scm:git:https://github.com/extent-framework/extentreports-java.git
- https://github.com/extent-framework/extentreports-java
-
+
+ scm:git:https://github.com/extent-framework/extentreports-java.git
+ scm:git:https://github.com/extent-framework/extentreports-java.git
+ https://github.com/extent-framework/extentreports-java
+
-
-
- The Apache Software License, Version 2.0
- http://www.apache.org/licenses/LICENSE-2.0.txt
-
-
+
+
+ The Apache Software License, Version 2.0
+ http://www.apache.org/licenses/LICENSE-2.0.txt
+
+
-
-
- Anshoo Arora
- https://github.com/anshooarora
- anshooarora
-
- Owner
-
-
-
+
+
+ Anshoo Arora
+ https://github.com/anshooarora
+ anshooarora
+
+ Owner
+
+
+
-
- UTF-8
-
+
+ UTF-8
+
-
-
- io.reactivex.rxjava3
- rxjava
- 3.0.4
-
-
- org.freemarker
- freemarker
- 2.3.30
-
-
- org.projectlombok
- lombok
- 1.18.12
-
-
- com.google.code.gson
- gson
- 2.8.6
-
+
+
+ io.reactivex.rxjava3
+ rxjava
+ 3.0.4
+
+
+ org.freemarker
+ freemarker
+ 2.3.30
+
+
+ org.projectlombok
+ lombok
+ 1.18.12
+
+
+ com.google.code.gson
+ gson
+ 2.8.6
+
-
-
- org.testng
- testng
- 7.1.0
- test
-
-
+
+
+ org.testng
+ testng
+ 7.1.0
+ test
+
+
-
-
-
- org.apache.maven.plugins
- maven-checkstyle-plugin
- 2.16
-
-
-
- checkstyle
-
-
-
-
-
-
+
+
+
+ org.apache.maven.plugins
+ maven-checkstyle-plugin
+ 2.16
+
+
+
+ checkstyle
+
+
+
+
+
+
-
- src/main/java
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
- 3.6.1
-
-
- 1.8
-
-
-
- org.apache.maven.plugins
- maven-resources-plugin
- 3.1.0
-
-
- org.jacoco
- jacoco-maven-plugin
- 0.8.5
-
-
-
- prepare-agent
-
-
-
- report
- test
-
- report
-
-
-
-
-
-
+
+ src/main/java
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 3.6.1
+
+
+ 1.8
+
+
+
+ org.apache.maven.plugins
+ maven-resources-plugin
+ 3.1.0
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ 1.6
+
+
+ sign-artifacts
+ verify
+
+ sign
+
+
+
+
+
+ org.jacoco
+ jacoco-maven-plugin
+ 0.8.5
+
+
+
+ prepare-agent
+
+
+
+ report
+ test
+
+ report
+
+
+
+
+
+
-
-
-
-
-
- org.apache.maven.plugins
- maven-source-plugin
- 3.0.1
-
-
- attach-sources
-
- jar
-
-
-
-
-
- org.apache.maven.plugins
- maven-javadoc-plugin
- 3.0.1
-
-
- attach-javadocs
-
- jar
-
-
-
-
-
-
-
-
+
+
+ release-sign-artifacts
+
+
+ performRelease
+ true
+
+
+
+ 41414BBD
+
+ anshooarora
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ 3.0.1
+
+
+ attach-sources
+
+ jar
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 3.0.1
+
+
+ attach-javadocs
+
+ jar
+
+
+
+
+
+
+
+
-
-
- ossrh
- https://oss.sonatype.org/content/repositories/snapshots
-
-
- ossrh
- https://oss.sonatype.org/service/local/staging/deploy/maven2
-
-
+
+
+ ossrh
+ https://oss.sonatype.org/content/repositories/snapshots
+
+
+ ossrh
+ https://oss.sonatype.org/service/local/staging/deploy/maven2
+
+
diff --git a/reporters/klov/pom.xml b/reporters/klov/pom.xml
index 89fdabf..cbbaf60 100644
--- a/reporters/klov/pom.xml
+++ b/reporters/klov/pom.xml
@@ -1,152 +1,179 @@
- 4.0.0
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
- com.aventstack
- klov-reporter
- 5.0.3-SNAPSHOT
- klov-reporter
- www.extentreports.com
- Reporter for Klov Server
- jar
+ com.aventstack
+ klov-reporter
+ 5.0.3
+ klov-reporter
+ www.extentreports.com
+ Reporter for Klov Server
+ jar
-
- scm:git:https://github.com/extent-framework/extentreports-java.git
- scm:git:https://github.com/extent-framework/extentreports-java.git
- https://github.com/extent-framework/extentreports-java
-
+
+ scm:git:https://github.com/extent-framework/extentreports-java.git
+ scm:git:https://github.com/extent-framework/extentreports-java.git
+ https://github.com/extent-framework/extentreports-java
+
-
-
- The Apache Software License, Version 2.0
- http://www.apache.org/licenses/LICENSE-2.0.txt
-
-
+
+
+ The Apache Software License, Version 2.0
+ http://www.apache.org/licenses/LICENSE-2.0.txt
+
+
-
-
- Anshoo Arora
- https://github.com/anshooarora
- anshoo.arora
-
- Owner
-
-
-
+
+
+ Anshoo Arora
+ https://github.com/anshooarora
+ anshoo.arora
+
+ Owner
+
+
+
-
- UTF-8
-
+
+ UTF-8
+
-
-
- com.aventstack
- extentreports
- 5.0.2
-
-
- org.mongodb
- mongodb-driver
- 3.6.4
-
-
- org.mongodb
- bson
- 3.6.4
-
-
- org.apache.httpcomponents
- httpclient
- 4.5.2
-
-
- org.apache.httpcomponents
- httpmime
- 4.5.2
-
-
+
+
+ com.aventstack
+ extentreports
+ 5.0.3
+
+
+ org.mongodb
+ mongodb-driver
+ 3.6.4
+
+
+ org.mongodb
+ bson
+ 3.6.4
+
+
+ org.apache.httpcomponents
+ httpclient
+ 4.5.2
+
+
+ org.apache.httpcomponents
+ httpmime
+ 4.5.2
+
+
-
-
-
- org.apache.maven.plugins
- maven-checkstyle-plugin
- 2.16
-
-
-
- checkstyle
-
-
-
-
-
-
+
+
+
+ org.apache.maven.plugins
+ maven-checkstyle-plugin
+ 2.16
+
+
+
+ checkstyle
+
+
+
+
+
+
-
- src/main/java
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
- 3.6.1
-
-
- 1.8
-
-
-
- org.apache.maven.plugins
- maven-resources-plugin
- 3.1.0
-
-
-
+
+ src/main/java
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 3.6.1
+
+
+ 1.8
+
+
+
+ org.apache.maven.plugins
+ maven-resources-plugin
+ 3.1.0
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ 1.6
+
+
+ sign-artifacts
+ verify
+
+ sign
+
+
+
+
+
+
-
-
-
-
-
- org.apache.maven.plugins
- maven-source-plugin
- 3.0.1
-
-
- attach-sources
-
- jar
-
-
-
-
-
- org.apache.maven.plugins
- maven-javadoc-plugin
- 3.0.1
-
-
- attach-javadocs
-
- jar
-
-
-
-
-
-
-
-
+
+
+ release-sign-artifacts
+
+
+ performRelease
+ true
+
+
+
+ 41414BBD
+
+ anshooarora
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ 3.0.1
+
+
+ attach-sources
+
+ jar
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 3.0.1
+
+
+ attach-javadocs
+
+ jar
+
+
+
+
+
+
+
+
-
-
- ossrh
- https://oss.sonatype.org/content/repositories/snapshots
-
-
- ossrh
- https://oss.sonatype.org/service/local/staging/deploy/maven2
-
-
+
+
+ ossrh
+ https://oss.sonatype.org/content/repositories/snapshots
+
+
+ ossrh
+ https://oss.sonatype.org/service/local/staging/deploy/maven2
+
+
\ No newline at end of file