Skip to content

Commit 3d81e07

Browse files
committed
minor README update
1 parent 37d3e41 commit 3d81e07

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

avro/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
This project contains [Jackson](http://http://wiki.fasterxml.com/JacksonHome) extension component for reading and writing data encoded using
77
[Apache Avro](http://avro.apache.org/) data format.
88

9-
Project adds necessary abstractions on top to make things work with other Jackson functionality. It relies on standard Avro library for Avro Schema handling, and some parts of deserialization/serialization.
10-
11-
Project is licensed under [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt).
9+
Project adds necessary abstractions on top to make things work with other Jackson functionality.
10+
It relies on standard Avro library for Avro Schema handling, and some parts of deserialization/serialization.
1211

1312
# Status
1413

@@ -23,10 +22,12 @@ To use this extension on Maven-based projects, use following dependency:
2322
<dependency>
2423
<groupId>com.fasterxml.jackson.dataformat</groupId>
2524
<artifactId>jackson-dataformat-avro</artifactId>
26-
<version>2.7.4</version>
25+
<version>2.8.5</version>
2726
</dependency>
2827
```
2928

29+
(or whatever the latest stable version is)
30+
3031
# Usage
3132

3233
## Schema Not Optional

0 commit comments

Comments
 (0)