Skip to content

Commit 74e99ca

Browse files
authored
Prepare release 1.2.3 (#66)
* Set Java Object Mapper version to 1.2.3. * Modify README compatibility table versions.
1 parent 808ab6d commit 74e99ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838

3939
|`java-object-mapper` Version | Aerospike Client | Aerospike Reactor Client
4040
| :----------- | :----------- | :-----------
41-
| 1.2.0 | 5.1.x | 5.0.x
42-
| 1.1.0 | 5.0.x |
41+
| 1.2.x | 5.1.x | 5.0.x
42+
| 1.1.x | 5.0.x |
4343

4444
# Motivation and a simple example
4545
Consider a simple class:

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.aerospike</groupId>
77
<artifactId>java-object-mapper</artifactId>
8-
<version>1.2.2</version>
8+
<version>1.2.3</version>
99
<packaging>jar</packaging>
1010

1111
<name>Aerospike Object Mapper</name>

0 commit comments

Comments
 (0)