[Minor] set parent version to 1.0.0-SNAPSHOT

This commit is contained in:
Robert von Burg 2014-09-19 21:12:07 +02:00
parent bf72c96905
commit 54092c87d4
1 changed files with 1 additions and 2 deletions

View File

@ -5,12 +5,11 @@
<parent>
<groupId>ch.eitchnet</groupId>
<artifactId>ch.eitchnet.parent</artifactId>
<version>1.0.0</version>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../ch.eitchnet.parent/pom.xml</relativePath>
</parent>
<artifactId>ch.eitchnet.utils</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>ch.eitchnet.utils</name>
<description>These utils contain project independent helper classes and utilities for reuse</description>