diff --git a/pom.xml b/pom.xml
index 893d1181c9258adb770f33b4c426ead5754daf44..27b2c9ae4a07a07280ccb9751c810051f644ad62 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.6-SNAPSHOT</version>
+    <version>0.1.6</version>
 
     <packaging>maven-plugin</packaging>
 
@@ -35,7 +35,7 @@
         <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>
-        <tag>HEAD</tag>
+        <tag>0.1.6</tag>
     </scm>
 
     <properties>