[maven-release-plugin] prepare release gclc-2.0.11

This commit is contained in:
Emmanuel Bigeon 2018-10-27 14:27:44 -04:00
parent 8c6b1d8884
commit 98857e425a

View File

@ -8,7 +8,7 @@
</parent>
<groupId>net.bigeon</groupId>
<artifactId>gclc</artifactId>
<version>2.0.11-SNAPSHOT</version>
<version>2.0.11</version>
<packaging>jar</packaging>
<name>Generic Command Ligne console</name>
<description>A generic framework for console applications, with customized command input and output streams.</description>
@ -37,7 +37,7 @@
</developers>
<scm>
<developerConnection>scm:git:gogs@git.code.bigeon.net:emmanuel/gclc.git</developerConnection>
<tag>HEAD</tag>
<tag>gclc-2.0.11</tag>
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>