From bf6c800d0a78ad08e9939b34ee5cc84ef544bf2e Mon Sep 17 00:00:00 2001 From: Joe Littlejohn <joelittlejohn@gmail.com> Date: Tue, 2 Oct 2012 23:32:33 +0100 Subject: [PATCH] [maven-release-plugin] prepare release 0.1.4 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index c26d642..3b961c0 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> -- GitLab