We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 767aea7 commit fb55a03Copy full SHA for fb55a03
README.md
@@ -21,7 +21,7 @@ This library is available on Maven Central:
21
<dependency>
22
<groupId>com.github.bjansen</groupId>
23
<artifactId>swagger-schema-validator</artifactId>
24
- <version>0.4.1</version>
+ <version>1.0.0</version>
25
</dependency>
26
```
27
pom.xml
@@ -6,7 +6,7 @@
6
7
8
9
- <version>1.0.0-SNAPSHOT</version>
10
11
<name>Swagger schema validator</name>
12
<description>Validates JSON objects against a schema defined in a Swagger 2 specification.</description>
0 commit comments