Back to dev version

This commit is contained in:
Michael Klishin 2018-12-10 15:25:37 +03:00
parent a3f6982a61
commit 3f486841da
No known key found for this signature in database
GPG key ID: 2C0DA45F4F944489
3 changed files with 5 additions and 4 deletions

View file

@ -9,8 +9,9 @@ before_script:
- ./bin/ci/before_script.sh - ./bin/ci/before_script.sh
script: lein do clean, javac, test script: lein do clean, javac, test
jdk: jdk:
- oraclejdk8 - oraclejdk10
- oraclejdk11 - oraclejdk11
- oraclejdk12
services: services:
- mongodb - mongodb
branches: branches:

View file

@ -1,5 +1,5 @@
# Monger, a modern Clojure MongoDB Driver # Monger, a modern Clojure MongoDB Driver
[![Build Status](https://travis-ci.org/xingzhefeng/monger.svg?branch=master)](https://travis-ci.org/xingzhefeng/monger) [![Build Status](https://travis-ci.org/michaelklishin/monger.svg?branch=master)](https://travis-ci.org/michaelklishin/monger)
Monger is an idiomatic [Clojure MongoDB driver](http://clojuremongodb.info) for a more civilized age. Monger is an idiomatic [Clojure MongoDB driver](http://clojuremongodb.info) for a more civilized age.
It has batteries included, offers powerful expressive query DSL, It has batteries included, offers powerful expressive query DSL,

View file

@ -1,4 +1,4 @@
(defproject com.novemberain/monger "3.5.0" (defproject com.novemberain/monger "3.5.1-SNAPSHOT"
:description "Monger is a Clojure MongoDB client for a more civilized age: friendly, flexible and with batteries included" :description "Monger is a Clojure MongoDB client for a more civilized age: friendly, flexible and with batteries included"
:url "http://clojuremongodb.info" :url "http://clojuremongodb.info"
:min-lein-version "2.5.1" :min-lein-version "2.5.1"