diff --git a/pom.xml b/pom.xml index c26d642e51414cd8d5649156aec13a1681eb1521..3b961c04f0be78041a7a01417ae9ad0b7971396c 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.4-SNAPSHOT</version> + <version>0.1.4</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.4</tag> </scm> <properties>