Skip to content

Commit

Permalink
Update version for release 2.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
2m committed Nov 12, 2014
1 parent d14515a commit c375b53
Show file tree
Hide file tree
Showing 55 changed files with 106 additions and 106 deletions.
4 changes: 2 additions & 2 deletions akka-actor-tests/src/test/scala/akka/config/ConfigSpec.scala
Original file line number Diff line number Diff line change
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.7")
settings.ConfigVersion should be("2.3.7")

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

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

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

# 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
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import java.util.Locale

object ActorSystem {

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

val EnvHome: Option[String] = System.getenv("AKKA_HOME") match {
case null | "" | "." None
Expand Down
2 changes: 1 addition & 1 deletion akka-kernel/src/main/dist/README
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Akka
====

This is the Akka 2.3-SNAPSHOT download.
This is the Akka 2.3.7 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
Original file line number Diff line number Diff line change
@@ -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.7/
6 changes: 3 additions & 3 deletions akka-samples/akka-docs-java-lambda/build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "akka-docs-java-lambda"

version := "2.3-SNAPSHOT"
version := "2.3.7"

scalaVersion := "2.10.4"

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.7",
"com.typesafe.akka" %% "akka-testkit" % "2.3.7" % "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
Original file line number Diff line number Diff line change
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.7</version>

<dependencies>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-actor_2.10</artifactId>
<version>2.3-SNAPSHOT</version>
<version>2.3.7</version>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-testkit_2.10</artifactId>
<version>2.3-SNAPSHOT</version>
<version>2.3.7</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
4 changes: 2 additions & 2 deletions akka-samples/akka-sample-camel-java/build.sbt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name := "akka-sample-camel-java"

version := "2.3-SNAPSHOT"
version := "2.3.7"

scalaVersion := "2.10.4"

libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-camel" % "2.3-SNAPSHOT",
"com.typesafe.akka" %% "akka-camel" % "2.3.7",
"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
Original file line number Diff line number Diff line change
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.7/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.7/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
4 changes: 2 additions & 2 deletions akka-samples/akka-sample-camel-scala/build.sbt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name := "akka-sample-camel-scala"

version := "2.3-SNAPSHOT"
version := "2.3.7"

scalaVersion := "2.10.4"

libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-camel" % "2.3-SNAPSHOT",
"com.typesafe.akka" %% "akka-camel" % "2.3.7",
"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
Original file line number Diff line number Diff line change
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.7/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.7/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
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import com.typesafe.sbt.SbtMultiJvm
import com.typesafe.sbt.SbtMultiJvm.MultiJvmKeys.MultiJvm

val akkaVersion = "2.3-SNAPSHOT"
val akkaVersion = "2.3.7"

val project = Project(
id = "akka-sample-cluster-java",
base = file("."),
settings = Project.defaultSettings ++ SbtMultiJvm.multiJvmSettings ++ Seq(
name := "akka-sample-cluster-java",
version := "2.3-SNAPSHOT",
version := "2.3.7",
scalaVersion := "2.10.4",
scalacOptions in Compile ++= Seq("-encoding", "UTF-8", "-target:jvm-1.6", "-deprecation", "-feature", "-unchecked", "-Xlog-reflective-calls", "-Xlint"),
javacOptions in Compile ++= Seq("-source", "1.6", "-target", "1.6", "-Xlint:unchecked", "-Xlint:deprecation"),
Expand Down
14 changes: 7 additions & 7 deletions akka-samples/akka-sample-cluster-java/tutorial/index.html
Original file line number Diff line number Diff line change
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.7/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.7/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.7/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.7/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.7/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.7/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/java/cluster-usage.html#Cluster_Metrics" target="_blank">documentation</a>.
<a href="http://doc.akka.io/docs/akka/2.3.7/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
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import com.typesafe.sbt.SbtMultiJvm
import com.typesafe.sbt.SbtMultiJvm.MultiJvmKeys.MultiJvm

val akkaVersion = "2.3-SNAPSHOT"
val akkaVersion = "2.3.7"

val project = Project(
id = "akka-sample-cluster-scala",
base = file("."),
settings = Project.defaultSettings ++ SbtMultiJvm.multiJvmSettings ++ Seq(
name := "akka-sample-cluster-scala",
version := "2.3-SNAPSHOT",
version := "2.3.7",
scalaVersion := "2.10.4",
scalacOptions in Compile ++= Seq("-encoding", "UTF-8", "-target:jvm-1.6", "-deprecation", "-feature", "-unchecked", "-Xlog-reflective-calls", "-Xlint"),
javacOptions in Compile ++= Seq("-source", "1.6", "-target", "1.6", "-Xlint:unchecked", "-Xlint:deprecation"),
Expand Down
14 changes: 7 additions & 7 deletions akka-samples/akka-sample-cluster-scala/tutorial/index.html
Original file line number Diff line number Diff line change
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.7/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.7/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.7/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.7/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.7/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.7/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 @@ -410,7 +410,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.7/scala/cluster-usage.html#Cluster_Metrics" target="_blank">documentation</a>.
</p>

<p>
Expand Down
6 changes: 3 additions & 3 deletions akka-samples/akka-sample-fsm-java-lambda/build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "akka-docs-java-lambda"

version := "2.3-SNAPSHOT"
version := "2.3.7"

scalaVersion := "2.10.4"

Expand All @@ -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.7",
"com.typesafe.akka" %% "akka-testkit" % "2.3.7" % "test",
"junit" % "junit" % "4.11" % "test",
"com.novocode" % "junit-interface" % "0.10" % "test")
6 changes: 3 additions & 3 deletions akka-samples/akka-sample-fsm-java-lambda/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@
<groupId>sample</groupId>
<artifactId>akka-sample-fsm-java-lambda</artifactId>
<packaging>jar</packaging>
<version>2.3-SNAPSHOT</version>
<version>2.3.7</version>

<dependencies>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-actor_2.10</artifactId>
<version>2.3-SNAPSHOT</version>
<version>2.3.7</version>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-testkit_2.10</artifactId>
<version>2.3-SNAPSHOT</version>
<version>2.3.7</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
4 changes: 2 additions & 2 deletions akka-samples/akka-sample-fsm-java-lambda/tutorial/index.html
Original file line number Diff line number Diff line change
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.7/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.7/java/lambda-fsm.html" target="_blank">the documentation</a>.
</p>

</div>
Expand Down
4 changes: 2 additions & 2 deletions akka-samples/akka-sample-fsm-scala/build.sbt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name := "akka-sample-fsm-scala"

version := "2.3-SNAPSHOT"
version := "2.3.7"

scalaVersion := "2.10.4"

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

4 changes: 2 additions & 2 deletions akka-samples/akka-sample-fsm-scala/tutorial/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,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.7/scala/actors.html#Become_Unbecome" target="_blank">the documentation</a>.
</p>

</div>
Expand All @@ -65,7 +65,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.7/scala/fsm.html" target="_blank">the documentation</a>.
</p>

</div>
Expand Down
Loading

0 comments on commit c375b53

Please sign in to comment.