diff --git a/README.md b/README.md
index 018dc34a2594d5656050db22378e38242462f9c0..9afae6d03db5df9aca9ae11660f0fba8d2a9bfd7 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,5 @@
 maven-mongodb-plugin
 =======================
-[![Test Coverage](https://img.shields.io/sonar/http/sonar.syncleus.com/com.syncleus.mavin.plugins:maven-mongodb-plugin/coverage.svg?style=flat)](http://sonar.syncleus.com/dashboard/index/8914)
-[![dependencies](https://www.versioneye.com/user/projects/557a20a86165340022000001/badge.svg?style=flat)](https://www.versioneye.com/user/projects/557a20a86165340022000001)
 
 Maven plugin wrapper for the [flapdoodle.de embedded MongoDB API](http://github.com/flapdoodle-oss/embedmongo.flapdoodle.de).
 
@@ -14,7 +12,7 @@ Usage
 <plugin>
     <groupId>com.syncleus.maven.plugins</groupId>
     <artifactId>maven-mongodb-plugin</artifactId>
-    <version>1.0.1</version>
+    <version>1.1.1</version>
     <executions>
         <execution>
             <id>start</id>
diff --git a/pom.xml b/pom.xml
index fef1b64bdb16b8c4d86d6c171d0059e0bef103b6..18919fb345332fd2a60f8c92cb1f675cfd2ef5ca 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.1-SNAPSHOT</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.1</tag>
     </scm>
 
     <ciManagement>