From b78f8153d8c970440ca614b64e4638d8070cc0e1 Mon Sep 17 00:00:00 2001 From: Roberto Sánchez <roberto.sanchez@curisit.net> Date: Tue, 29 Jul 2014 07:21:35 +0000 Subject: [PATCH] #1829 fix - Adding JsonAutodetect to beans to exclude them from obfuscation --- pom.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pom.xml b/pom.xml index 029f86f..c98c09d 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>net.curisit</groupId> <artifactId>securis-client</artifactId> - <version>0.9.4-SNAPSHOT</version> + <version>0.9.5-SNAPSHOT</version> <build> <plugins> <plugin> -- Gitblit v1.3.2