Update dependency, parent pom and group id

Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
This commit is contained in:
2018-05-10 11:25:50 -04:00
parent 95ec674528
commit 926a8d72fa
3 changed files with 43 additions and 10 deletions

View File

@@ -112,18 +112,18 @@ of Emmanuel Bigeon. -->
<dependency>
<groupId>fr.bigeon</groupId>
<artifactId>gclc</artifactId>
<version>2.0.4-SNAPSHOT</version>
<version>2.0.5</version>
</dependency>
<dependency>
<groupId>fr.bigeon</groupId>
<artifactId>smu</artifactId>
<version>0.0.7</version>
<version>0.0.9</version>
</dependency>
</dependencies>
<parent>
<groupId>fr.bigeon</groupId>
<groupId>fr.bigeon.config</groupId>
<artifactId>ebigeon-config</artifactId>
<version>1.7.1</version>
<version>1.8.2</version>
</parent>
<name>GCLC Socket</name>
<description>Socket implementation of GCLC</description>
@@ -131,4 +131,5 @@ of Emmanuel Bigeon. -->
<developerConnection>scm:git:gogs@git.code.bigeon.net:emmanuel/gclc.git</developerConnection>
<tag>HEAD</tag>
</scm>
<groupId>fr.bigeon.gclc</groupId>
</project>