Skip to content

Commit

Permalink
update pom.xml to getting the right version of report
Browse files Browse the repository at this point in the history
  • Loading branch information
josepharul82 committed Sep 21, 2023
1 parent 9374fe5 commit 3624b64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion webengine-drive-by-excel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
<artifactItem>
<groupId>fr.axa.automation.webengine</groupId>
<artifactId>webengine-report</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>${project.parent.version}</version>
<type>jar</type>
<includes>html-report/**</includes>
<outputDirectory>${basedir}/src/main/resources/</outputDirectory>
Expand Down
2 changes: 1 addition & 1 deletion webengine-test-gherkin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<artifactItem>
<groupId>fr.axa.automation.webengine</groupId>
<artifactId>webengine-report</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>${project.parent.version}</version>
<type>jar</type>
<includes>html-report/**</includes>
<outputDirectory>${basedir}/src/main/resources/</outputDirectory>
Expand Down
2 changes: 1 addition & 1 deletion webengine-test-keyword-driven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<artifactItem>
<groupId>fr.axa.automation.webengine</groupId>
<artifactId>webengine-report</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>${project.parent.version}</version>
<type>jar</type>
<includes>html-report/**</includes>
<outputDirectory>${basedir}/src/main/resources/</outputDirectory>
Expand Down

0 comments on commit 3624b64

Please sign in to comment.