Skip to content

Commit

Permalink
Update version for release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bantonsson committed Mar 5, 2014
1 parent 05578f5 commit 16c7e67
Show file tree
Hide file tree
Showing 47 changed files with 83 additions and 83 deletions.
4 changes: 2 additions & 2 deletions akka-actor-tests/src/test/scala/akka/config/ConfigSpec.scala
Expand Up @@ -25,8 +25,8 @@ class ConfigSpec extends AkkaSpec(ConfigFactory.defaultReference(ActorSystem.fin
{
import config._

getString("akka.version") should be("2.3-SNAPSHOT")
settings.ConfigVersion should be("2.3-SNAPSHOT")
getString("akka.version") should be("2.3.0")
settings.ConfigVersion should be("2.3.0")

getBoolean("akka.daemonic") should be(false)

Expand Down
2 changes: 1 addition & 1 deletion akka-actor/src/main/resources/reference.conf
Expand Up @@ -7,7 +7,7 @@

akka {
# Akka version, checked against the runtime version of Akka.
version = "2.3-SNAPSHOT"
version = "2.3.0"

# Home directory of Akka, modules in the deploy directory will be loaded
home = ""
Expand Down
2 changes: 1 addition & 1 deletion akka-actor/src/main/scala/akka/actor/ActorSystem.scala
Expand Up @@ -23,7 +23,7 @@ import scala.util.control.{ NonFatal, ControlThrowable }

object ActorSystem {

val Version: String = "2.3-SNAPSHOT"
val Version: String = "2.3.0"

val EnvHome: Option[String] = System.getenv("AKKA_HOME") match {
case null | "" | "." None
Expand Down
4 changes: 2 additions & 2 deletions akka-actor/src/main/scala/akka/util/Timeout.scala
Expand Up @@ -18,7 +18,7 @@ case class Timeout(duration: FiniteDuration) {
*/
@deprecated("please be explicit about the time unit and use the two-argument version", "2.3")
def this(timeout: Long) = this(Duration(timeout, TimeUnit.MILLISECONDS))

/**
* Construct a Timeout from the given time unit and factor.
*/
Expand All @@ -40,7 +40,7 @@ object Timeout {
*/
@deprecated("please be explicit about the time unit and use the two-argument version", "2.3")
def apply(timeout: Long): Timeout = new Timeout(timeout)

/**
* Construct a Timeout from the given time unit and factor.
*/
Expand Down
2 changes: 1 addition & 1 deletion akka-kernel/src/main/dist/README
Expand Up @@ -2,7 +2,7 @@
Akka
====

This is the Akka 2.3-SNAPSHOT download.
This is the Akka 2.3.0 download.

Included are all libraries, documentation, and sources for Akka.

Expand Down
2 changes: 1 addition & 1 deletion akka-kernel/src/main/dist/config/application.conf
@@ -1,3 +1,3 @@
# In this file you can override any option defined in the 'reference.conf' files.
# Copy in all or parts of the 'reference.conf' files and modify as you please.
# For more info about config, please visit the Akka Documentation: http://akka.io/docs/akka/2.3-SNAPSHOT/
# For more info about config, please visit the Akka Documentation: http://akka.io/docs/akka/2.3.0/
6 changes: 3 additions & 3 deletions akka-samples/akka-docs-java-lambda/build.sbt
@@ -1,6 +1,6 @@
name := "akka-docs-java-lambda"

version := "2.3-SNAPSHOT"
version := "2.3.0"

scalaVersion := "2.10.3"

Expand All @@ -11,7 +11,7 @@ javacOptions ++= Seq("-source", "1.8", "-target", "1.8", "-Xlint")
testOptions += Tests.Argument(TestFrameworks.JUnit, "-v", "-a")

libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-actor" % "2.3-SNAPSHOT",
"com.typesafe.akka" %% "akka-testkit" % "2.3-SNAPSHOT" % "test",
"com.typesafe.akka" %% "akka-actor" % "2.3.0",
"com.typesafe.akka" %% "akka-testkit" % "2.3.0" % "test",
"junit" % "junit" % "4.11" % "test",
"com.novocode" % "junit-interface" % "0.10" % "test")
6 changes: 3 additions & 3 deletions akka-samples/akka-docs-java-lambda/pom.xml
Expand Up @@ -11,18 +11,18 @@
<groupId>sample</groupId>
<artifactId>akka-docs-java-lambda</artifactId>
<packaging>jar</packaging>
<version>2.3-SNAPSHOT</version>
<version>2.3.0</version>

<dependencies>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-actor_2.10</artifactId>
<version>2.3-SNAPSHOT</version>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-testkit_2.10</artifactId>
<version>2.3-SNAPSHOT</version>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
2 changes: 1 addition & 1 deletion akka-samples/akka-sample-camel-java/build.sbt
Expand Up @@ -5,7 +5,7 @@ version := "1.0"
scalaVersion := "2.10.3"

libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-camel" % "2.3-SNAPSHOT",
"com.typesafe.akka" %% "akka-camel" % "2.3.0",
"org.apache.camel" % "camel-jetty" % "2.10.3",
"org.apache.camel" % "camel-quartz" % "2.10.3",
"org.slf4j" % "slf4j-api" % "1.7.2",
Expand Down
4 changes: 2 additions & 2 deletions akka-samples/akka-sample-camel-java/tutorial/index.html
Expand Up @@ -8,7 +8,7 @@
<div>
<p>
This tutorial contains 3 samples of
<a href="http://doc.akka.io/docs/akka/2.3-SNAPSHOT/java/camel.html" target="_blank">Akka Camel</a>.
<a href="http://doc.akka.io/docs/akka/2.3.0/java/camel.html" target="_blank">Akka Camel</a>.
</p>

<ul>
Expand All @@ -26,7 +26,7 @@ <h2>Asynchronous routing and transformation</h2>
<p>
This example demonstrates how to implement consumer and producer actors that
support
<a href="http://doc.akka.io/docs/akka/2.3-SNAPSHOT/java/camel.html#Asynchronous_routing" target="_blank">
<a href="http://doc.akka.io/docs/akka/2.3.0/java/camel.html#Asynchronous_routing" target="_blank">
Asynchronous routing</a> with their Camel endpoints. The sample
application transforms the content of the Akka homepage, <a href="http://akka.io" target="_blank">http://akka.io</a>,
by replacing every occurrence of *Akka* with *AKKA*.
Expand Down
2 changes: 1 addition & 1 deletion akka-samples/akka-sample-camel-scala/build.sbt
Expand Up @@ -5,7 +5,7 @@ version := "1.0"
scalaVersion := "2.10.3"

libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-camel" % "2.3-SNAPSHOT",
"com.typesafe.akka" %% "akka-camel" % "2.3.0",
"org.apache.camel" % "camel-jetty" % "2.10.3",
"org.apache.camel" % "camel-quartz" % "2.10.3",
"org.slf4j" % "slf4j-api" % "1.7.2",
Expand Down
4 changes: 2 additions & 2 deletions akka-samples/akka-sample-camel-scala/tutorial/index.html
Expand Up @@ -8,7 +8,7 @@
<div>
<p>
This tutorial contains 3 samples of
<a href="http://doc.akka.io/docs/akka/2.3-SNAPSHOT/scala/camel.html" target="_blank">Akka Camel</a>.
<a href="http://doc.akka.io/docs/akka/2.3.0/scala/camel.html" target="_blank">Akka Camel</a>.
</p>

<ul>
Expand All @@ -26,7 +26,7 @@ <h2>Asynchronous routing and transformation</h2>
<p>
This example demonstrates how to implement consumer and producer actors that
support
<a href="http://doc.akka.io/docs/akka/2.3-SNAPSHOT/scala/camel.html#Asynchronous_routing" target="_blank">
<a href="http://doc.akka.io/docs/akka/2.3.0/scala/camel.html#Asynchronous_routing" target="_blank">
Asynchronous routing</a> with their Camel endpoints. The sample
application transforms the content of the Akka homepage, <a href="http://akka.io" target="_blank">http://akka.io</a>,
by replacing every occurrence of *Akka* with *AKKA*.
Expand Down
4 changes: 2 additions & 2 deletions akka-samples/akka-sample-cluster-java/build.sbt
@@ -1,7 +1,7 @@
import com.typesafe.sbt.SbtMultiJvm
import com.typesafe.sbt.SbtMultiJvm.MultiJvmKeys.MultiJvm

val akkaVersion = "2.3-SNAPSHOT"
val akkaVersion = "2.3.0"

val project = Project(
id = "akka-sample-cluster-java",
Expand Down Expand Up @@ -41,4 +41,4 @@ val project = Project(
testResults.summaries ++ multiNodeResults.summaries)
}
)
) configs (MultiJvm)
) configs (MultiJvm)
14 changes: 7 additions & 7 deletions akka-samples/akka-sample-cluster-java/tutorial/index.html
Expand Up @@ -8,7 +8,7 @@
<div>
<p>
This tutorial contains 4 samples illustrating different
<a href="http://doc.akka.io/docs/akka/2.3-SNAPSHOT/java/cluster-usage.html" target="_blank">Akka cluster</a> features.
<a href="http://doc.akka.io/docs/akka/2.3.0/java/cluster-usage.html" target="_blank">Akka cluster</a> features.
</p>
<ul>
<li>Subscribe to cluster membership events</li>
Expand Down Expand Up @@ -54,7 +54,7 @@ <h2>A Simple Cluster Example</h2>

<p>
You can read more about the cluster concepts in the
<a href="http://doc.akka.io/docs/akka/2.3-SNAPSHOT/java/cluster-usage.html" target="_blank">documentation</a>.
<a href="http://doc.akka.io/docs/akka/2.3.0/java/cluster-usage.html" target="_blank">documentation</a>.
</p>

<p>
Expand Down Expand Up @@ -143,7 +143,7 @@ <h2>Worker Dial-in Example</h2>
<p>
In the previous sample we saw how to subscribe to cluster membership events.
You can read more about it in the
<a href="http://doc.akka.io/docs/akka/2.3-SNAPSHOT/java/cluster-usage.html#Subscribe_to_Cluster_Events" target="_blank">documentation</a>.
<a href="http://doc.akka.io/docs/akka/2.3.0/java/cluster-usage.html#Subscribe_to_Cluster_Events" target="_blank">documentation</a>.
How can cluster membership events be used?
</p>

Expand Down Expand Up @@ -233,7 +233,7 @@ <h2>Worker Dial-in Example</h2>
<h2>Cluster Aware Routers</h2>

<p>
All <a href="http://doc.akka.io/docs/akka/2.3-SNAPSHOT/java/routing.html" target="_blank">routers</a>
All <a href="http://doc.akka.io/docs/akka/2.3.0/java/routing.html" target="_blank">routers</a>
can be made aware of member nodes in the cluster, i.e. deploying new routees or looking up routees
on nodes in the cluster.
When a node becomes unreachable or leaves the cluster the routees of that node are
Expand All @@ -244,7 +244,7 @@ <h2>Cluster Aware Routers</h2>

<p>
You can read more about cluster aware routers in the
<a href="http://doc.akka.io/docs/akka/2.3-SNAPSHOT/java/cluster-usage.html#Cluster_Aware_Routers" target="_blank">documentation</a>.
<a href="http://doc.akka.io/docs/akka/2.3.0/java/cluster-usage.html#Cluster_Aware_Routers" target="_blank">documentation</a>.
</p>

<p>
Expand Down Expand Up @@ -346,7 +346,7 @@ <h2>Router Example with Pool of Remote Deployed Routees</h2>

<p>
Open <a href="#code/src/main/java/sample/cluster/stats/StatsSampleOneMasterMain.java" class="shortcut">StatsSampleOneMasterMain.java</a>.
To keep track of a single master we use the <a href="http://doc.akka.io/docs/akka/2.3-SNAPSHOT/contrib/cluster-singleton.html" target="_blank">Cluster Singleton</a>
To keep track of a single master we use the <a href="http://doc.akka.io/docs/akka/2.3.0/contrib/cluster-singleton.html" target="_blank">Cluster Singleton</a>
in the contrib module. The <code>ClusterSingletonManager</code> is started on each node.
</p>

Expand Down Expand Up @@ -412,7 +412,7 @@ <h2>Adaptive Load Balancing</h2>

<p>
You can read more about cluster metrics in the
<a href="http://doc.akka.io/docs/akka/2.3-SNAPSHOT/java/cluster-usage.html#Cluster_Metrics" target="_blank">documentation</a>.
<a href="http://doc.akka.io/docs/akka/2.3.0/java/cluster-usage.html#Cluster_Metrics" target="_blank">documentation</a>.
</p>

<p>
Expand Down
4 changes: 2 additions & 2 deletions akka-samples/akka-sample-cluster-scala/build.sbt
@@ -1,7 +1,7 @@
import com.typesafe.sbt.SbtMultiJvm
import com.typesafe.sbt.SbtMultiJvm.MultiJvmKeys.MultiJvm

val akkaVersion = "2.3-SNAPSHOT"
val akkaVersion = "2.3.0"

val project = Project(
id = "akka-sample-cluster-scala",
Expand Down Expand Up @@ -41,4 +41,4 @@ val project = Project(
testResults.summaries ++ multiNodeResults.summaries)
}
)
) configs (MultiJvm)
) configs (MultiJvm)
14 changes: 7 additions & 7 deletions akka-samples/akka-sample-cluster-scala/tutorial/index.html
Expand Up @@ -8,7 +8,7 @@
<div>
<p>
This tutorial contains 4 samples illustrating different
<a href="http://doc.akka.io/docs/akka/2.3-SNAPSHOT/scala/cluster-usage.html" target="_blank">Akka cluster</a> features.
<a href="http://doc.akka.io/docs/akka/2.3.0/scala/cluster-usage.html" target="_blank">Akka cluster</a> features.
</p>
<ul>
<li>Subscribe to cluster membership events</li>
Expand Down Expand Up @@ -54,7 +54,7 @@ <h2>A Simple Cluster Example</h2>

<p>
You can read more about the cluster concepts in the
<a href="http://doc.akka.io/docs/akka/2.3-SNAPSHOT/scala/cluster-usage.html" target="_blank">documentation</a>.
<a href="http://doc.akka.io/docs/akka/2.3.0/scala/cluster-usage.html" target="_blank">documentation</a>.
</p>

<p>
Expand Down Expand Up @@ -143,7 +143,7 @@ <h2>Worker Dial-in Example</h2>
<p>
In the previous sample we saw how to subscribe to cluster membership events.
You can read more about it in the
<a href="http://doc.akka.io/docs/akka/2.3-SNAPSHOT/scala/cluster-usage.html#Subscribe_to_Cluster_Events" target="_blank">documentation</a>.
<a href="http://doc.akka.io/docs/akka/2.3.0/scala/cluster-usage.html#Subscribe_to_Cluster_Events" target="_blank">documentation</a>.
How can cluster membership events be used?
</p>

Expand Down Expand Up @@ -233,7 +233,7 @@ <h2>Worker Dial-in Example</h2>
<h2>Cluster Aware Routers</h2>

<p>
All <a href="http://doc.akka.io/docs/akka/2.3-SNAPSHOT/scala/routing.html" target="_blank">routers</a>
All <a href="http://doc.akka.io/docs/akka/2.3.0/scala/routing.html" target="_blank">routers</a>
can be made aware of member nodes in the cluster, i.e. deploying new routees or looking up routees
on nodes in the cluster.
When a node becomes unreachable or leaves the cluster the routees of that node are
Expand All @@ -244,7 +244,7 @@ <h2>Cluster Aware Routers</h2>

<p>
You can read more about cluster aware routers in the
<a href="http://doc.akka.io/docs/akka/2.3-SNAPSHOT/scala/cluster-usage.html#Cluster_Aware_Routers" target="_blank">documentation</a>.
<a href="http://doc.akka.io/docs/akka/2.3.0/scala/cluster-usage.html#Cluster_Aware_Routers" target="_blank">documentation</a>.
</p>

<p>
Expand Down Expand Up @@ -345,7 +345,7 @@ <h2>Router Example with Pool of Remote Deployed Routees</h2>

<p>
Open <a href="#code/src/main/scala/sample/cluster/stats/StatsSampleOneMaster.scala" class="shortcut">StatsSampleOneMaster.scala</a>.
To keep track of a single master we use the <a href="http://doc.akka.io/docs/akka/2.3-SNAPSHOT/contrib/cluster-singleton.html" target="_blank">Cluster Singleton</a>
To keep track of a single master we use the <a href="http://doc.akka.io/docs/akka/2.3.0/contrib/cluster-singleton.html" target="_blank">Cluster Singleton</a>
in the contrib module. The <code>ClusterSingletonManager</code> is started on each node.
</p>

Expand Down Expand Up @@ -411,7 +411,7 @@ <h2>Adaptive Load Balancing</h2>

<p>
You can read more about cluster metrics in the
<a href="http://doc.akka.io/docs/akka/2.3-SNAPSHOT/scala/cluster-usage.html#Cluster_Metrics" target="_blank">documentation</a>.
<a href="http://doc.akka.io/docs/akka/2.3.0/scala/cluster-usage.html#Cluster_Metrics" target="_blank">documentation</a>.
</p>

<p>
Expand Down
4 changes: 2 additions & 2 deletions akka-samples/akka-sample-fsm-java-lambda/build.sbt
Expand Up @@ -9,7 +9,7 @@ javacOptions ++= Seq("-source", "1.8", "-target", "1.8", "-Xlint")
testOptions += Tests.Argument(TestFrameworks.JUnit, "-v", "-a")

libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-actor" % "2.3-SNAPSHOT",
"com.typesafe.akka" %% "akka-testkit" % "2.3-SNAPSHOT" % "test",
"com.typesafe.akka" %% "akka-actor" % "2.3.0",
"com.typesafe.akka" %% "akka-testkit" % "2.3.0" % "test",
"junit" % "junit" % "4.11" % "test",
"com.novocode" % "junit-interface" % "0.10" % "test")
4 changes: 2 additions & 2 deletions akka-samples/akka-sample-fsm-java-lambda/pom.xml
Expand Up @@ -17,12 +17,12 @@
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-actor_2.10</artifactId>
<version>2.3-SNAPSHOT</version>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-testkit_2.10</artifactId>
<version>2.3-SNAPSHOT</version>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
4 changes: 2 additions & 2 deletions akka-samples/akka-sample-fsm-java-lambda/tutorial/index.html
Expand Up @@ -40,7 +40,7 @@ <h2>Dining Hakkers with Become</h2>

