From 037aea03326cbff22511155921e8d84c49c991b5 Mon Sep 17 00:00:00 2001 From: rsanchez <rsanchez@curisit.net> Date: Tue, 30 Sep 2014 13:01:02 +0000 Subject: [PATCH] #2021 config - Changed version to 1.0.0 SNAPSHOT --- pom.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pom.xml b/pom.xml index c4a2cb9..2d5ec65 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.8-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <build> <plugins> <plugin> -- Gitblit v1.3.2