Compare commits

..

2 Commits

Author SHA1 Message Date
Sean Leary 3665aad82b pre-release-20260522 doc and build updates for release 2026-05-22 12:54:09 -05:00
Sean Leary d749ee16ab Merge pull request #1053 from stleary/update-security-md-with-key
update security.md with key data
2026-05-15 21:35:37 -05:00
4 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ JSON in Java [package org.json]
[![CodeQL](https://github.com/stleary/JSON-java/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/stleary/JSON-java/actions/workflows/codeql-analysis.yml) [![CodeQL](https://github.com/stleary/JSON-java/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/stleary/JSON-java/actions/workflows/codeql-analysis.yml)
[![javadoc](https://javadoc.io/badge2/org.json/json/javadoc.svg)](https://javadoc.io/doc/org.json/json) [![javadoc](https://javadoc.io/badge2/org.json/json/javadoc.svg)](https://javadoc.io/doc/org.json/json)
**[Click here if you just want the latest release jar file.](https://search.maven.org/remotecontent?filepath=org/json/json/20251224/json-20251224.jar)** **[Click here if you just want the latest release jar file.](https://search.maven.org/remotecontent?filepath=org/json/json/20260522/json-20260522.jar)**
# Overview # Overview
+1 -1
View File
@@ -42,7 +42,7 @@ subprojects {
} }
group = 'org.json' group = 'org.json'
version = 'v20251224-SNAPSHOT' version = 'v20260522-SNAPSHOT'
description = 'JSON in Java' description = 'JSON in Java'
sourceCompatibility = '1.8' sourceCompatibility = '1.8'
+2
View File
@@ -5,6 +5,8 @@ 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) [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)
~~~ ~~~
20260522 Publish key data, recent commits for minor fixes
20251224 Records, fromJson(), and recent commits 20251224 Records, fromJson(), and recent commits
20250517 Strict mode hardening and recent commits 20250517 Strict mode hardening and recent commits
+1 -1
View File
@@ -3,7 +3,7 @@
<groupId>org.json</groupId> <groupId>org.json</groupId>
<artifactId>json</artifactId> <artifactId>json</artifactId>
<version>20251224</version> <version>20260522</version>
<packaging>bundle</packaging> <packaging>bundle</packaging>
<name>JSON in Java</name> <name>JSON in Java</name>