Skip to content
This repository has been archived by the owner on Jan 15, 2023. It is now read-only.

Commit

Permalink
Release for v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
email2vimalraj committed Mar 14, 2017
1 parent 529540b commit 2bd5299
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

### v2.0.4
- Reverted the optional file parameter for the plugin due to a bug in Cucumber

### v2.0.3
- Fixed the bug while running on parallel using TestNG

Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ If you are using a maven based project, you can directly add this library as a d
<dependency>
<groupId>com.vimalselvam</groupId>
<artifactId>cucumber-extentsreport</artifactId>
<version>2.0.3</version>
<version>2.0.4</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.vimalselvam</groupId>
<artifactId>cucumber-extentsreport</artifactId>
<version>2.0.3</version>
<version>2.0.4</version>
<build>
<plugins>
<plugin>
Expand Down

0 comments on commit 2bd5299

Please sign in to comment.