From 7cb1a5c78fe62ae08911935a47613dbdb94e49da Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Thu, 1 Jan 2015 18:01:50 -0500 Subject: [PATCH] Releasing version 2.0.4 Change-Id: I0554db41353b1f2bf9e0105f8e3de133c0b66c9b --- README.md | 2 +- pom.xml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e4d331d6..179db00a 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ To include Ferma in your project of choice include the following Maven dependenc <dependency> <groupId>com.syncleus.ferma</groupId> <artifactId>ferma</artifactId> - <version>2.0.3</version> + <version>2.0.4</version> </dependency> diff --git a/pom.xml b/pom.xml index f8872155..72e43ae2 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <groupId>com.syncleus.ferma</groupId> <artifactId>ferma</artifactId> <packaging>jar</packaging> - <version>2.0.4-SNAPSHOT</version> + <version>2.0.4</version> <name>Ferma</name> @@ -46,6 +46,7 @@ <connection>scm:git:http://gerrit.syncleus.com/Ferma</connection> <developerConnection>scm:git:ssh://gerrit.syncleus.com:29418/Ferma</developerConnection> <url>http://gerrit.syncleus.com/Ferma</url> + <tag>v2.0.4</tag> </scm> <ciManagement> -- GitLab