From 0bee93b883660c1720c7ca940755e2c2d869b115 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Wed, 29 Apr 2015 13:55:20 -0400
Subject: [PATCH] Changed the version to start with 2.0.0, no need to sync the
 versioning with core ferma.

---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6c7cca8..6db3d74 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
 
     <groupId>com.syncleus.ferma</groupId>
     <artifactId>ferma-recurse</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <name>Ferma-recurse</name>
-- 
GitLab