From a04f9f1dfc97ea209ba30f6b43855812f5c3fe79 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Sat, 13 Jun 2015 18:22:29 -0400 Subject: [PATCH] Updated the readme to point to a more feature-rich maven plugin with more recent development history. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1155dd9..33ffb17 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Embedded MongoDB will provide a platform neutral way for running mongodb in unit ### Other ways to use Embedded MongoDB -- in a Maven build using [embedmongo-maven-plugin](https://github.com/joelittlejohn/embedmongo-maven-plugin) +- in a Maven build using [maven-mongodb-plugin](https://github.com/Syncleus/maven-mongodb-plugin) - in a Clojure/Leiningen project using [lein-embongo](https://github.com/joelittlejohn/lein-embongo) - in a Gradle build using [gradle-mongo-plugin](https://github.com/sourcemuse/GradleMongoPlugin) - in a Scala/specs2 specification using [specs2-embedmongo](https://github.com/athieriot/specs2-embedmongo) -- GitLab