Skip to content

Commit

Permalink
2.1.9
Browse files Browse the repository at this point in the history
Signed-off-by: Francis Galiegue <[email protected]>
  • Loading branch information
fge committed Apr 8, 2014
1 parent fde1ded commit e53e870
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Project-specific settings. Unfortunately we cannot put the name in there!
*/
group = "com.github.fge";
version = "2.1.9-SNAPSHOT";
version = "2.1.9";
sourceCompatibility = "1.6";
targetCompatibility = "1.6"; // defaults to sourceCompatibility

Expand All @@ -15,7 +15,7 @@ project.ext {
*/
dependencies {
compile(group: "com.github.fge", name: "json-schema-core",
version: "1.1.9");
version: "1.1.10");
compile(group: "javax.mail", name: "mailapi", version: "1.4.3");
compile(group: "joda-time", name: "joda-time", version: "2.3");
compile(group: "com.googlecode.libphonenumber", name: "libphonenumber",
Expand Down

0 comments on commit e53e870

Please sign in to comment.