diff --git a/pom.xml b/pom.xml
index 37e39a09dedf28b90867eec10013c3233d294092..1f7e8d81706fb1998b7ac837662adcb9d6e898ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
   
     <groupId>com.github.joelittlejohn.embedmongo</groupId>
     <artifactId>embedmongo-maven-plugin</artifactId>
-    <version>0.1.1-SNAPSHOT</version>
+    <version>0.1.1</version>
 
     <packaging>maven-plugin</packaging>
 
@@ -35,7 +35,8 @@
         <url>http://github.com/joelittlejohn/embedmongo-maven-plugin/tree/master</url>
         <connection>scm:git:git@github.com:joelittlejohn/embedmongo-maven-plugin.git</connection>
         <developerConnection>scm:git:git@github.com:joelittlejohn/embedmongo-maven-plugin.git</developerConnection>
-    </scm>
+      <tag>0.1.1</tag>
+  </scm>
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>