File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 14
14
<packaging >jar</packaging >
15
15
16
16
<name >open-api-diff</name >
17
- <description >open api document</description >
17
+ <description >
18
+ Open API Diff is a opinionated tool that analyzes an existing OpenAPI version 2
19
+ specified API and compares that to a future candidate API defined in Open API version2.
20
+ The APIs are evaluated with respect to breaking changes, potentially breaking changes and
21
+ suggested improvements to the existing and the future API to make the development speed
22
+ as fast as possible. The evolutionary speed of APIs are often determined by how fast the
23
+ users of the API can move, that is aim of this tool to make this as fast as possible.
24
+ </description >
18
25
<url >http://maven.apache.org</url >
19
26
<licenses >
20
27
<license >
You can’t perform that action at this time.
0 commit comments