Skip to content

Commit a10d777

Browse files
committed
prepare release 5.0.5
1 parent fc17baf commit a10d777

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [5.0.5](https://github.com/extent-framework/extentreports-java/compare/v5.0.4...v5.0.5)
2+
3+
#### Issues Resolved
4+
- [#247](/issues/247) Spark Report - Wrong test durations displayed in tests tab
5+
- [#259](/issues/259) ExtentSparkReporter constructor throws NullPointerException if path argument don`t contains parrent fodler
6+
- [#267](/issues/267) Spark-css.css uses a googleapis.com import causing offline reports to attempt external connection
7+
8+
#### New Features
9+
- [#269](/issues/269) KlovReporter: provide ability to specify a database name
10+
111
## [5.0.4](https://github.com/extent-framework/extentreports-java/compare/v5.0.3...v5.0.4)
212

313
#### Issues Resolved

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.aventstack</groupId>
77
<artifactId>extentreports</artifactId>
8-
<version>5.0.5-SNAPSHOT</version>
8+
<version>5.0.5</version>
99

1010
<name>ExtentReports</name>
1111
<url>www.extentreports.com</url>

reporters/klov/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.aventstack</groupId>
77
<artifactId>klov-reporter</artifactId>
8-
<version>5.0.4</version>
8+
<version>5.0.5</version>
99
<name>klov-reporter</name>
1010
<url>www.extentreports.com</url>
1111
<description>Reporter for Klov Server</description>
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>com.aventstack</groupId>
4545
<artifactId>extentreports</artifactId>
46-
<version>5.0.4</version>
46+
<version>5.0.5</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>org.mongodb</groupId>

0 commit comments

Comments
 (0)