killbill-uncached

Fix wrong version in currency pom

10/31/2013 10:09:06 PM

Changes

currency/pom.xml 3(+1 -2)

Details

currency/pom.xml 3(+1 -2)

diff --git a/currency/pom.xml b/currency/pom.xml
index 64a576e..7b19fba 100644
--- a/currency/pom.xml
+++ b/currency/pom.xml
@@ -19,14 +19,13 @@
     <parent>
         <artifactId>killbill</artifactId>
         <groupId>com.ning.billing</groupId>
-        <version>0.7.3-SNAPSHOT</version>
+        <version>0.8.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
     <artifactId>killbill-currency</artifactId>
     <packaging>jar</packaging>
     <name>killbill-currency</name>
-
     <dependencies>
         <dependency>
             <groupId>com.google.code.findbugs</groupId>