We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ba9daa commit b6bbf8dCopy full SHA for b6bbf8d
pom.xml
@@ -14,7 +14,14 @@
14
<packaging>jar</packaging>
15
16
<name>open-api-diff</name>
17
- <description>open api document</description>
+ <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>
25
<url>http://maven.apache.org</url>
26
<licenses>
27
<license>
0 commit comments