diff --git a/pom.xml b/pom.xml
index 1884ea2e5d8928544ab22cd86bbcb1e6e00c8e5e..56366bea5994b4f4f063886c7ec27d785a1f3330 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.3-SNAPSHOT</version>
+    <version>0.1.3</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.3</tag>
   </scm>
 
     <properties>