version is now 0.6
This commit is contained in:
parent
4faeab997b
commit
5a6ea7639b
5 changed files with 3939 additions and 4292 deletions
|
|
@ -11,7 +11,7 @@
|
|||
<parent>
|
||||
<artifactId>akka</artifactId>
|
||||
<groupId>se.scalablesolutions.akka</groupId>
|
||||
<version>0.5</version>
|
||||
<version>0.6</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
@ -20,7 +20,7 @@
|
|||
<dependency>
|
||||
<artifactId>akka-util-java</artifactId>
|
||||
<groupId>se.scalablesolutions.akka</groupId>
|
||||
<version>0.5</version>
|
||||
<version>0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.scala-lang</groupId>
|
||||
|
|
|
|||
4
pom.xml
4
pom.xml
|
|
@ -7,12 +7,12 @@
|
|||
<name>Akka Actor Kernel</name>
|
||||
<artifactId>akka</artifactId>
|
||||
<groupId>se.scalablesolutions.akka</groupId>
|
||||
<version>0.5</version>
|
||||
<version>0.6</version>
|
||||
<inceptionYear>2009</inceptionYear>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<properties>
|
||||
<akka.version>0.5</akka.version>
|
||||
<akka.version>0.6</akka.version>
|
||||
<akka.groupId>se.scalablesolutions.akka</akka.groupId>
|
||||
<scala.version>2.7.5</scala.version>
|
||||
</properties>
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<parent>
|
||||
<artifactId>akka</artifactId>
|
||||
<groupId>se.scalablesolutions.akka</groupId>
|
||||
<version>0.5</version>
|
||||
<version>0.6</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue