Skip to content

Commit f9b5587

Browse files
authored
Merge pull request #875 from stleary/20240303-pre-release-updates
20240303-pre-release-updates updates for release
2 parents ba05e1a + 3d69990 commit f9b5587

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

+1-1
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/20240205/json-20240205.jar)**
13+
**[Click here if you just want the latest release jar file.](https://search.maven.org/remotecontent?filepath=org/json/json/20240205/json-20240303.jar)**
1414

1515

1616
# Overview

docs/RELEASES.md

+2
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+
20240303 Revert optLong/getLong changes, and recent commits.
9+
810
20240205 Recent commits.
911
1012
20231013 First release with minimum Java version 1.8. Recent commits, including fixes for CVE-2023-5072.

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

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

99
<name>JSON in Java</name>

0 commit comments

Comments
 (0)