Skip to content

Commit

Permalink
set version to 0.2-alpha5
Browse files Browse the repository at this point in the history
  • Loading branch information
pm47 committed Sep 14, 2017
1 parent 1ae7885 commit a97fa39
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion eclair-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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] {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion eclair-node-gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion eclair-node/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit a97fa39

Please sign in to comment.