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> <parent>
<groupId>fr.bigeon</groupId> <groupId>fr.bigeon</groupId>
<artifactId>ebigeon-config</artifactId> <artifactId>ebigeon-config</artifactId>
<version>1.6.0</version> <version>1.7.0</version>
</parent> </parent>
<name>GCLC Socket</name> <name>GCLC Socket</name>
<description>Socket implementation of GCLC</description> <description>Socket implementation of GCLC</description>

View File

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

View File

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