mirror of
https://github.com/stleary/JSON-java.git
synced 2025-08-02 19:15:27 -04:00
Merge pull request #981 from stleary/pre-release-20250517
pre-release-20250517 prep for next release
This commit is contained in:
commit
24fafcffeb
@ -10,7 +10,7 @@ JSON in Java [package org.json]
|
||||
[](https://github.com/stleary/JSON-java/actions/workflows/pipeline.yml)
|
||||
[](https://github.com/stleary/JSON-java/actions/workflows/codeql-analysis.yml)
|
||||
|
||||
**[Click here if you just want the latest release jar file.](https://search.maven.org/remotecontent?filepath=org/json/json/20250107/json-20250107.jar)**
|
||||
**[Click here if you just want the latest release jar file.](https://search.maven.org/remotecontent?filepath=org/json/json/20250517/json-20250517.jar)**
|
||||
|
||||
|
||||
# Overview
|
||||
|
@ -30,7 +30,7 @@ subprojects {
|
||||
}
|
||||
|
||||
group = 'org.json'
|
||||
version = 'v20250107-SNAPSHOT'
|
||||
version = 'v20250517-SNAPSHOT'
|
||||
description = 'JSON in Java'
|
||||
sourceCompatibility = '1.8'
|
||||
|
||||
|
@ -5,9 +5,11 @@ and artifactId "json". For example:
|
||||
[https://search.maven.org/search?q=g:org.json%20AND%20a:json&core=gav](https://search.maven.org/search?q=g:org.json%20AND%20a:json&core=gav)
|
||||
|
||||
~~~
|
||||
20250107....Restore moditect in pom.xml
|
||||
20250517 Strict mode hardening and recent commits
|
||||
|
||||
20241224....Strict mode opt-in feature, and recent commits. This release does not contain module-info.class.
|
||||
20250107 Restore moditect in pom.xml
|
||||
|
||||
20241224 Strict mode opt-in feature, and recent commits. This release does not contain module-info.class.
|
||||
It is not recommended if you need this feature.
|
||||
|
||||
20240303 Revert optLong/getLong changes, and recent commits.
|
||||
|
Loading…
x
Reference in New Issue
Block a user