Set parent to update release-plugin version

This commit is contained in:
Emmanuel Bigeon 2016-06-12 12:43:59 -04:00
parent 8038db26f3
commit d404d0ab69
3 changed files with 3 additions and 3 deletions

View File

@ -98,7 +98,7 @@ of Emmanuel Bigeon. -->
<parent>
<groupId>fr.bigeon</groupId>
<artifactId>ebigeon-config</artifactId>
<version>1.6.0</version>
<version>1.7.0</version>
</parent>
<name>GCLC Socket</name>
<description>Socket implementation of GCLC</description>

View File

@ -47,7 +47,7 @@
<parent>
<groupId>fr.bigeon</groupId>
<artifactId>ebigeon-config</artifactId>
<version>1.6.0</version>
<version>1.7.0</version>
</parent>
<dependencies>
<dependency>

View File

@ -53,7 +53,7 @@
<parent>
<groupId>fr.bigeon</groupId>
<artifactId>ebigeon-config</artifactId>
<version>1.6.0</version>
<version>1.7.0</version>
</parent>
<build>
<plugins>