Skip to content

Commit

Permalink
OGM-791 Use MongoDB 3.0.2 in embedded mode
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelbernard committed May 7, 2015
1 parent 403e50b commit 9bd81a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -52,7 +52,7 @@
<skipUnitTests>false</skipUnitTests>

<!-- The following properties configure the embedded MongoDB instance used for tests -->
<embeddedMongoDbVersion>2.6.5</embeddedMongoDbVersion>
<embeddedMongoDbVersion>3.0.2</embeddedMongoDbVersion>
<embeddedMongoDbBindIp>127.0.0.1</embeddedMongoDbBindIp>
<embeddedMongoDbTempDir>${project.build.directory}${file.separator}embeddedMongoDb${file.separator}extracted</embeddedMongoDbTempDir>
<embeddedMongoDbLogDir>${project.build.directory}${file.separator}embeddedMongoDb${file.separator}logs</embeddedMongoDbLogDir>
Expand Down

0 comments on commit 9bd81a7

Please sign in to comment.