Fixing groupID for SBT plugin and change url to akka homepage

This commit is contained in:
Viktor Klang 2010-11-21 13:31:07 +01:00
parent b527a28091
commit 136f76be4e
2 changed files with 2 additions and 2 deletions

View file

@ -59,7 +59,7 @@ trait AkkaProject extends AkkaBaseProject {
val akkaVersion = "1.0-SNAPSHOT"
// convenience method
def akkaModule(module: String) = "akka" %% ("akka-" + module) % akkaVersion
def akkaModule(module: String) = "se.scalablesolutions.akka" % ("akka-" + module) % akkaVersion
// akka actor dependency by default
val akkaActor = akkaModule("actor")

View file

@ -377,7 +377,7 @@ class AkkaParentProject(info: ProjectInfo) extends DefaultProject(info) {
override def pomExtra =
<inceptionYear>2009</inceptionYear>
<url>http://akkasource.org</url>
<url>http://akka.io</url>
<organization>
<name>Scalable Solutions AB</name>
<url>http://scalablesolutions.se</url>