From 261509641ae2f405c50744134d12f261f30e81e3 Mon Sep 17 00:00:00 2001 From: Roberto Sánchez <roberto.sanchez@curisit.net> Date: Fri, 11 Jul 2014 10:03:58 +0000 Subject: [PATCH] #0 feature - Changed server parameter to properties file, new version 0.9.3 --- pom.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pom.xml b/pom.xml index b817f81..a792286 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.2-SNAPSHOT</version> + <version>0.9.3-SNAPSHOT</version> <build> <plugins> <plugin> -- Gitblit v1.3.2