<p>
Read more about <code>become</code> in
<a href="http://doc.akka.io/docs/akka/2.3-SNAPSHOT/java/lambda-actors.html#Become_Unbecome" target="_blank">the documentation</a>.
<a href="http://doc.akka.io/docs/akka/2.3.0/java/lambda-actors.html#Become_Unbecome" target="_blank">the documentation</a>.
</p>

</div>
Expand All @@ -64,7 +64,7 @@ <h2>Dining Hakkers with FSM</h2>

<p>
Read more about <code>akka.actor.FSM</code> in
<a href="http://doc.akka.io/docs/akka/2.3-SNAPSHOT/java/lambda-fsm.html" target="_blank">the documentation</a>.
<a href="http://doc.akka.io/docs/akka/2.3.0/java/lambda-fsm.html" target="_blank">the documentation</a>.
</p>

</div>
Expand Down
2 changes: 1 addition & 1 deletion akka-samples/akka-sample-fsm-scala/build.sbt
Expand Up @@ -5,6 +5,6 @@ version := "1.0"
scalaVersion := "2.10.3"

libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-actor" % "2.3-SNAPSHOT"
"com.typesafe.akka" %% "akka-actor" % "2.3.0"
)

4 changes: 2 additions & 2 deletions akka-samples/akka-sample-fsm-scala/tutorial/index.html
Expand Up @@ -40,7 +40,7 @@ <h2>Dining Hakkers with Become</h2>

