Skip to content

Commit

Permalink
Add fields required for a release to the project POM file
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvavrik committed Feb 16, 2024
1 parent 65126a7 commit e20fd9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<artifactId>flaky-run-reporter</artifactId>
<name>Flaky Run Reporter - Maven Extension</name>
<version>0.1.1.Beta1-SNAPSHOT</version>
<packaging>jar</packaging>
<description>Creates report on flaky tests detected during SureFire and FailSafe test runs</description>

<properties>
<maven.compiler.source>17</maven.compiler.source>
Expand Down

0 comments on commit e20fd9e

Please sign in to comment.