diff --git a/CHANGELOG.md b/CHANGELOG.md index cf6faec..a377e07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` @@ -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) diff --git a/README.md b/README.md index 4c55a4e..fa47a7a 100644 --- a/README.md +++ b/README.md @@ -17,14 +17,14 @@ Add the following to your list of dependencies in `pom.xml` com.sitture cucumber-jvm-extentsreport - 3.0.7 + 3.0.0 ``` 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 diff --git a/examples/maven/pom.xml b/examples/maven/pom.xml index 268eb8a..8ccb3ac 100644 --- a/examples/maven/pom.xml +++ b/examples/maven/pom.xml @@ -9,7 +9,7 @@ UTF-8 UTF-8 - 3.0.7-SNAPSHOT + 3.0.0-SNAPSHOT 3.0.7 3.7.0 1.8 diff --git a/pom.xml b/pom.xml index eeb6df4..79bc347 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.sitture cucumber-jvm-extentreport jar - 3.0.7-SNAPSHOT + 3.0.0-SNAPSHOT cucumber-jvm-extentreport https://github.com/sitture/cucumber-jvm-extentreport A custom cucumber-jvm formatter using ExtentReports