bumped up the version number of samples to 0.6

This commit is contained in:
jboner 2009-08-17 15:49:54 +02:00
parent b94e602d93
commit fc3943580c
3 changed files with 9 additions and 9 deletions

View file

@ -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>
@ -18,12 +18,12 @@
<dependency>
<artifactId>akka-kernel</artifactId>
<groupId>se.scalablesolutions.akka</groupId>
<version>0.5</version>
<version>0.6</version>
</dependency>
<dependency>
<artifactId>akka-util-java</artifactId>
<groupId>se.scalablesolutions.akka</groupId>
<version>0.5</version>
<version>0.6</version>
</dependency>
<dependency>
<groupId>javax.ws.rs</groupId>