From f6564f20f4ba3e467adfe00c87fdddb5263d724a Mon Sep 17 00:00:00 2001 From: Peter Vlugter Date: Sat, 10 Mar 2012 09:54:28 +1300 Subject: [PATCH] Update ls.implicit.ly info for 2.0 --- src/main/ls/2.0.json | 14 +++++++------- src/main/ls/2.1.json | 15 --------------- 2 files changed, 7 insertions(+), 22 deletions(-) delete mode 100644 src/main/ls/2.1.json diff --git a/src/main/ls/2.0.json b/src/main/ls/2.0.json index ff726ab2c0..e31584a56b 100644 --- a/src/main/ls/2.0.json +++ b/src/main/ls/2.0.json @@ -4,12 +4,12 @@ "name":"akka", "version":"2.0", "description":"Akka is the platform for the next generation of event-driven, scalable and fault-tolerant architectures on the JVM.", - "site":"", + "site":"http://akka.io", "tags":["actors","stm","concurrency","distributed","fault-tolerance","scala","java","futures","dataflow","remoting"], - "docs":"", - "licenses": [], - "resolvers": ["http://akka.io/repository/"], - "dependencies": [], - "scalas": ["2.9.1"], - "sbt": false + "docs":"http://akka.io/docs", + "licenses":[{"name":"Apache 2","url":"http://www.apache.org/licenses/LICENSE-2.0.html"}], + "resolvers":["http://repo.typesafe.com/typesafe/releases/"], + "dependencies":[], + "scalas":["2.9.1-1"], + "sbt":false } diff --git a/src/main/ls/2.1.json b/src/main/ls/2.1.json deleted file mode 100644 index 0ec5cad9e2..0000000000 --- a/src/main/ls/2.1.json +++ /dev/null @@ -1,15 +0,0 @@ - -{ - "organization":"com.typesafe.akka", - "name":"akka", - "version":"2.1-SNAPSHOT", - "description":"Akka is the platform for the next generation of event-driven, scalable and fault-tolerant architectures on the JVM.", - "site":"", - "tags":["actors","stm","concurrency","distributed","fault-tolerance","scala","java","futures","dataflow","remoting"], - "docs":"", - "licenses": [], - "resolvers": ["http://akka.io/repository/"], - "dependencies": [], - "scalas": ["2.9.1"], - "sbt": false -}