Skip to content

Commit e6a7670

Browse files
authored
Switch to targeting Java 7
As silly as this may sound, I've still got to compile against Java 7 for Jenkins plugins, at least for a while longer. I'd *really* like to use this library in a key Jenkins plugin, but can't unless it's compiled against Java 7. I tried this locally and everything worked fine. Thanks! (Oh, and I also bumped the version to 0.1.5-SNAPSHOT)
1 parent 72dbdc4 commit e6a7670

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.4</version>
22+
<version>0.1.5-SNAPSHOT</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.8</java.version>
66+
<java.version>1.7</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)