diff --git a/pom.xml b/pom.xml index 53dd536971dd3806dc0a7bda95e5f92421ac1e65..f57ee2c47c58b42ecf017d549aec079007125947 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,4 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> @@ -11,7 +10,7 @@ <groupId>com.github.joelittlejohn.embedmongo</groupId> <artifactId>embedmongo-maven-plugin</artifactId> - <version>0.1.0-SNAPSHOT</version> + <version>0.1.0</version> <packaging>maven-plugin</packaging> @@ -36,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.0</tag> + </scm> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>