From c928ca4c75d42e471303f2079152255c39f23ee9 Mon Sep 17 00:00:00 2001 From: Joe Littlejohn <joelittlejohn@gmail.com> Date: Wed, 6 Jun 2012 20:08:54 +0100 Subject: [PATCH] [maven-release-plugin] prepare release 0.1.1 --- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 37e39a0..1f7e8d8 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> -- GitLab