release 0.5.2

This commit is contained in:
Johannes Rudolph 2012-02-13 11:19:51 +01:00
parent 1fa68c6a5c
commit 37fe81565e
1 changed files with 18 additions and 0 deletions

18
src/main/ls/0.5.2.json Normal file
View File

@ -0,0 +1,18 @@
{
"organization":"net.virtualvoid",
"name":"sbt-dependency-graph",
"version":"0.5.2",
"description":"An sbt plugin which allows to create a graphml file from the dependencies of the project.",
"site":"http://github.com/jrudolph/sbt-dependency-graph",
"tags":["dependency","graph","sbt-plugin","sbt"],
"docs":"http://github.com/jrudolph/sbt-dependency-graph",
"licenses": [{
"name": "Apache License 2.0",
"url": "https://github.com/jrudolph/sbt-dependency-graph/raw/master/LICENSE"
}],
"resolvers": ["http://scala-tools.org/repo-releases"],
"dependencies": [],
"scalas": ["2.9.1"],
"sbt": true
}