From e5d6883b992a874628b7f45e8a0a3dff291e775d Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Wed, 17 Jun 2015 23:56:36 -0400 Subject: [PATCH] Bumping snapshop version to 1.1.1-SNAPSHOT. --- README.md | 4 +--- pom.xml | 3 ++- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 018dc34..9afae6d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ maven-mongodb-plugin ======================= -[](http://sonar.syncleus.com/dashboard/index/8914) -[](https://www.versioneye.com/user/projects/557a20a86165340022000001) Maven plugin wrapper for the [flapdoodle.de embedded MongoDB API](http://github.com/flapdoodle-oss/embedmongo.flapdoodle.de). @@ -14,7 +12,7 @@ Usage <plugin> <groupId>com.syncleus.maven.plugins</groupId> <artifactId>maven-mongodb-plugin</artifactId> - <version>1.0.1</version> + <version>1.1.1</version> <executions> <execution> <id>start</id> diff --git a/pom.xml b/pom.xml index fef1b64..18919fb 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.0-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</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.1.1</tag> </scm> <ciManagement> -- GitLab