Skip to content

Commit 5d0dd06

Browse files
committed
Minimum java version set to 1.8
1 parent 5129bca commit 5d0dd06

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ Maven dependency registered:
1212
</dependency>
1313
```
1414

15-
15+
* Minimum Java version set to 1.8
16+
1617

1718

1819
JSON in Java [package org.json]

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.github.tsohr</groupId>
55
<artifactId>json</artifactId>
6-
<version>0.0.1</version>
6+
<version>0.0.2</version>
77
<name>json-ordered</name>
88
<description>Ordered version of JSONObject</description>
99
<url>https://github.com/tsohr/JSON-java</url>
@@ -144,6 +144,7 @@
144144
<plugin>
145145
<groupId>org.apache.maven.plugins</groupId>
146146
<artifactId>maven-gpg-plugin</artifactId>
147+
<version>1.6</version>
147148
<executions>
148149
<execution>
149150
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)