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>
|
<parent>
|
||||||
<artifactId>akka</artifactId>
|
<artifactId>akka</artifactId>
|
||||||
<groupId>se.scalablesolutions.akka</groupId>
|
<groupId>se.scalablesolutions.akka</groupId>
|
||||||
<version>0.5</version>
|
<version>0.6</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<artifactId>akka-util-java</artifactId>
|
<artifactId>akka-util-java</artifactId>
|
||||||
<groupId>se.scalablesolutions.akka</groupId>
|
<groupId>se.scalablesolutions.akka</groupId>
|
||||||
<version>0.5</version>
|
<version>0.6</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.scala-lang</groupId>
|
<groupId>org.scala-lang</groupId>
|
||||||
|
|
|
||||||
4
pom.xml
4
pom.xml
|
|
@ -7,12 +7,12 @@
|
||||||
<name>Akka Actor Kernel</name>
|
<name>Akka Actor Kernel</name>
|
||||||
<artifactId>akka</artifactId>
|
<artifactId>akka</artifactId>
|
||||||
<groupId>se.scalablesolutions.akka</groupId>
|
<groupId>se.scalablesolutions.akka</groupId>
|
||||||
<version>0.5</version>
|
<version>0.6</version>
|
||||||
<inceptionYear>2009</inceptionYear>
|
<inceptionYear>2009</inceptionYear>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<akka.version>0.5</akka.version>
|
<akka.version>0.6</akka.version>
|
||||||
<akka.groupId>se.scalablesolutions.akka</akka.groupId>
|
<akka.groupId>se.scalablesolutions.akka</akka.groupId>
|
||||||
<scala.version>2.7.5</scala.version>
|
<scala.version>2.7.5</scala.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>akka</artifactId>
|
<artifactId>akka</artifactId>
|
||||||
<groupId>se.scalablesolutions.akka</groupId>
|
<groupId>se.scalablesolutions.akka</groupId>
|
||||||
<version>0.5</version>
|
<version>0.6</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue