From 784a80821622d6e479140d14df7a5873f56d2b9f Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Sat, 13 Jun 2015 18:07:07 -0400
Subject: [PATCH] Preparing for v1.0.0 release.

---
 README.md | 2 --
 pom.xml   | 3 ++-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 9745e2a..b588b39 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 95d674e..ae0b456 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>
-- 
GitLab