killbill-memoizeit

NEWS: prepare for release Signed-off-by: Pierre-Alexandre

2/17/2015 5:26:30 PM

Details

NEWS 9(+9 -0)

diff --git a/NEWS b/NEWS
index a807371..43a794c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+0.13.4
+    https://github.com/killbill/killbill/issues/137
+    https://github.com/killbill/killbill/issues/244
+    https://github.com/killbill/killbill/issues/257
+    https://github.com/killbill/killbill/issues/272
+    invoice: fix bug when handling full repairs
+    jaxrs: improve waiting for notifications in TestResource
+    Update killbill-oss-parent to 0.9.11
+
 0.13.3
     https://github.com/killbill/killbill/issues/258
     https://github.com/killbill/killbill/issues/260

pom.xml 2(+1 -1)

diff --git a/pom.xml b/pom.xml
index d3d8cfd..08361fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>killbill-oss-parent</artifactId>
         <groupId>org.kill-bill.billing</groupId>
-        <version>0.9.11-SNAPSHOT</version>
+        <version>0.9.11</version>
     </parent>
     <artifactId>killbill</artifactId>
     <version>0.13.4-SNAPSHOT</version>
diff --git a/profiles/killbill/src/main/resources/update-checker/killbill-server-update-list.properties b/profiles/killbill/src/main/resources/update-checker/killbill-server-update-list.properties
index 3b9fd4c..acd9857 100644
--- a/profiles/killbill/src/main/resources/update-checker/killbill-server-update-list.properties
+++ b/profiles/killbill/src/main/resources/update-checker/killbill-server-update-list.properties
@@ -3,19 +3,24 @@
 
 ### 0.13.x series ###
 
+## 0.13.4 -- latest unstable release
+0.13.4.updates           =
+0.13.4.notices           = This is the latest dev release.
+0.13.4.release-notes     = https://github.com/killbill/killbill/releases/tag/killbill-0.13.4
+
 ## 0.13.3 -- latest unstable release
-0.13.3.updates           =
-0.13.3.notices           = This is the latest dev release.
+0.13.3.updates           = 0.13.4
+0.13.3.notices           = We recommend upgrading to 0.13.4, our latest dev release.
 0.13.3.release-notes     = https://github.com/killbill/killbill/releases/tag/killbill-0.13.3
 
 ## 0.13.2
-0.13.2.updates           = 0.13.3
-0.13.2.notices           = We recommend upgrading to 0.13.3, our latest dev release.
+0.13.2.updates           = 0.13.4
+0.13.2.notices           = We recommend upgrading to 0.13.4, our latest dev release.
 0.13.2.release-notes     = https://github.com/killbill/killbill/releases/tag/killbill-0.13.2
 
 ## 0.13.1
-0.13.1.updates           = 0.13.2
-0.13.1.notices           = We recommend upgrading to 0.13.2, our latest dev release.
+0.13.1.updates           = 0.13.4
+0.13.1.notices           = We recommend upgrading to 0.13.4, our latest dev release.
 0.13.1.release-notes     = https://github.com/killbill/killbill/blob/master/NEWS
 
 ### 0.12.x series ###
diff --git a/profiles/killpay/src/main/resources/update-checker/killbill-server-update-list.properties b/profiles/killpay/src/main/resources/update-checker/killbill-server-update-list.properties
index a0c0a9e..697a06f 100644
--- a/profiles/killpay/src/main/resources/update-checker/killbill-server-update-list.properties
+++ b/profiles/killpay/src/main/resources/update-checker/killbill-server-update-list.properties
@@ -3,19 +3,24 @@
 
 ### 0.13.x series ###
 
+## 0.13.4 -- latest unstable release
+0.13.4.updates           =
+0.13.4.notices           = This is the latest dev release.
+0.13.4.release-notes     = https://github.com/killbill/killbill/releases/tag/killbill-0.13.4
+
 ## 0.13.3 -- latest unstable release
-0.13.3.updates           =
-0.13.3.notices           = This is the latest dev release.
+0.13.3.updates           = 0.13.4
+0.13.3.notices           = We recommend upgrading to 0.13.4, our latest dev release.
 0.13.3.release-notes     = https://github.com/killbill/killbill/releases/tag/killbill-0.13.3
 
 ## 0.13.2
-0.13.2.updates           = 0.13.3
-0.13.2.notices           = We recommend upgrading to 0.13.3, our latest dev release.
+0.13.2.updates           = 0.13.4
+0.13.2.notices           = We recommend upgrading to 0.13.4, our latest dev release.
 0.13.2.release-notes     = https://github.com/killbill/killbill/releases/tag/killbill-0.13.2
 
 ## 0.13.1
-0.13.1.updates           = 0.13.2
-0.13.1.notices           = We recommend upgrading to 0.13.2, our latest dev release.
+0.13.1.updates           = 0.13.4
+0.13.1.notices           = We recommend upgrading to 0.13.4, our latest dev release.
 0.13.1.release-notes     = https://github.com/killbill/killbill/blob/master/NEWS
 
 ### 0.12.x series ###