<p>
Read more about <code>become</code> in
<a href="http://doc.akka.io/docs/akka/2.3-SNAPSHOT/scala/actors.html#Become_Unbecome" target="_blank">the documentation</a>.
<a href="http://doc.akka.io/docs/akka/2.3.0/scala/actors.html#Become_Unbecome" target="_blank">the documentation</a>.
</p>

</div>
Expand All @@ -64,7 +64,7 @@ <h2>Dining Hakkers with FSM</h2>

<p>
Read more about <code>akka.actor.FSM</code> in
<a href="http://doc.akka.io/docs/akka/2.3-SNAPSHOT/scala/fsm.html" target="_blank">the documentation</a>.
<a href="http://doc.akka.io/docs/akka/2.3.0/scala/fsm.html" target="_blank">the documentation</a>.
</p>

</div>
Expand Down
2 changes: 1 addition & 1 deletion akka-samples/akka-sample-main-java/build.sbt
Expand Up @@ -5,6 +5,6 @@ version := "1.0"
scalaVersion := "2.10.3"

libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-actor" % "2.3-SNAPSHOT"
"com.typesafe.akka" %% "akka-actor" % "2.3.0"
)

2 changes: 1 addition & 1 deletion akka-samples/akka-sample-main-java/pom.xml
Expand Up @@ -17,7 +17,7 @@
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-actor_2.10</artifactId>
<version>2.3-SNAPSHOT</version>
<version>2.3.0</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 16c7e67

Please sign in to comment.