Change a few dependencies to releases instead of snapshots
authorChristos KK Loverdos <loverdos@gmail.com>
Mon, 28 May 2012 08:33:25 +0000 (11:33 +0300)
committerChristos KK Loverdos <loverdos@gmail.com>
Mon, 28 May 2012 08:33:25 +0000 (11:33 +0300)
pom.xml

diff --git a/pom.xml b/pom.xml
index bf20db8..9daddfa 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <dependency>
       <groupId>com.ckkloverdos</groupId>
       <artifactId>streamresource</artifactId>
-      <version>0.5.0-SNAPSHOT</version>
+      <version>0.5.1</version>
     </dependency>
 
     <dependency>
       <groupId>com.ckkloverdos</groupId>
       <artifactId>maybe</artifactId>
-      <version>0.5.0-SNAPSHOT</version>
+      <version>0.5.0</version>
     </dependency>
 
     <dependency>
       <groupId>com.ckkloverdos</groupId>
       <artifactId>converter</artifactId>
-      <version>0.5.0-SNAPSHOT</version>
+      <version>0.5.0</version>
       <exclusions>
         <exclusion>
           <artifactId>scala-library</artifactId>
     <dependency>
       <groupId>com.ckkloverdos</groupId>
       <artifactId>sysprop</artifactId>
-      <version>0.5.0-SNAPSHOT</version>
+      <version>0.5.1</version>
       <exclusions>
         <exclusion>
           <artifactId>scala-library</artifactId>
     <dependency>
       <groupId>com.ckkloverdos</groupId>
       <artifactId>typedkey</artifactId>
-      <version>0.5.0-SNAPSHOT</version>
+      <version>0.5.0</version>
       <exclusions>
         <exclusion>
           <artifactId>scala-library</artifactId>