From c9d519ceac6d50199a126bf453b54809b51a4b51 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Sun, 14 Jun 2015 13:17:38 -0400 Subject: [PATCH] Preparing for release of version 1.0.1. --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8f7f1a7..06c4092 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <groupId>com.syncleus.maven.plugins</groupId> <artifactId>maven-mongodb-plugin</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.1</version> <packaging>maven-plugin</packaging> <name>maven-mongodb-plugin</name> @@ -48,6 +48,7 @@ <connection>scm:git:http://gerrit.syncleus.com/maven-mongodb-plugin</connection> <developerConnection>scm:git:ssh://gerrit.syncleus.com:29418/maven-mongodb-plugin</developerConnection> <url>http://gerrit.syncleus.com/maven-mongodb-plugin</url> + <tag>v1.0.1</tag> </scm> <ciManagement> -- GitLab