diff --git a/README.md b/README.md
index 9745e2a89da6a58187cfdee95d85e512e620cc7f..b588b39ee887660490f2c7c71e4d6abd9855b59f 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).
 
diff --git a/pom.xml b/pom.xml
index 95d674e45ce6aee9b45b4ec6fc5ee09eed41b58f..ae0b4561a589311f569b4ba8ac95eb6451377e66 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
 
     <groupId>com.syncleus.maven.plugins</groupId>
     <artifactId>maven-mongodb-plugin</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.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.0.0</tag>
     </scm>
 
     <ciManagement>