Skip to content

Commit

Permalink
Merge pull request #2956 from swagger-api/enforcer
Browse files Browse the repository at this point in the history
ensures no snapshot deps with release version
  • Loading branch information
frantuma authored Sep 19, 2018
2 parents 15d69ea + 8513c0a commit 37667df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@
<configuration>
<rules>
<DependencyConvergence/>
<requireReleaseDeps>
<onlyWhenRelease>true</onlyWhenRelease>
<message>No Snapshots Allowed!</message>
</requireReleaseDeps>
</rules>
</configuration>
</execution>
Expand Down

0 comments on commit 37667df

Please sign in to comment.