summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorSteffen Fritzsche <fritzsche@scriptroom.de>2011-12-01 16:04:42 +0100
committerSteffen Fritzsche <fritzsche@scriptroom.de>2011-12-01 16:04:42 +0100
commit6697862762d72a65e73407ef6e4cacc7997a4378 (patch)
tree0eccb3e96baf17f9d6eed22ec823a0e979c012ef /build.sbt
parent938576d2859f3749a357c96ac7a9be6c5fd4ec7e (diff)
downloadspray-json-6697862762d72a65e73407ef6e4cacc7997a4378.tar.gz
spray-json-6697862762d72a65e73407ef6e4cacc7997a4378.tar.bz2
spray-json-6697862762d72a65e73407ef6e4cacc7997a4378.zip
Removed "name" and "description" tags from pomExtra setting to produce a valid pom-file.
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sbt b/build.sbt
index c85e326..d49333c 100644
--- a/build.sbt
+++ b/build.sbt
@@ -4,6 +4,8 @@ organization := "cc.spray.json"
version := "1.1.0-SNAPSHOT"
+description := "A Scala library for easy and idiomatic JSON (de)serialization"
+
scalaVersion := "2.9.1"
scalacOptions := Seq("-deprecation", "-encoding", "utf8")
@@ -30,10 +32,8 @@ publishTo <<= version { version =>
}
pomExtra := (
- <name>spray JSON</name>
<url>http://spray.cc/</url>
<inceptionYear>2011</inceptionYear>
- <description>A Scala library for easy and idiomatic JSON (de)serialization</description>
<licenses>
<license>
<name>Apache 2</name>