Skip to content

Commit

Permalink
Fix POM markup in README (OpenAPITools#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
seguri-doodle authored Jan 18, 2022
1 parent 9d8087c commit 9949e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Add openapi-diff to your POM to show diffs when you test your Maven project. You
<!-- Fail only if API changes broke backward compatibility (default: false) -->
<failOnIncompatible>true</failOnIncompatible>
<!-- Fail if API changed (default: false) -->
<failOnChanged>true</failOnIncompatible>
<failOnChanged>true</failOnChanged>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 9949e4c

Please sign in to comment.