Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
prepare for 2.10.0.pr3
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Sep 17, 2019
1 parent 79b99ea commit 17f645e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-base</artifactId>
<version>2.10.0-SNAPSHOT</version>
<version>2.10.0.pr3</version>
</parent>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-json-org</artifactId>
<packaging>bundle</packaging>
<name>Jackson-datatype-json.org</name>
<version>2.10.0-SNAPSHOT</version>
<version>2.10.0.pr3-SNAPSHOT</version>
<description>Support for datatypes of "org.json" JSON library (see http://json.org/java),
mainly to make it easier to upgrade code to Jackson, using automated conversions.
</description>
Expand Down
1 change: 1 addition & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Project: jackson-datatype-json-org
=== Releases ===
------------------------------------------------------------------------

2.10.0.pr3 (17-Sep-2019)
2.10.0.pr2 (31-Aug-2019)
2.10.0.pr1 (19-Jul-2019)

Expand Down

0 comments on commit 17f645e

Please sign in to comment.