[Project] set version to 1.0.0-SNAPSHOT

This commit is contained in:
Robert von Burg 2014-08-24 17:24:10 +02:00
parent cc9cfcadba
commit b6a0938dc3
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<parent>
<groupId>li.strolch</groupId>
<artifactId>li.strolch.parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../li.strolch.parent/pom.xml</relativePath>
</parent>
@ -30,6 +30,7 @@
</scm>
<dependencies>
<!-- main -->
<dependency>
<groupId>li.strolch</groupId>
<artifactId>li.strolch.model</artifactId>