Skip to content

Commit

Permalink
Bump to 0.4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
codahale committed Sep 13, 2011
1 parent 44fa876 commit f876596
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
v0.4.1: TBD
v0.4.1: Sep 13 2011
===================

* Added `@JsonIgnoreProperties` support.
* No longer serializing `transient` members of case classes.
* Upgraded to Jackson 1.8.4.
* Upgraded to Jackson 1.8.x. (Jerkson will now track the highest available
version in the 1.8.x series.)


v0.4.0: Jul 25 2011
===================
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
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
* Jackson 1.8.3
* Scala 2.8.1 or 2.9.0-1 or 2.9.1
* Jackson 1.8.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.0</version>
<version>0.4.1</version>
</dependency>
</dependencies>
```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

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

<properties>
Expand Down
2 changes: 1 addition & 1 deletion pom_2.8.1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

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

<properties>
Expand Down
2 changes: 1 addition & 1 deletion pom_2.9.0-1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

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

<properties>
Expand Down

0 comments on commit f876596

Please sign in to comment.