From 881b2e17acb3c481ea2b233b405d1ed73b90640c Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Thu, 27 Jul 2017 22:54:20 -0400
Subject: [PATCH] Preparing for 2.3.0 release.

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

diff --git a/pom.xml b/pom.xml
index 99316cf6..8f0c63d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
     <groupId>com.syncleus.ferma</groupId>
     <artifactId>ferma</artifactId>
     <packaging>jar</packaging>
-    <version>2.3.0-SNAPSHOT</version>
+    <version>2.3.0</version>
 
     <name>Ferma</name>
     <description>An ORM for the Tinkerpop3 graph stack.</description>
@@ -34,6 +34,7 @@
         <connection>scm:git:https://github.com/Syncleus/Ferma</connection>
         <developerConnection>scm:git:ssh://github.com/Syncleus/Ferma</developerConnection>
         <url>https://github.com/Syncleus/Ferma.git</url>
+        <tag>v2.3.0</tag>
     </scm>
 
     <ciManagement>
-- 
GitLab