From 9fe2a23acbb583ceb0e44cca978e011161556555 Mon Sep 17 00:00:00 2001 From: Taylor Jones Date: Sun, 4 Dec 2016 18:19:43 -0500 Subject: [PATCH] Incrementing snapshot version --- README.md | 6 +++--- json-view/pom.xml | 2 +- spring-json-view/pom.xml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5b00582..125bd83 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ To use it, simply add this project to your classpath using your build tool of ch com.monitorjbl json-view - 0.13 + 0.14 ``` @@ -198,7 +198,7 @@ To use it, simply add this project to your classpath using your build tool of ch com.monitorjbl spring-json-view - 0.13 + 0.14 ``` @@ -349,6 +349,6 @@ Once you've done this, you can refer to the latest version of the library in you com.monitorjbl json-view - 0.14-SNAPSHOT + 0.15-SNAPSHOT ``` diff --git a/json-view/pom.xml b/json-view/pom.xml index ac47ef1..ee2fdd5 100644 --- a/json-view/pom.xml +++ b/json-view/pom.xml @@ -6,7 +6,7 @@ com.monitorjbl json-view - 0.14 + 0.15-SNAPSHOT json-view Provides programmatic exclusion/inclusion for Jackson JSON serialization https://github.com/monitorjbl/json-view diff --git a/spring-json-view/pom.xml b/spring-json-view/pom.xml index c906240..bc2faa8 100644 --- a/spring-json-view/pom.xml +++ b/spring-json-view/pom.xml @@ -6,7 +6,7 @@ com.monitorjbl spring-json-view - 0.14 + 0.15-SNAPSHOT spring-json-view Provides programmatic JSON response manipulation for Spring MVC https://github.com/monitorjbl/spring-json-view