Changing versions to 1.0-RC2-SNAPSHOT
This commit is contained in:
parent
783b6650de
commit
7d1befcd4f
6 changed files with 6 additions and 6 deletions
|
|
@ -20,7 +20,7 @@ class ModuleNotAvailableException(message: String) extends AkkaException(message
|
|||
* @author <a href="http://jonasboner.com">Jonas Bonér</a>
|
||||
*/
|
||||
object Config extends Logging {
|
||||
val VERSION = "1.0-RC1"
|
||||
val VERSION = "1.0-RC2-SNAPSHOT"
|
||||
|
||||
val HOME = {
|
||||
val envHome = System.getenv("AKKA_HOME") match {
|
||||
|
|
|
|||
|
|
@ -2,6 +2,6 @@ project.name=Akka SBT Plugin
|
|||
# need full domain name for publishing to scala-tools
|
||||
project.organization=se.scalablesolutions.akka
|
||||
# mirrors akka version
|
||||
project.version=1.0-RC1
|
||||
project.version=1.0-RC2-SNAPSHOT
|
||||
sbt.version=0.7.4
|
||||
build.scala.versions=2.7.7
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ trait AkkaBaseProject extends BasicScalaProject {
|
|||
}
|
||||
|
||||
trait AkkaProject extends AkkaBaseProject {
|
||||
val akkaVersion = "1.0-RC1"
|
||||
val akkaVersion = "1.0-RC2-SNAPSHOT"
|
||||
|
||||
// convenience method
|
||||
def akkaModule(module: String) = "se.scalablesolutions.akka" % ("akka-" + module) % akkaVersion
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
# Modify as needed.
|
||||
|
||||
akka {
|
||||
version = "1.0-RC1" # Akka version, checked against the runtime version of Akka.
|
||||
version = "1.0-RC2-SNAPSHOT" # Akka version, checked against the runtime version of Akka.
|
||||
|
||||
enabled-modules = [] # Comma separated list of the enabled modules. Options: ["remote", "camel", "http"]
|
||||
|
||||
|
|
|
|||
|
|
@ -3,6 +3,6 @@
|
|||
project.organization=se.scalablesolutions.akka
|
||||
project.name=akka
|
||||
sbt.version=0.7.5.RC0
|
||||
project.version=1.0-RC1
|
||||
project.version=1.0-RC2-SNAPSHOT
|
||||
def.scala.version=2.7.7
|
||||
build.scala.versions=2.8.1
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
cd $AKKA_HOME
|
||||
VERSION=1.0-RC1
|
||||
VERSION=1.0-RC2-SNAPSHOT
|
||||
TARGET_DIR=dist/$VERSION/$1
|
||||
shift 1
|
||||
VMARGS=$@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue