Skip to content

Commit 86c2aef

Browse files
authored
Merge pull request #17 from networknt/revert-16-compile-with-java7
Revert "Switch to targeting Java 7"
2 parents 594e8a3 + f37eedf commit 86c2aef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<modelVersion>4.0.0</modelVersion>
2020
<groupId>com.networknt</groupId>
2121
<artifactId>json-schema-validator</artifactId>
22-
<version>0.1.5-SNAPSHOT</version>
22+
<version>0.1.4</version>
2323
<description>A json schema validator that supports draft v4</description>
2424
<url>https://github.com/networknt/json-schema-validator</url>
2525
<name>JsonSchemaValidator</name>
@@ -63,7 +63,7 @@
6363
</distributionManagement>
6464

6565
<properties>
66-
<java.version>1.7</java.version>
66+
<java.version>1.8</java.version>
6767
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6868
<version.jackson>2.8.2</version.jackson>
6969
<version.slf4j>1.7.21</version.slf4j>

0 commit comments

Comments
 (0)