[Major] Moving eitchnet projects into Strolch

This commit is contained in:
Robert von Burg 2016-06-24 18:02:08 +02:00
parent 14197ed644
commit 3774c987a6
3 changed files with 11 additions and 11 deletions

View File

@ -10,16 +10,16 @@
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>ch.eitchnet</groupId>
<artifactId>ch.eitchnet.privilege</artifactId>
<groupId>li.strolch</groupId>
<artifactId>li.strolch.privilege</artifactId>
<packaging>jar</packaging>
<name>ch.eitchnet.privilege</name>
<name>li.strolch.privilege</name>
<inceptionYear>2011</inceptionYear>
<dependencies>
<dependency>
<groupId>ch.eitchnet</groupId>
<artifactId>ch.eitchnet.utils</artifactId>
<groupId>li.strolch</groupId>
<artifactId>li.strolch.utils</artifactId>
</dependency>
</dependencies>

View File

@ -10,9 +10,9 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>ch.eitchnet.utils</artifactId>
<artifactId>li.strolch.utils</artifactId>
<packaging>jar</packaging>
<name>ch.eitchnet.utils</name>
<name>li.strolch.utils</name>
<description>These utils contain project independent helper classes and utilities for reuse</description>
<inceptionYear>2011</inceptionYear>

View File

@ -10,15 +10,15 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>ch.eitchnet.xmlpers</artifactId>
<artifactId>li.strolch.xmlpers</artifactId>
<packaging>jar</packaging>
<name>ch.eitchnet.xmlpers</name>
<name>li.strolch.xmlpers</name>
<inceptionYear>2011</inceptionYear>
<dependencies>
<dependency>
<groupId>ch.eitchnet</groupId>
<artifactId>ch.eitchnet.utils</artifactId>
<groupId>li.strolch</groupId>
<artifactId>li.strolch.utils</artifactId>
</dependency>
</dependencies>