[Project] using parent version 1.1.0-SNAPSHOT

This commit is contained in:
Robert von Burg 2014-08-14 16:22:15 +02:00
parent 32c2c43fbd
commit 828d725a69
1 changed files with 3 additions and 2 deletions

View File

@ -5,13 +5,13 @@
<parent> <parent>
<groupId>ch.eitchnet</groupId> <groupId>ch.eitchnet</groupId>
<artifactId>ch.eitchnet.parent</artifactId> <artifactId>ch.eitchnet.parent</artifactId>
<version>0.1.0-SNAPSHOT</version> <version>1.1.0-SNAPSHOT</version>
<relativePath>../ch.eitchnet.parent/pom.xml</relativePath> <relativePath>../ch.eitchnet.parent/pom.xml</relativePath>
</parent> </parent>
<artifactId>ch.eitchnet.privilege</artifactId> <artifactId>ch.eitchnet.privilege</artifactId>
<packaging>jar</packaging>
<version>0.2.0-SNAPSHOT</version> <version>0.2.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>ch.eitchnet.privilege</name> <name>ch.eitchnet.privilege</name>
<url>https://github.com/eitchnet/ch.eitchnet.privilege</url> <url>https://github.com/eitchnet/ch.eitchnet.privilege</url>
<inceptionYear>2011</inceptionYear> <inceptionYear>2011</inceptionYear>
@ -25,6 +25,7 @@
<connection>scm:git:https://github.com/eitchnet/ch.eitchnet.privilege.git</connection> <connection>scm:git:https://github.com/eitchnet/ch.eitchnet.privilege.git</connection>
<developerConnection>scm:git:git@github.com:eitchnet/ch.eitchnet.privilege.git</developerConnection> <developerConnection>scm:git:git@github.com:eitchnet/ch.eitchnet.privilege.git</developerConnection>
<url>https://github.com/eitchnet/ch.eitchnet.privilege</url> <url>https://github.com/eitchnet/ch.eitchnet.privilege</url>
<tag>HEAD</tag>
</scm> </scm>
<dependencies> <dependencies>