From fbc07ec6a8c21f9442f71681cec08a8b9c4b2eff Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Wed, 17 Jun 2015 23:53:33 -0400
Subject: [PATCH] Releasing v1.1.0

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

diff --git a/pom.xml b/pom.xml
index fef1b64..1eb3983 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
 
     <groupId>com.syncleus.maven.plugins</groupId>
     <artifactId>maven-mongodb-plugin</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.1.0</version>
     <packaging>maven-plugin</packaging>
 
     <name>maven-mongodb-plugin</name>
@@ -48,6 +48,7 @@
         <connection>scm:git:http://gerrit.syncleus.com/maven-mongodb-plugin</connection>
         <developerConnection>scm:git:ssh://gerrit.syncleus.com:29418/maven-mongodb-plugin</developerConnection>
         <url>http://gerrit.syncleus.com/maven-mongodb-plugin</url>
+        <tag>v1.1.0</tag>
     </scm>
 
     <ciManagement>
-- 
GitLab