Skip to content

Commit 41ed779

Browse files
committed
release 4.0.6
1 parent 066edf7 commit 41ed779

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Readme.md

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

88
This version is Java8 only.
99

10-
[Klov](https://github.com/extent-framework/klov-server) report server 0.2.0 is supported with version 4.0.0+.
10+
[Klov](https://github.com/extent-framework/klov-server) report server 0.2+ is supported with version 4.0.0+.
1111

1212
### Documentation
1313

1414
View [extentreports.com](http://extentreports.com/docs/versions/4/java/) for complete documentation.
1515

1616
### License
1717

18-
Extent Framework Community is BSD-3 licensed.
18+
BSD-3 license

pom-nexus.xml

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

55
<groupId>com.aventstack</groupId>
66
<artifactId>extentreports</artifactId>
7-
<version>4.0.5</version>
7+
<version>4.0.6</version>
88

99
<name>extentreports</name>
1010
<url>www.extentreports.com</url>
@@ -27,7 +27,7 @@
2727
<developer>
2828
<name>Anshoo Arora</name>
2929
<url>https://github.com/anshooarora</url>
30-
<id>anshoo.arora</id>
30+
<id>anshooarora</id>
3131
<roles>
3232
<role>Owner</role>
3333
</roles>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.aventstack</groupId>
66
<artifactId>extentreports</artifactId>
7-
<version>4.0.5</version>
7+
<version>4.0.6</version>
88

99
<name>extentreports</name>
1010
<url>www.extentreports.com</url>
@@ -27,7 +27,7 @@
2727
<developer>
2828
<name>Anshoo Arora</name>
2929
<url>https://github.com/anshooarora</url>
30-
<id>anshoo.arora</id>
30+
<id>anshooarora</id>
3131
<roles>
3232
<role>Owner</role>
3333
</roles>
@@ -116,7 +116,7 @@
116116
<plugin>
117117
<groupId>org.jacoco</groupId>
118118
<artifactId>jacoco-maven-plugin</artifactId>
119-
<version>0.8.2</version>
119+
<version>0.7.9</version>
120120
<executions>
121121
<execution>
122122
<goals>

0 commit comments

Comments
 (0)