summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorMathias <mathias@spray.cc>2012-10-12 14:13:43 +0200
committerMathias <mathias@spray.cc>2012-10-12 14:13:43 +0200
commit5354b7b2b1af66049328eed150e036a314878559 (patch)
treed14346f16c6a962267e99e9335b01f73a461896f /build.sbt
parent573b9d6e0b637e6ffe9c5a036bf552542d79eae8 (diff)
downloadspray-json-5354b7b2b1af66049328eed150e036a314878559.tar.gz
spray-json-5354b7b2b1af66049328eed150e036a314878559.tar.bz2
spray-json-5354b7b2b1af66049328eed150e036a314878559.zip
Rename domain name from spray.cc to spray.io, rename package from 'cc.spray.json' to 'spray.json'
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt8
1 files changed, 4 insertions, 4 deletions
diff --git a/build.sbt b/build.sbt
index 4adc735..a0511d9 100644
--- a/build.sbt
+++ b/build.sbt
@@ -2,9 +2,9 @@ name := "spray-json"
version := "1.1.2"
-organization := "cc.spray"
+organization := "io.spray"
-organizationHomepage := Some(new URL("http://spray.cc"))
+organizationHomepage := Some(new URL("http://spray.io"))
description := "A Scala library for easy and idiomatic JSON (de)serialization"
@@ -37,7 +37,7 @@ publishMavenStyle := true
publishTo <<= version { version =>
Some {
"spray repo" at {
- // public uri is repo.spray.cc, we use an SSH tunnel to the nexus here
+ // public uri is repo.spray.io, we use an SSH tunnel to the nexus here
"http://localhost:42424/content/repositories/" + {
if (version.trim.endsWith("SNAPSHOT")) "snapshots/" else"releases/"
}
@@ -57,4 +57,4 @@ seq(lsSettings:_*)
(LsKeys.docsUrl in LsKeys.lsync) := Some(new URL("http://spray.github.com/spray/api/spray-json/"))
-(externalResolvers in LsKeys.lsync) := Seq("spray repo" at "http://repo.spray.cc") \ No newline at end of file
+(externalResolvers in LsKeys.lsync) := Seq("spray repo" at "http://repo.spray.io") \ No newline at end of file