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

Commit

Permalink
Updates the formatter version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haroon-sheikh committed Oct 21, 2017
1 parent 48087dd commit 1df3e9f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
## Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

### v3.0.7
### v3.0.0
- Updates version of Cucumber to `2.0.1`
- Aligns versioning of formatter with `extentreports`

### v2.0.2
- Updates version of extent-reports to `3.0.7`
Expand All @@ -22,4 +21,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Updated dependecies to latest

### v1.0.0
- Initial changes released on top of the fork(https://github.com/email2vimalraj/CucumberExtentReporter)
- Initial changes released on top of the fork(https://github.com/email2vimalraj/CucumberExtentReporter)
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ Add the following to your list of dependencies in `pom.xml`
<dependency>
<groupId>com.sitture</groupId>
<artifactId>cucumber-jvm-extentsreport</artifactId>
<version>3.0.7</version>
<version>3.0.0</version>
</dependency>
```

Add the following if you're using gradle to your `build.gradle` file.

```
compile 'com.sitture:cucumber-jvm-extentreport:3.0.7'
compile 'com.sitture:cucumber-jvm-extentreport:3.0.0'
```

## Setup - Cucumber Runner
Expand Down
2 changes: 1 addition & 1 deletion examples/maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<cucumber-jvm-extentreport.version>3.0.7-SNAPSHOT</cucumber-jvm-extentreport.version>
<cucumber-jvm-extentreport.version>3.0.0-SNAPSHOT</cucumber-jvm-extentreport.version>
<extentreports.version>3.0.7</extentreports.version>
<maven-compiler-plugin.version>3.7.0</maven-compiler-plugin.version>
<java.version>1.8</java.version>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.sitture</groupId>
<artifactId>cucumber-jvm-extentreport</artifactId>
<packaging>jar</packaging>
<version>3.0.7-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<name>cucumber-jvm-extentreport</name>
<url>https://github.com/sitture/cucumber-jvm-extentreport</url>
<description>A custom cucumber-jvm formatter using ExtentReports</description>
Expand Down

0 comments on commit 1df3e9f

Please sign in to comment.