Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Merge branch 'release/0.5.0' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
codahale committed Oct 8, 2011
2 parents 2c9c442 + fe1bc9b commit a5334f2
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
v0.5.0: Oct 07 2011
===================

* Added `canSerialize` and `canDeserialize`.
* Upgraded Jackson to 1.9.0.
* Dropped support for Scala 2.8.1, added support for 2.8.2. Upgrade.
* Dropped support for 2.9.0-1. Upgrade.

v0.4.2: Sep 16 2011
===================

Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -10,8 +10,8 @@ brings Scala's ease-of-use to Jackson's features.
Requirements
------------

* Scala 2.8.1 or 2.9.0-1 or 2.9.1
* Jackson 1.8.x
* Scala 2.8.2 or 2.9.1
* Jackson 1.9.x


Setting Up Your Project
Expand All @@ -31,7 +31,7 @@ Go ahead and add Jerkson as a dependency:
<dependency>
<groupId>com.codahale</groupId>
<artifactId>jerkson_${scala.version}</artifactId>
<version>0.4.2</version>
<version>0.5.0</version>
</dependency>
</dependencies>
```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>com.codahale</groupId>
<artifactId>jerkson_2.9.1</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<name>Jerkson for Scala ${scala.version}</name>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion pom_2.8.2.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>com.codahale</groupId>
<artifactId>jerkson_2.8.2</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<name>Jerkson for Scala ${scala.version}</name>

<properties>
Expand Down

0 comments on commit a5334f2

Please sign in to comment.