From d3d599fb5ffe6414d30cd96d56d3272c4fae8f41 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Sun, 14 Jun 2015 13:19:37 -0400 Subject: [PATCH] Bumping snapshot versions 1.0.2-SNAPSHOT. --- README.md | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9745e2a..03a0d6e 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Usage <plugin> <groupId>com.syncleus.maven.plugins</groupId> <artifactId>maven-mongodb-plugin</artifactId> - <version>1.0.0</version> + <version>1.0.1</version> <executions> <execution> <id>start</id> diff --git a/pom.xml b/pom.xml index 8f7f1a7..7c25a97 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.2-SNAPSHOT</version> <packaging>maven-plugin</packaging> <name>maven-mongodb-plugin</name> -- GitLab