bump version to 2.5-SNAPSHOT (#21946)
* project/scripts/find-replace 2.4-SNAPSHOT 2.5-SNAPSHOT
This commit is contained in:
parent
9647dd61fa
commit
9cd5046e1f
54 changed files with 128 additions and 128 deletions
|
|
@ -1,6 +1,6 @@
|
|||
name := "akka-sample-supervision-java-lambda"
|
||||
|
||||
version := "2.4-SNAPSHOT"
|
||||
version := "2.5-SNAPSHOT"
|
||||
|
||||
scalaVersion := "2.11.8"
|
||||
|
||||
|
|
@ -11,8 +11,8 @@ javacOptions in doc ++= Seq("-encoding", "UTF-8", "-source", "1.8", "-Xdoclint:n
|
|||
testOptions += Tests.Argument(TestFrameworks.JUnit, "-v", "-a")
|
||||
|
||||
libraryDependencies ++= Seq(
|
||||
"com.typesafe.akka" %% "akka-actor" % "2.4-SNAPSHOT",
|
||||
"com.typesafe.akka" %% "akka-testkit" % "2.4-SNAPSHOT" % "test",
|
||||
"com.typesafe.akka" %% "akka-actor" % "2.5-SNAPSHOT",
|
||||
"com.typesafe.akka" %% "akka-testkit" % "2.5-SNAPSHOT" % "test",
|
||||
"junit" % "junit" % "4.12" % "test",
|
||||
"com.novocode" % "junit-interface" % "0.11" % "test")
|
||||
|
||||
|
|
|
|||
|
|
@ -11,18 +11,18 @@
|
|||
<groupId>sample</groupId>
|
||||
<artifactId>akka-sample-supervision-java-lambda</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>2.4-SNAPSHOT</version>
|
||||
<version>2.5-SNAPSHOT</version>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.typesafe.akka</groupId>
|
||||
<artifactId>akka-actor_2.11</artifactId>
|
||||
<version>2.4-SNAPSHOT</version>
|
||||
<version>2.5-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.typesafe.akka</groupId>
|
||||
<artifactId>akka-testkit_2.11</artifactId>
|
||||
<version>2.4-SNAPSHOT</version>
|
||||
<version>2.5-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
|
|
|
|||
|
|
@ -240,10 +240,10 @@ new Divide(
|
|||
|
||||
<p>You should also visit</p>
|
||||
<ul>
|
||||
<li><a href="http://doc.akka.io/docs/akka/2.4-SNAPSHOT/java.html"
|
||||
<li><a href="http://doc.akka.io/docs/akka/2.5-SNAPSHOT/java.html"
|
||||
target="_blank">The Akka documentation</a></li>
|
||||
<li><a
|
||||
href="http://doc.akka.io/docs/akka/2.4-SNAPSHOT/java/lambda-fault-tolerance.html"
|
||||
href="http://doc.akka.io/docs/akka/2.5-SNAPSHOT/java/lambda-fault-tolerance.html"
|
||||
target="_blank">Documentation of supervision</a></li>
|
||||
<li><a href="http://letitcrash.com" target="_blank">The Akka Team blog</a></li>
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue