From 77a4432bc27c95ee68d8eb9d31c4ab6b158d685b Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Fri, 5 Dec 2014 00:23:57 -0500 Subject: [PATCH] Bumping SNAPSHOT version. Change-Id: If865080e6284868f7d26e452006c9a303803f62b --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index be3f3214..20d894f4 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,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.1</version> + <version>2.0.2</version> </dependency> @@ -228,4 +228,4 @@ git clone http://gerrit.syncleus.com/Ferma We also maintain a GitHub clone of the official repository which can be found [here](https://github.com/Syncleus/Ferma). Finally Syncleus also hosts an instance of GitLab which has a -clone of the repository which can be found [here](http://gitlab.syncleus.com/syncleus/Ferma). \ No newline at end of file +clone of the repository which can be found [here](http://gitlab.syncleus.com/syncleus/Ferma). diff --git a/pom.xml b/pom.xml index 38f40377..aaba5f3c 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.2-SNAPSHOT</version> + <version>2.0.3-SNAPSHOT</version> <name>Ferma</name> -- GitLab