We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5afbbf2 + 74c20e8 commit 231c18dCopy full SHA for 231c18d
.metadata/.plugins/org.eclipse.ui.workbench/dialog_settings.xml
src/main/java/com/openshift/client/IEmbeddableCartridge.java
@@ -25,7 +25,7 @@ public interface IEmbeddableCartridge {
25
26
public static final IEmbeddableCartridge POSTGRESQL_84 = new EmbeddableCartridge("postgresql-8.4");
27
28
- public static final IEmbeddableCartridge MONGODB_20 = new EmbeddableCartridge("mongodb-2.0");
+ public static final IEmbeddableCartridge MONGODB_22 = new EmbeddableCartridge("mongodb-2.2");
29
30
public static final IEmbeddableCartridge ROCKMONGO_11 = new EmbeddableCartridge("rockmongo-1.1");
31
0 commit comments