Skip to content

Commit

Permalink
Merge pull request #7 from quarkus-qe/feature/add-required-fields-to-pom
Browse files Browse the repository at this point in the history
Add fields required for a release to the project POM file
  • Loading branch information
michalvavrik authored Feb 16, 2024
2 parents 65126a7 + e20fd9e commit 8d2b4a9
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 8d2b4a9

Please sign in to comment.