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.
2 parents 594e8a3 + f37eedf commit 86c2aefCopy full SHA for 86c2aef
pom.xml
@@ -19,7 +19,7 @@
19
<modelVersion>4.0.0</modelVersion>
20
<groupId>com.networknt</groupId>
21
<artifactId>json-schema-validator</artifactId>
22
- <version>0.1.5-SNAPSHOT</version>
+ <version>0.1.4</version>
23
<description>A json schema validator that supports draft v4</description>
24
<url>https://github.com/networknt/json-schema-validator</url>
25
<name>JsonSchemaValidator</name>
@@ -63,7 +63,7 @@
63
</distributionManagement>
64
65
<properties>
66
- <java.version>1.7</java.version>
+ <java.version>1.8</java.version>
67
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
68
<version.jackson>2.8.2</version.jackson>
69
<version.slf4j>1.7.21</version.slf4j>
0 commit comments