Skip to content

Commit

Permalink
Fix properties
Browse files Browse the repository at this point in the history
  • Loading branch information
bgprudhomme committed Feb 20, 2024
1 parent 6872c45 commit daf6f61
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions modules/swagger-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
<artifactId>swagger-core</artifactId>
<name>swagger-core</name>
<description>swagger-core</description>
<properties>
<jmh.version>1.37</jmh.version>
</properties>
<build>
<sourceDirectory>src/main/java</sourceDirectory>
<defaultGoal>install</defaultGoal>
Expand Down Expand Up @@ -254,5 +251,6 @@
<coverage.complexity.minimum>0.60</coverage.complexity.minimum>
<coverage.line.minimum>0.0</coverage.line.minimum>
<coverage.missed.classes>3</coverage.missed.classes>
<jmh.version>1.37</jmh.version>
</properties>
</project>

0 comments on commit daf6f61

Please sign in to comment.