Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Oct 10, 2012
1 parent c3ec979 commit 07d287d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Functionality of this package is contained in Java package `com.fasterxml.jackso
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.0.6</version>
<version>2.1.0</version>
</dependency>

Since package also depends on '''jackson-core''' and '''jackson-databind''' packages, you will need to download these if not using Maven; and you may also want to add them as Maven dependency to ensure that compatible versions are used.
Expand All @@ -40,12 +40,12 @@ If so, also add:
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.0.6</version>
<version>2.1.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.0.6</version>
<version>2.1.0</version>
</dependency>

## Non-Maven
Expand Down Expand Up @@ -313,7 +313,7 @@ Basically, Jackson can work as a replacement for many Apache Commons components,

Project-specific documentation:

* [Javadocs](http://fasterxml.github.com/jackson-databind/javadoc/2.0.6/)
* [Javadocs](http://fasterxml.github.com/jackson-databind/javadoc/2.1.0/)
* [Documentation](jackson-databind/wiki/Documentation)

Related:
Expand Down

0 comments on commit 07d287d

Please sign in to comment.