From d63a3273f47e7268ab616f3414dc9b6328f45ff3 Mon Sep 17 00:00:00 2001 From: Mathias Date: Tue, 16 Oct 2012 14:31:14 +0200 Subject: Prepare for release 1.2.2 --- src/main/ls/1.2.1.json | 21 --------------------- src/main/ls/1.2.2.json | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 src/main/ls/1.2.1.json create mode 100644 src/main/ls/1.2.2.json (limited to 'src') diff --git a/src/main/ls/1.2.1.json b/src/main/ls/1.2.1.json deleted file mode 100644 index 95a4381..0000000 --- a/src/main/ls/1.2.1.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "organization" : "io.spray", - "name" : "spray-json", - "version" : "1.2.1", - "description" : "A Scala library for easy and idiomatic JSON (de)serialization", - "site" : "https://github.com/spray/spray-json", - "tags" : [ "json" ], - "docs" : "http://spray.github.com/spray/api/spray-json/", - "resolvers" : [ "http://repo.spray.io" ], - "dependencies" : [ { - "organization" : "org.parboiled", - "name" : "parboiled-scala", - "version" : "1.1.2" - } ], - "scalas" : [ "2.9.2", "2.10.0-RC1" ], - "licenses" : [ { - "name" : "Apache 2", - "url" : "http://www.apache.org/licenses/LICENSE-2.0.txt" - } ], - "sbt" : false -} \ No newline at end of file diff --git a/src/main/ls/1.2.2.json b/src/main/ls/1.2.2.json new file mode 100644 index 0000000..3daed44 --- /dev/null +++ b/src/main/ls/1.2.2.json @@ -0,0 +1,21 @@ +{ + "organization" : "io.spray", + "name" : "spray-json", + "version" : "1.2.2", + "description" : "A Scala library for easy and idiomatic JSON (de)serialization", + "site" : "https://github.com/spray/spray-json", + "tags" : [ "json" ], + "docs" : "http://spray.github.com/spray/api/spray-json/", + "resolvers" : [ "http://repo.spray.io" ], + "dependencies" : [ { + "organization" : "org.parboiled", + "name" : "parboiled-scala", + "version" : "1.1.3" + } ], + "scalas" : [ "2.9.2", "2.10.0-RC1" ], + "licenses" : [ { + "name" : "Apache 2", + "url" : "http://www.apache.org/licenses/LICENSE-2.0.txt" + } ], + "sbt" : false +} \ No newline at end of file -- cgit v1.2.3