Back to dev version
This commit is contained in:
parent
a3f6982a61
commit
805383f1ec
2 changed files with 3 additions and 2 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
(defproject com.novemberain/monger "3.5.0"
|
(defproject com.novemberain/monger "3.6.0-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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue