Skip to content

Commit 968a592

Browse files
authored
Merge pull request #1054 from stleary/pre-release-20260522
pre-release-20260522 prep for next release
2 parents d749ee1 + 3665aad commit 968a592

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ JSON in Java [package org.json]
1111
[![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)
1212
[![javadoc](https://javadoc.io/badge2/org.json/json/javadoc.svg)](https://javadoc.io/doc/org.json/json)
1313

14-
**[Click here if you just want the latest release jar file.](https://search.maven.org/remotecontent?filepath=org/json/json/20251224/json-20251224.jar)**
14+
**[Click here if you just want the latest release jar file.](https://search.maven.org/remotecontent?filepath=org/json/json/20260522/json-20260522.jar)**
1515

1616

1717
# Overview

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ subprojects {
4242
}
4343

4444
group = 'org.json'
45-
version = 'v20251224-SNAPSHOT'
45+
version = 'v20260522-SNAPSHOT'
4646
description = 'JSON in Java'
4747
sourceCompatibility = '1.8'
4848

docs/RELEASES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ and artifactId "json". For example:
55
[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)
66

77
~~~
8+
20260522 Publish key data, recent commits for minor fixes
9+
810
20251224 Records, fromJson(), and recent commits
911
1012
20250517 Strict mode hardening and recent commits

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>org.json</groupId>
55
<artifactId>json</artifactId>
6-
<version>20251224</version>
6+
<version>20260522</version>
77
<packaging>bundle</packaging>
88

99
<name>JSON in Java</name>

0 commit comments

Comments
 (0)