Skip to content

Commit cc84e3a

Browse files
Bump up version number to 2.9.0
1 parent 40a5a5c commit cc84e3a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ You may also use [Maven](http://maven.apache.org/) to download bson4jackson:
3131
<dependency>
3232
<groupId>de.undercouch</groupId>
3333
<artifactId>bson4jackson</artifactId>
34-
<version>2.8.0</version>
34+
<version>2.9.0</version>
3535
</dependency>
3636
</dependencies>
3737
```
@@ -41,28 +41,28 @@ following snippet to your `build.gradle`:
4141

4242
```gradle
4343
dependencies {
44-
compile 'de.undercouch:bson4jackson:2.8.0'
44+
compile 'de.undercouch:bson4jackson:2.9.0'
4545
}
4646
```
4747

4848
## Compatibility
4949

5050
bson4jackson 2.x is compatible to Jackson 2.x and higher. Due to some
5151
compatibility issues, both libraries' major and minor version numbers
52-
have to match. That means you have to use at least bson4jackson 2.1
52+
should match. That means you should use at least bson4jackson 2.1
5353
if you use Jackson 2.1, bson4jackson 2.2 if you use Jackson 2.2, etc.
5454
I will try to keep bson4jackson up to date. If there is a compatibility
55-
issue I will update bson4jackon, usually within a couple of days after
56-
the new Jackson version has been released.
55+
issue I will update it, usually within a couple of days after the new
56+
Jackson version has been released.
5757

5858
Here's the compatibility matrix for the current library versions:
5959

60-
Library | Jackson 2.8.x | Jackson 2.7.x | Jackson 2.6.x | Jackson 2.5.x | Jackson 2.4.x
60+
Library | Jackson 2.9.x | Jackson 2.8.x | Jackson 2.7.x | Jackson 2.6.x | Jackson 2.5.x
6161
:----------------------|:-------------:|:-------------:|:-------------:|:-------------:|:-------------:
62+
**bson4jackson 2.9.x** | Yes | Yes | Yes | Yes | Yes
6263
**bson4jackson 2.8.x** | Yes | Yes | Yes | Yes | Yes
63-
**bson4jackson 2.7.x** | No | Yes | Yes | Yes | Yes
64-
**bson4jackson 2.6.x** | No | No | Yes | Yes | Yes
65-
**bson4jackson 2.5.x** | No | No | No | Yes | Yes
64+
**bson4jackson 2.7.x** | Yes | Yes | Yes | Yes | Yes
65+
**bson4jackson 2.6.x** | No | No | No | Yes | Yes
6666

6767
If you're looking for a version compatible to Jackson 1.x, please use
6868
bson4jackson 1.3.0. It's the last version for the 1.x branch.

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apply plugin: 'java'
55
apply plugin: 'eclipse'
66
apply plugin: 'idea'
77

8-
version = '2.8.0'
8+
version = '2.9.0'
99
group = 'de.undercouch'
1010
sourceCompatibility = '1.7'
1111
targetCompatibility = '1.7'

0 commit comments

Comments
 (0)