Skip to content

Commit

Permalink
release 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
anshooarora committed Jan 6, 2020
1 parent c63ddde commit 6fa89fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions pom-nexus.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.aventstack</groupId>
<artifactId>extentreports-cucumber4-adapter</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
<name>extentreports-cucumber4-adapter</name>
<url>http://extentreports.com</url>
<description>Cucumber-JVM 4 adapter for Extent Framework</description>
Expand All @@ -18,8 +18,8 @@

<licenses>
<license>
<name>The MIT License</name>
<url>https://opensource.org/licenses/MIT</url>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>

Expand All @@ -37,7 +37,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<cucumber.version>4.7.4</cucumber.version>
<extent.version>4.0.9</extent.version>
<extent.version>4.1.0</extent.version>
</properties>

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

<groupId>com.aventstack</groupId>
<artifactId>extentreports-cucumber4-adapter</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
<name>extentreports-cucumber4-adapter</name>
<url>http://extentreports.com</url>
<description>Cucumber-JVM 4 adapter for Extent Framework</description>
Expand Down

0 comments on commit 6fa89fa

Please sign in to comment.