1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-02-22 22:25:26 +01:00

set version to 0.2-alpha5

This commit is contained in:
pm47 2017-09-14 18:37:28 +02:00
parent 1ae7885eea
commit a97fa39fef
6 changed files with 6 additions and 6 deletions

View file

@ -5,7 +5,7 @@
<parent>
<groupId>fr.acinq.eclair</groupId>
<artifactId>eclair_2.11</artifactId>
<version>0.2-spv-SNAPSHOT</version>
<version>0.2-alpha5</version>
</parent>
<artifactId>eclair-core_2.11</artifactId>

View file

@ -4,7 +4,7 @@ import akka.actor.{Actor, FSM}
import akka.event.{DiagnosticLoggingAdapter, LoggingAdapter}
/**
* A version of [[akka.actor.DiagnosticActorLogging]] compatible with an FSM
* A version of akka.actor.DiagnosticActorLogging compatible with an FSM
* See https://groups.google.com/forum/#!topic/akka-user/0CxR8CImr4Q
*/
trait FSMDiagnosticActorLogging[S, D] extends FSM[S, D] {

View file

@ -10,7 +10,7 @@ object SqliteUtils {
/**
* This helper assumes that there is a "data" column available, decodable with the provided codec
*
* TODO: we should use an [[scala.Iterator]] instead
* TODO: we should use an scala.Iterator instead
*
* @param rs
* @param codec

View file

@ -5,7 +5,7 @@
<parent>
<groupId>fr.acinq.eclair</groupId>
<artifactId>eclair_2.11</artifactId>
<version>0.2-spv-SNAPSHOT</version>
<version>0.2-alpha5</version>
</parent>
<artifactId>eclair-node-gui_2.11</artifactId>

View file

@ -5,7 +5,7 @@
<parent>
<groupId>fr.acinq.eclair</groupId>
<artifactId>eclair_2.11</artifactId>
<version>0.2-spv-SNAPSHOT</version>
<version>0.2-alpha5</version>
</parent>
<artifactId>eclair-node_2.11</artifactId>

View file

@ -4,7 +4,7 @@
<groupId>fr.acinq.eclair</groupId>
<artifactId>eclair_2.11</artifactId>
<version>0.2-spv-SNAPSHOT</version>
<version>0.2-alpha5</version>
<packaging>pom</packaging>
<modules>