Skip to content
Snippets Groups Projects
Commit df23bdd0 authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom:
Browse files

Fixed a bug in one of the example poms.

parent 102984b5
No related branches found
No related tags found
No related merge requests found
...@@ -54,11 +54,10 @@ ...@@ -54,11 +54,10 @@
<goal>start</goal> <goal>start</goal>
</goals> </goals>
<configuration> <configuration>
<port>37017</port>
<randomPort>true</randomPort> <randomPort>true</randomPort>
<databaseDirectory>/tmp/mongotest</databaseDirectory> <databaseDirectory>/tmp/mongotest</databaseDirectory>
<logging>console</logging> <logging>console</logging>
<version>v2.2.0</version> <version>v3.0.1</version>
</configuration> </configuration>
</execution> </execution>
<execution> <execution>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment