Skip to content

Commit

Permalink
Bump to 0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
codahale committed Sep 21, 2011
1 parent 4745cd5 commit 2a7cd1c
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 7 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
v0.2.0: Sep 20 2011
===================

* Upgraded to Jersey 1.9.1.
* Upgraded to Jerkson 0.4.2.
* Replaced specialized `MessageReaderWriterProvider`s with `JerksonProvider`,
allowing Jersey resources to produce or consume any objects which Jerkson can
serialize or deserialize.

v0.1.9: Sep 13 2011
===================

Expand Down
2 changes: 1 addition & 1 deletion LICENSE → LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2010 Coda Hale
Copyright (c) 2010-2011 Coda Hale

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
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 @@ Requirements
------------

* Scala 2.8.1 or 2.9.0-1 or 2.9.1
* Jerkson 0.4.1
* Jersey 1.9
* Jerkson 0.4.2
* Jersey 1.9.1
* Slf4j API 1.6.2


Expand All @@ -24,7 +24,7 @@ How To Use
<dependency>
<groupId>com.codahale</groupId>
<artifactId>jersey-scala_${scala.version}</artifactId>
<version>0.1.9</version>
<version>0.2.0</version>
</dependency>
```

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>jersey-scala_2.9.1</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<name>Jersey Support 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>jersey-scala_2.8.1</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<name>Jersey Support 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>jersey-scala_2.9.0-1</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<name>Jersey Support for Scala ${scala.version}</name>

<properties>
Expand Down

0 comments on commit 2a7cd1c

Please sign in to comment.