Skip to content

Commit 418d5e9

Browse files
Sean LearySean Leary
Sean Leary
authored and
Sean Leary
committed
pre-release-20250517 prep for next release
1 parent 82a02d8 commit 418d5e9

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ JSON in Java [package org.json]
1010
[![Java CI with Maven](https://github.com/stleary/JSON-java/actions/workflows/pipeline.yml/badge.svg)](https://github.com/stleary/JSON-java/actions/workflows/pipeline.yml)
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

13-
**[Click here if you just want the latest release jar file.](https://search.maven.org/remotecontent?filepath=org/json/json/20250107/json-20250107.jar)**
13+
**[Click here if you just want the latest release jar file.](https://search.maven.org/remotecontent?filepath=org/json/json/20250517/json-20250517.jar)**
1414

1515

1616
# Overview

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ subprojects {
3030
}
3131

3232
group = 'org.json'
33-
version = 'v20250107-SNAPSHOT'
33+
version = 'v20250517-SNAPSHOT'
3434
description = 'JSON in Java'
3535
sourceCompatibility = '1.8'
3636

docs/RELEASES.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ 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-
20250107....Restore moditect in pom.xml
8+
20250517 Strict mode hardening and recent commits
99
10-
20241224....Strict mode opt-in feature, and recent commits. This release does not contain module-info.class.
10+
20250107 Restore moditect in pom.xml
11+
12+
20241224 Strict mode opt-in feature, and recent commits. This release does not contain module-info.class.
1113
It is not recommended if you need this feature.
1214
1315
20240303 Revert optLong/getLong changes, 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>20250107</version>
6+
<version>20250517</version>
77
<packaging>bundle</packaging>
88

99
<name>JSON in Java</name>

0 commit comments

Comments
 (0)