[Project] set version to 1.0.0-SNAPSHOT

This commit is contained in:
Robert von Burg 2014-08-24 17:24:14 +02:00
parent 9a776d462d
commit 7246ad6456
1 changed files with 12 additions and 1 deletions

13
pom.xml
View File

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>li.strolch</groupId> <groupId>li.strolch</groupId>
<artifactId>li.strolch.parent</artifactId> <artifactId>li.strolch.parent</artifactId>
<version>0.1.0-SNAPSHOT</version> <version>1.0.0-SNAPSHOT</version>
<relativePath>../li.strolch.parent/pom.xml</relativePath> <relativePath>../li.strolch.parent/pom.xml</relativePath>
</parent> </parent>
@ -28,6 +28,17 @@
<developerConnection>scm:git:git@github.com:eitch/li.strolch.tutorialapp.git</developerConnection> <developerConnection>scm:git:git@github.com:eitch/li.strolch.tutorialapp.git</developerConnection>
<url>https://github.com/eitchnet/li.strolch.tutorialapp</url> <url>https://github.com/eitchnet/li.strolch.tutorialapp</url>
</scm> </scm>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>li.strolch</groupId>
<artifactId>li.strolch.bom</artifactId>
<type>pom</type>
<version>${project.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies> <dependencies>
<dependency> <dependency>