fixed pom settings

This commit is contained in:
2018-08-22 10:50:44 +02:00
parent 4559f20170
commit 0a47471b49
3 changed files with 14 additions and 8 deletions

View File

@ -6,11 +6,13 @@
<parent>
<groupId>de.muehlencord.shared</groupId>
<artifactId>shared-sharepoint</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
</parent>
<artifactId>api</artifactId>
<packaging>jar</packaging>
<groupId>de.muehlencord.shared.sharepoint</groupId>
<artifactId>sharepoint-api</artifactId>
<name>shared-sharepoint-api</name>
<build>
@ -235,11 +237,13 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.7</version>
</dependency>
<dependency>
<groupId>de.muehlencord.shared</groupId>
@ -249,10 +253,12 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.25</version>
<scope>test</scope>
</dependency>
</dependencies>

View File

@ -7,7 +7,7 @@
<version>1.0-SNAPSHOT</version>
</parent>
<groupId>de.muehlencord.shared.sharepoint</groupId>
<artifactId>mock</artifactId>
<artifactId>sharepoint-mock</artifactId>
<packaging>jar</packaging>
<name>shared-sharepoint-mock</name>

View File

@ -4,7 +4,7 @@
<parent>
<groupId>de.muehlencord</groupId>
<artifactId>shared</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
</parent>
<groupId>de.muehlencord.shared</groupId>
<artifactId>shared-sharepoint</artifactId>