Skip to content

Commit

Permalink
Revapi should not alway check API on v1.0.0 but on the last released.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernard31 committed Jul 20, 2022
1 parent e3b0b92 commit 9cf05ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ Contributors:
<groupId>org.revapi</groupId>
<artifactId>revapi-maven-plugin</artifactId>
<configuration>
<oldVersion>1.0.0</oldVersion>
<versionFormat>^\d+.\d+.\d+$</versionFormat>
<analysisConfiguration>
<revapi.versions>
<enabled>true</enabled>
Expand Down

0 comments on commit 9cf05ea

Please sign in to comment.