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

Commit

Permalink
- Updates version of extent-reports to 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
haroon-sheikh committed Dec 28, 2017
1 parent 157cbde commit 79e85ee
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

### v3.1.2
- Updates version of extent-reports to `3.1.2`

### v3.1.1
- Updates version of Cucumber to `2.3.1`

Expand Down
4 changes: 2 additions & 2 deletions examples/maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<cucumber-jvm-extentreport.version>3.1.1-SNAPSHOT</cucumber-jvm-extentreport.version>
<extentreports.version>3.0.7</extentreports.version>
<cucumber-jvm-extentreport.version>3.1.2-SNAPSHOT</cucumber-jvm-extentreport.version>
<extentreports.version>3.1.2</extentreports.version>
<maven-compiler-plugin.version>3.7.0</maven-compiler-plugin.version>
<java.version>1.8</java.version>
</properties>
Expand Down
4 changes: 2 additions & 2 deletions 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.1.1-SNAPSHOT</version>
<version>3.1.2-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 All @@ -13,7 +13,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
<extentreports.version>3.0.7</extentreports.version>
<extentreports.version>3.1.2</extentreports.version>
<cucumber.version>2.3.1</cucumber.version>
<junit.version>4.12</junit.version>
<maven-compiler-plugin.version>3.7.0</maven-compiler-plugin.version>
Expand Down

0 comments on commit 79e85ee

Please sign in to comment.