/** * Copyright (C) 2011 * Michael Mosmann <michael@mosmann.de> * Martin Jöhren <m.joehren@googlemail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package de.flapdoodle.embedmongo.distribution; public enum Version { V1_6_5, @Deprecated V1_7_6, @Deprecated V1_8_0_rc0, @Deprecated V1_8_0, @Deprecated V1_8_1, @Deprecated V1_8_2_rc0, @Deprecated V1_8_2, @Deprecated V1_8_4, V1_8_5, @Deprecated V1_9_0, @Deprecated V2_0_1, V2_0_4, V2_1_0, V1_6, V1_8, V2_0, V2_1, }