Fixing groupID for SBT plugin and change url to akka homepage
This commit is contained in:
parent
b527a28091
commit
136f76be4e
2 changed files with 2 additions and 2 deletions
|
|
@ -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")
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue