From 0e9c026a8d98b27cde7dc42bddf10dc57da741bd Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Thu, 18 Jun 2015 00:03:02 -0400 Subject: [PATCH] Bumping version to 1.2.0-SNAPSHOT --- pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 18919fb..5ae56cf 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <groupId>com.syncleus.maven.plugins</groupId> <artifactId>maven-mongodb-plugin</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <packaging>maven-plugin</packaging> <name>maven-mongodb-plugin</name> @@ -48,7 +48,6 @@ <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.1.1</tag> </scm> <ciManagement> -- GitLab